create-turbo 1.10.13 → 1.10.14-canary.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +140 -140
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.14-canary.0",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MPL-2.0",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"dependencies": {
|
19
19
|
"chalk": "2.4.2",
|
20
20
|
"commander": "^10.0.0",
|
21
|
-
"fs-extra": "^
|
21
|
+
"fs-extra": "^11.1.1",
|
22
22
|
"inquirer": "^8.0.0",
|
23
23
|
"proxy-agent": "^6.2.2",
|
24
24
|
"rimraf": "^3.0.2",
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"tsup": "^6.7.0",
|
38
38
|
"typescript": "^4.5.5",
|
39
39
|
"@turbo/eslint-config": "0.0.0",
|
40
|
-
"@turbo/test-utils": "0.0.0",
|
41
40
|
"@turbo/tsconfig": "0.0.0",
|
41
|
+
"@turbo/test-utils": "0.0.0",
|
42
42
|
"@turbo/utils": "0.0.0",
|
43
|
-
"@turbo/workspaces": "1.10.
|
43
|
+
"@turbo/workspaces": "1.10.14-canary.0"
|
44
44
|
},
|
45
45
|
"files": [
|
46
46
|
"dist"
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"scripts": {
|
49
49
|
"build": "tsup",
|
50
50
|
"test": "jest",
|
51
|
-
"lint": "eslint src
|
51
|
+
"lint": "eslint src/",
|
52
52
|
"check-types": "tsc --noEmit",
|
53
53
|
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
|
54
54
|
}
|