|
17 | 17 | "format:fix": "prettier --write .",
|
18 | 18 | "release": "semantic-release",
|
19 | 19 | "test": "cd test && pnpm eslint --format codeframe . > eslint-output.snap.tmp || true && diff eslint-output.snap eslint-output.snap.tmp && rm eslint-output.snap.tmp",
|
| 20 | + "test:lint": "cd test && pnpm eslint --format codeframe .", |
20 | 21 | "test:update": "cd test && pnpm eslint --format codeframe . > eslint-output.snap || true",
|
21 | 22 | "typecheck": "tsc"
|
22 | 23 | },
|
23 | 24 | "dependencies": {
|
24 |
| - "@intlify/eslint-plugin-vue-i18n": "0.11.1", |
25 |
| - "@rushstack/eslint-patch": "1.0.6", |
26 |
| - "@typescript-eslint/eslint-plugin": "4.28.1", |
27 |
| - "@typescript-eslint/parser": "4.28.1", |
| 25 | + "@intlify/eslint-plugin-vue-i18n": "1.2.0", |
| 26 | + "@rushstack/eslint-patch": "1.1.0", |
| 27 | + "@typescript-eslint/eslint-plugin": "5.10.1", |
| 28 | + "@typescript-eslint/parser": "5.10.1", |
28 | 29 | "eslint-config-prettier": "8.3.0",
|
29 |
| - "eslint-plugin-import": "2.23.4", |
30 |
| - "eslint-plugin-jest": "24.3.6", |
31 |
| - "eslint-plugin-prettier": "3.4.0", |
32 |
| - "eslint-plugin-promise": "5.1.0", |
| 30 | + "eslint-plugin-import": "2.25.4", |
| 31 | + "eslint-plugin-jest": "26.0.0", |
| 32 | + "eslint-plugin-prettier": "4.0.0", |
| 33 | + "eslint-plugin-promise": "6.0.0", |
33 | 34 | "eslint-plugin-simple-import-sort": "7.0.0",
|
34 |
| - "eslint-plugin-vue": "7.12.1", |
35 |
| - "eslint-plugin-vue-scoped-css": "1.3.0", |
36 |
| - "vue-eslint-parser": "7.6.0" |
| 35 | + "eslint-plugin-vue": "8.4.0", |
| 36 | + "eslint-plugin-vue-scoped-css": "2.1.0", |
| 37 | + "vue-eslint-parser": "8.2.0" |
37 | 38 | },
|
38 | 39 | "devDependencies": {
|
39 | 40 | "@geprog/semantic-release-config": "1.0.0",
|
40 |
| - "@typescript-eslint/experimental-utils": "4.28.1", |
41 |
| - "prettier": "2.3.2", |
42 |
| - "semantic-release": "18.0.0", |
43 |
| - "typescript": "4.3.5" |
| 41 | + "@typescript-eslint/experimental-utils": "5.10.1", |
| 42 | + "eslint": "8", |
| 43 | + "eslint-formatter-codeframe": "7.32.1", |
| 44 | + "prettier": "2.5.1", |
| 45 | + "semantic-release": "19.0.2", |
| 46 | + "typescript": "4.5.5" |
44 | 47 | },
|
45 | 48 | "peerDependencies": {
|
46 |
| - "eslint": ">= 7" |
| 49 | + "eslint": "^7.0.0 || ^8.0.0" |
47 | 50 | }
|
48 | 51 | }
|
0 commit comments