We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648c023 commit 297a330Copy full SHA for 297a330
package.json
@@ -70,6 +70,9 @@
70
"engines": {
71
"node": ">=20.18.0"
72
},
73
+ "peerDependencies": {
74
+ "webpack": "^5"
75
+ },
76
"dependencies": {
77
"@cyclonedx/cyclonedx-library": "^8.4.0||^9.0.0",
78
"normalize-package-data": "^7.0.0 || ^8.0.0",
@@ -81,9 +84,6 @@
81
84
"ajv-formats-draft2019": "^1.6.1",
82
85
"libxmljs2": "^0.35||^0.37"
83
86
- "peerDependencies": {
- "webpack": "^5"
- },
87
"devDependencies": {
88
"@types/node": "ts5.8",
89
"@types/normalize-package-data": "^2.4.4",
0 commit comments