Skip to content

Commit cea265b

Browse files
committed
Fix dependencies
1 parent bb63ba6 commit cea265b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"dependencies": {
7-
"clean-css": "^5.0.0"
7+
"clean-css": "^5.0.0"
88
},
99
"peerDependencies": {
10+
"schema-utils": "^3.0.0 || ^4.0.0",
1011
"loader-utils": "^1.0.0 || ^2.0.0 || ^3.0.0",
1112
"webpack": ">=2.0.0"
1213
},
1314
"peerDependenciesMeta": {
1415
"webpack": {
1516
"optional": true
1617
},
17-
"loader-utils": {
18-
"optional": true
19-
}
18+
"loader-utils": {
19+
"optional": true
20+
},
21+
"schema-utils": {
22+
"optional": true
23+
}
2024
},
2125
"scripts": {
2226
"pree2e": "yarn build",

0 commit comments

Comments
 (0)