|
56 | 56 | "new": "ts-node ./scripts/new-rule.ts"
|
57 | 57 | },
|
58 | 58 | "dependencies": {
|
59 |
| - "@eslint/eslintrc": "^2.0.3", |
60 |
| - "@intlify/core-base": "^9.3.0-beta.19", |
61 |
| - "@intlify/message-compiler": "^9.3.0-beta.19", |
| 59 | + "@eslint/eslintrc": "^2.1.0", |
| 60 | + "@intlify/core-base": "9.3.0-beta.19", |
| 61 | + "@intlify/message-compiler": "9.3.0-beta.19", |
62 | 62 | "debug": "^4.3.4",
|
63 |
| - "glob": "^10.2.6", |
| 63 | + "glob": "^10.3.3", |
64 | 64 | "ignore": "^5.2.4",
|
65 | 65 | "is-language-code": "^3.1.0",
|
66 | 66 | "js-yaml": "^4.1.0",
|
67 | 67 | "json5": "^2.2.3",
|
68 | 68 | "jsonc-eslint-parser": "^2.3.0",
|
69 | 69 | "lodash": "^4.17.21",
|
70 | 70 | "parse5": "^7.1.2",
|
71 |
| - "semver": "^7.5.1", |
72 |
| - "vue-eslint-parser": "^9.3.0", |
| 71 | + "semver": "^7.5.4", |
| 72 | + "vue-eslint-parser": "^9.3.1", |
73 | 73 | "yaml-eslint-parser": "^1.2.2"
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 | 76 | "@types/debug": "^4.1.8",
|
77 |
| - "@types/eslint": "^8.40.0", |
| 77 | + "@types/eslint": "^8.44.0", |
78 | 78 | "@types/eslint-scope": "^3.7.4",
|
79 | 79 | "@types/glob": "^8.1.0",
|
80 | 80 | "@types/js-yaml": "^4.0.5",
|
81 | 81 | "@types/json-schema": "^7.0.12",
|
82 | 82 | "@types/lodash": "^4.14.195",
|
83 | 83 | "@types/mocha": "^10.0.1",
|
84 |
| - "@types/node": "^20.2.5", |
| 84 | + "@types/node": "^20.4.1", |
85 | 85 | "@types/prettier": "^2.7.3",
|
86 | 86 | "@types/semver": "^7.5.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^5.59.8", |
88 |
| - "@typescript-eslint/parser": "^5.59.8", |
| 87 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 88 | + "@typescript-eslint/parser": "^6.0.0", |
89 | 89 | "entities": "^4.5.0",
|
90 | 90 | "esbuild-register": "^3.4.2",
|
91 |
| - "eslint": "^8.41.0", |
| 91 | + "eslint": "^8.44.0", |
92 | 92 | "eslint-config-prettier": "^8.8.0",
|
93 | 93 | "eslint-plugin-markdown": "^3.0.0",
|
94 | 94 | "eslint-plugin-prettier": "^4.2.1",
|
95 |
| - "eslint-plugin-vue": "^9.14.1", |
| 95 | + "eslint-plugin-vue": "^9.15.1", |
96 | 96 | "eslint4b": "^7.32.0",
|
97 | 97 | "esquery": "^1.5.0",
|
98 | 98 | "import-fresh": "^3.3.0",
|
|
102 | 102 | "monaco-editor": "^0.40.0",
|
103 | 103 | "nyc": "^15.1.0",
|
104 | 104 | "opener": "^1.5.2",
|
105 |
| - "path-scurry": "^1.9.2", |
| 105 | + "path-scurry": "^1.10.1", |
106 | 106 | "prettier": "^2.8.8",
|
107 | 107 | "rimraf": "^5.0.1",
|
108 | 108 | "shipjs": "^0.26.3",
|
109 | 109 | "ts-node": "^10.9.1",
|
110 |
| - "typescript": "^5.0.4", |
| 110 | + "typescript": "^5.1.6", |
111 | 111 | "vitepress": "1.0.0-beta.5",
|
112 | 112 | "vue-eslint-editor": "^1.1.0",
|
113 | 113 | "vue-github-button": "^3.1.0"
|
|
0 commit comments