create-turbo 1.10.9 → 1.10.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/cli.js +90 -90
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -20,6 +20,7 @@
20
20
  "commander": "^10.0.0",
21
21
  "fs-extra": "^10.1.0",
22
22
  "inquirer": "^8.0.0",
23
+ "proxy-agent": "^6.2.2",
23
24
  "rimraf": "^3.0.2",
24
25
  "semver": "^7.3.8",
25
26
  "update-check": "^1.5.4"
@@ -28,7 +29,7 @@
28
29
  "@turbo/test-utils": "0.0.0",
29
30
  "@turbo/tsconfig": "0.0.0",
30
31
  "@turbo/utils": "0.0.0",
31
- "@turbo/workspaces": "1.10.9",
32
+ "@turbo/workspaces": "1.10.10",
32
33
  "@types/fs-extra": "^9.0.13",
33
34
  "@types/inquirer": "^7.3.1",
34
35
  "@types/jest": "^27.4.0",