Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f18c8b1

Browse files
chore(deps): update dependency @antfu/eslint-config to v5 (#952)
* chore(deps): update dependency @antfu/eslint-config to v5 * Update eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Demchuk <[email protected]>
1 parent 720cda2 commit f18c8b1

File tree

2 files changed

+390
-695
lines changed

2 files changed

+390
-695
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@
7171
"vue": "^2.6.11 || >=3.0.0"
7272
},
7373
"peerDependenciesMeta": {
74-
"@vue/composition-api": {
75-
"optional": true
76-
}
74+
"@vue/composition-api": { "optional": true }
7775
},
7876
"dependencies": {
7977
"@fluent/sequence": "^0.8.0",
@@ -82,17 +80,17 @@
8280
"vue-demi": "latest"
8381
},
8482
"devDependencies": {
85-
"@antfu/eslint-config": "^4.13.2",
83+
"@antfu/eslint-config": "^5.0.0",
8684
"@fluent/bundle": "~0.19.1",
8785
"@fluent/dedent": "~0.5.0",
8886
"@ls-lint/ls-lint": "^2.3.0",
8987
"@release-it-plugins/lerna-changelog": "^8.0.1",
9088
"@types/node": "^22.15.27",
9189
"@vitest/coverage-istanbul": "^3.1.4",
92-
"@vue/compiler-sfc": "^3.5.16",
90+
"@vue/compiler-sfc": "^3.5.13",
9391
"@vue/test-utils": "^2.4.6",
9492
"esbuild-plugin-globals": "^0.2.0",
95-
"eslint": "^9.27.0",
93+
"eslint": "^9.32.0",
9694
"execa": "^9.6.0",
9795
"happy-dom": "^18.0.1",
9896
"husky": "^9.1.7",
@@ -103,9 +101,9 @@
103101
"typescript": "^5.8.3",
104102
"vite": "^7.0.2",
105103
"vitest": "^3.1.4",
106-
"vue": "npm:vue@^3.5.16",
104+
"vue": "npm:vue@^3.5.13",
107105
"vue-2": "npm:vue@^2.7.16",
108-
"vue-3": "npm:vue@^3.5.16"
106+
"vue-3": "npm:vue@^3.5.13"
109107
},
110108
"lint-staged": {
111109
"*.js": "eslint --fix",

0 commit comments

Comments
 (0)