Skip to content

Commit

Permalink
fix: Drop peerDependencies from package.json (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolcimascolo authored Jul 23, 2024
1 parent 78a2934 commit faf534b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,30 +105,6 @@
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"peerDependencies": {
"@jest/globals": ">= 28",
"@types/bun": "latest",
"@types/jest": ">= 28",
"jest": ">= 28",
"vitest": ">= 0.32"
},
"peerDependenciesMeta": {
"@jest/globals": {
"optional": true
},
"@types/bun": {
"optional": true
},
"@types/jest": {
"optional": true
},
"jest": {
"optional": true
},
"vitest": {
"optional": true
}
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"parserOptions": {
Expand Down

0 comments on commit faf534b

Please # to comment.