create-turbo 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/_shared_ts/apps/docs/package.json +1 -0
- package/templates/_shared_ts/apps/web/package.json +1 -0
- package/templates/_shared_ts/packages/eslint-config-custom/package.json +4 -0
- package/templates/pnpm/apps/docs/package.json +1 -0
- package/templates/pnpm/apps/web/package.json +1 -0
package/dist/index.js
CHANGED
@@ -31,7 +31,7 @@ var import_chalk = __toESM(require("chalk"));
|
|
31
31
|
// package.json
|
32
32
|
var package_default = {
|
33
33
|
name: "create-turbo",
|
34
|
-
version: "1.3.
|
34
|
+
version: "1.3.3",
|
35
35
|
description: "Create a new Turborepo",
|
36
36
|
homepage: "https://turborepo.org",
|
37
37
|
license: "MPL-2.0",
|
package/package.json
CHANGED
@@ -4,10 +4,14 @@
|
|
4
4
|
"main": "index.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"dependencies": {
|
7
|
+
"eslint": "^7.23.0",
|
7
8
|
"eslint-config-next": "^12.0.8",
|
8
9
|
"eslint-config-prettier": "^8.3.0",
|
9
10
|
"eslint-plugin-react": "7.28.0"
|
10
11
|
},
|
12
|
+
"devDependencies": {
|
13
|
+
"typescript": "^4.7.4"
|
14
|
+
},
|
11
15
|
"publishConfig": {
|
12
16
|
"access": "public"
|
13
17
|
}
|