create-turbo 1.7.5-canary.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js
CHANGED
@@ -32,7 +32,7 @@ var import_chalk = __toESM(require("chalk"));
|
|
32
32
|
// package.json
|
33
33
|
var package_default = {
|
34
34
|
name: "create-turbo",
|
35
|
-
version: "1.
|
35
|
+
version: "1.8.0",
|
36
36
|
description: "Create a new Turborepo",
|
37
37
|
homepage: "https://turbo.build/repo",
|
38
38
|
license: "MPL-2.0",
|
package/package.json
CHANGED
@@ -5,11 +5,10 @@
|
|
5
5
|
"types": "./index.tsx",
|
6
6
|
"license": "MIT",
|
7
7
|
"scripts": {
|
8
|
-
"lint": "
|
8
|
+
"lint": "eslint \"**/*.ts*\""
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
|
-
"@types/react": "^
|
12
|
-
"@types/react-dom": "^17.0.11",
|
11
|
+
"@types/react": "^18.0.22",
|
13
12
|
"eslint": "^7.32.0",
|
14
13
|
"eslint-config-custom": "*",
|
15
14
|
"react": "^18.2.0",
|