Skip to content

Commit c360021

Browse files
committed
chore: update deps
1 parent fde69fc commit c360021

File tree

3 files changed

+385
-417
lines changed

3 files changed

+385
-417
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
jest: true
1414
},
1515
extends: [
16-
'plugin:vue-libs/recommended',
1716
'plugin:vue/vue3-recommended',
1817
'plugin:@typescript-eslint/recommended',
1918
'plugin:@typescript-eslint/eslint-recommended',

package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"devDependencies": {
26-
"@intlify/core-base": "^9.4.0",
26+
"@intlify/core-base": "^9.13.1",
2727
"@kazupon/lerna-changelog": "^4.3.0",
2828
"@octokit/rest": "^18.6.0",
2929
"@rollup/plugin-alias": "^3.1.5",
@@ -33,7 +33,7 @@
3333
"@rollup/pluginutils": "^4.1.0",
3434
"@secretlint/secretlint-rule-preset-recommend": "^3.1.0",
3535
"@types/debug": "^4.1.5",
36-
"@types/eslint": "^8.4.1",
36+
"@types/eslint": "^8.56.10",
3737
"@types/eslint-visitor-keys": "^1.0.0",
3838
"@types/jest": "^27.0.2",
3939
"@types/js-yaml": "^4.0.3",
@@ -45,19 +45,18 @@
4545
"@types/semver": "^7.3.6",
4646
"@types/webpack": "^5.28.2",
4747
"@types/webpack-merge": "^5.0.0",
48-
"@typescript-eslint/eslint-plugin": "^5.46.0",
49-
"@typescript-eslint/parser": "^5.46.0",
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
5050
"@vitejs/plugin-vue": "^1.2.5",
5151
"@vue/compiler-sfc": "^3.2.23",
5252
"babel-loader": "^8.2.2",
5353
"chalk": "^4.1.1",
5454
"cross-env": "^7.0.3",
5555
"debug": "^4.1.1",
56-
"eslint": "^8.29.0",
57-
"eslint-config-prettier": "^8.4.0",
58-
"eslint-plugin-prettier": "^4.0.0",
59-
"eslint-plugin-vue": "^7.18.0",
60-
"eslint-plugin-vue-libs": "^4.0.0",
56+
"eslint": "^8.57.0",
57+
"eslint-config-prettier": "^9.1.0",
58+
"eslint-plugin-prettier": "^5.1.3",
59+
"eslint-plugin-vue": "^9.26.0",
6160
"esno": "^0.17.0",
6261
"execa": "^5.1.1",
6362
"jest": "^27.2.3",
@@ -70,7 +69,7 @@
7069
"minimist": "^1.2.5",
7170
"npm-run-all2": "^5.0.0",
7271
"opener": "^1.5.2",
73-
"prettier": "^2.8.1",
72+
"prettier": "^3.2.5",
7473
"prompts": "^2.4.1",
7574
"puppeteer": "^10.4.0",
7675
"rollup": "^2.53.1",
@@ -84,7 +83,7 @@
8483
"vite": "^4.4.9",
8584
"vitest": "^0.29.8",
8685
"vue": "^2.6.14",
87-
"vue-i18n": "9.9.1",
86+
"vue-i18n": "9.13.1",
8887
"vue-loader": "^16.3.0",
8988
"vue-loader15": "npm:[email protected]",
9089
"vue-loader17": "npm:[email protected]",

0 commit comments

Comments
 (0)