create-turbo 1.10.13-canary.2 → 1.10.13

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 +41 -41
  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.13-canary.2",
3
+ "version": "1.10.13",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -32,15 +32,15 @@
32
32
  "@types/node": "^18.17.2",
33
33
  "@types/rimraf": "^3.0.2",
34
34
  "@types/semver": "^7.3.9",
35
- "eslint": "^7.23.0",
36
35
  "jest": "^27.4.3",
37
36
  "ts-jest": "^27.1.1",
38
37
  "tsup": "^6.7.0",
39
38
  "typescript": "^4.5.5",
39
+ "@turbo/eslint-config": "0.0.0",
40
40
  "@turbo/test-utils": "0.0.0",
41
41
  "@turbo/tsconfig": "0.0.0",
42
42
  "@turbo/utils": "0.0.0",
43
- "@turbo/workspaces": "1.10.13-canary.2"
43
+ "@turbo/workspaces": "1.10.13"
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/**/*.ts",
51
+ "lint": "eslint src/**/*",
52
52
  "check-types": "tsc --noEmit",
53
53
  "lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
54
54
  }