Skip to content

Commit

Permalink
fix: support eslint v9 as peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 5, 2024
1 parent 329ae0e commit ead64bd
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 405 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typecheck": "vue-tsc --noEmit"
},
"peerDependencies": {
"eslint": "^8.50.0"
"eslint": "^8.50.0 || ^9.0.0"
},
"dependencies": {
"bundle-require": "^4.0.2",
Expand All @@ -48,7 +48,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.1",
"@eslint/js": "^8.57.0",
"@eslint/js": "^9.0.0",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
Expand All @@ -60,10 +60,10 @@
"@types/connect": "^3.4.38",
"@types/ws": "^8.5.10",
"@typescript-eslint/utils": "^7.5.0",
"@unocss/eslint-config": "^0.58.9",
"@unocss/nuxt": "^0.58.9",
"@unocss/eslint-config": "^0.59.0",
"@unocss/nuxt": "^0.59.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.0.0-rc.0",
"eslint": "^9.0.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"lint-staged": "^15.2.2",
Expand Down

0 comments on commit ead64bd

Please sign in to comment.