Skip to content

Commit faf534b

Browse files
authoredJul 23, 2024··
fix: Drop peerDependencies from package.json (#610)
1 parent 78a2934 commit faf534b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed
 

‎package.json

-24
Original file line numberDiff line numberDiff line change
@@ -105,30 +105,6 @@
105105
"typescript": "^5.1.6",
106106
"vitest": "^0.34.1"
107107
},
108-
"peerDependencies": {
109-
"@jest/globals": ">= 28",
110-
"@types/bun": "latest",
111-
"@types/jest": ">= 28",
112-
"jest": ">= 28",
113-
"vitest": ">= 0.32"
114-
},
115-
"peerDependenciesMeta": {
116-
"@jest/globals": {
117-
"optional": true
118-
},
119-
"@types/bun": {
120-
"optional": true
121-
},
122-
"@types/jest": {
123-
"optional": true
124-
},
125-
"jest": {
126-
"optional": true
127-
},
128-
"vitest": {
129-
"optional": true
130-
}
131-
},
132108
"eslintConfig": {
133109
"extends": "./node_modules/kcd-scripts/eslint.js",
134110
"parserOptions": {

0 commit comments

Comments
 (0)
Please sign in to comment.