create-turbo 1.10.12 → 1.10.13-canary.1

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 +147 -144
  2. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.10.12",
3
+ "version": "1.10.13-canary.1",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -26,21 +26,21 @@
26
26
  "update-check": "^1.5.4"
27
27
  },
28
28
  "devDependencies": {
29
- "@turbo/test-utils": "0.0.0",
30
- "@turbo/tsconfig": "0.0.0",
31
- "@turbo/utils": "0.0.0",
32
- "@turbo/workspaces": "1.10.12",
33
29
  "@types/fs-extra": "^9.0.13",
34
30
  "@types/inquirer": "^7.3.1",
35
31
  "@types/jest": "^27.4.0",
36
- "@types/node": "^16.11.12",
32
+ "@types/node": "^18.17.2",
37
33
  "@types/rimraf": "^3.0.2",
38
34
  "@types/semver": "^7.3.9",
39
35
  "eslint": "^7.23.0",
40
36
  "jest": "^27.4.3",
41
37
  "ts-jest": "^27.1.1",
42
38
  "tsup": "^6.7.0",
43
- "typescript": "^4.5.5"
39
+ "typescript": "^4.5.5",
40
+ "@turbo/test-utils": "0.0.0",
41
+ "@turbo/tsconfig": "0.0.0",
42
+ "@turbo/utils": "0.0.0",
43
+ "@turbo/workspaces": "1.10.13-canary.1"
44
44
  },
45
45
  "files": [
46
46
  "dist"