Skip to content

Commit

Permalink
fix: remove peerDeps as a lazy fix for a pnpm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
espimarisa committed Mar 28, 2024
1 parent 2200e86 commit ab3d3cc
Showing 1 changed file with 7 additions and 46 deletions.
53 changes: 7 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,53 +37,14 @@
"build": "tsc"
},
"peerDependencies": {
"astro-eslint-parser": "^0.16.3",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-svelte": "^v2.36.0-next.12",
"eslint-plugin-vue": "^9.23.0",
"svelte": "^4.2.12",
"svelte-eslint-parser": "^v0.34.0-next.12",
"vue-eslint-parser": "^9.4.2"
},
"peerDependenciesMeta": {
"eslint-plugin-react": {
"optional": true
},
"eslint-plugin-jsx-a11y": {
"optional": true
},
"eslint-plugin-svelte": {
"optional": true
},
"svelte-eslint-parser": {
"optional": true
},
"svelte": {
"optional": true
},
"eslint-plugin-astro": {
"optional": true
},
"astro-eslint-parser": {
"optional": true
},
"eslint-plugin-vue": {
"optional": true
},
"vue-eslint-parser": {
"optional": true
}
"eslint": "^8.57.0"
},
"dependencies": {
"@eslint/js": "^8.57.0",
"astro-eslint-parser": "^0.16.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-import-x": "^0.4.1",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-import-x": "^0.4.4",
"eslint-plugin-jsonc": "^2.14.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
Expand All @@ -97,22 +58,22 @@
"eslint-plugin-svelte": "^v2.36.0-next.12",
"eslint-plugin-toml": "^0.10.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-yml": "^1.13.2",
"espree": "^10.0.1",
"globals": "^14.0.0",
"globals": "^15.0.0",
"jsonc-eslint-parser": "^2.4.0",
"svelte": "^4.2.12",
"svelte-eslint-parser": "^v0.34.0-next.12",
"toml-eslint-parser": "^0.9.3",
"typescript-eslint": "^7.3.1",
"typescript-eslint": "^7.4.0",
"vue-eslint-parser": "^9.4.2",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@types/eslint": "^8.56.6",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/utils": "^7.3.1",
"@typescript-eslint/utils": "^7.4.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
Expand Down

0 comments on commit ab3d3cc

Please sign in to comment.