create-turbo 1.10.14-canary.0 → 1.10.14-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 +118 -118
  2. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.10.14-canary.0",
3
+ "version": "1.10.14-canary.1",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -35,12 +35,12 @@
35
35
  "jest": "^27.4.3",
36
36
  "ts-jest": "^27.1.1",
37
37
  "tsup": "^6.7.0",
38
- "typescript": "^4.5.5",
38
+ "typescript": "^5.2.2",
39
39
  "@turbo/eslint-config": "0.0.0",
40
- "@turbo/tsconfig": "0.0.0",
41
40
  "@turbo/test-utils": "0.0.0",
41
+ "@turbo/tsconfig": "0.0.0",
42
42
  "@turbo/utils": "0.0.0",
43
- "@turbo/workspaces": "1.10.14-canary.0"
43
+ "@turbo/workspaces": "1.10.14-canary.1"
44
44
  },
45
45
  "files": [
46
46
  "dist"