Skip to content

Commit 167388a

Browse files
committed
chore: update deps without webpack v5 / prevent conflict
1 parent 4d79a1b commit 167388a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"main": "index.js",
1717
"dependencies": {
18-
"loader-utils": "^1.2.3",
19-
"schema-utils": "^2.6.5"
18+
"loader-utils": "^2.0.0",
19+
"schema-utils": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"chai": "^4.1.2",
23-
"mocha": "^5.0.1",
22+
"chai": "^4.2.0",
23+
"mocha": "^8.2.0",
2424
"webpack": "^4.34.0"
2525
},
2626
"peerDependencies": {

0 commit comments

Comments
 (0)