Skip to content

Commit

Permalink
fix: bump peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Jiang committed Nov 1, 2024
1 parent 1f6d90a commit b39e72d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"*": "pnpm lint"
},
"peerDependencies": {
"@next/eslint-plugin-next": "^15.0.1",
"@next/eslint-plugin-next": "^15.0.2",
"@unocss/eslint-plugin": ">=0.63.6 < 1",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.13.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": ">=0.4.14 < 1",
"eslint-plugin-vue": "^9.29.1",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-processor-vue-blocks": ">=0.1.2 < 1",
"vue-eslint-parser": "^9.4.3"
Expand Down

0 comments on commit b39e72d

Please sign in to comment.