Skip to content

Commit 89c58c7

Browse files
authored
fix for webpack 5 and typescript
1 parent f0b2efc commit 89c58c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/jest": "^26.0.15",
4444
"@types/node-notifier": "^8.0.1",
4545
"@types/semver": "^7.3.8",
46-
"@types/webpack": "^4.41.31",
46+
"@types/webpack": ">4.41.31",
4747
"eslint": "^7.14.0",
4848
"eslint-config-airbnb-base": "^14.2.1",
4949
"husky": "^4.3.0",
@@ -61,7 +61,7 @@
6161
"webpack-latest": "npm:webpack@latest"
6262
},
6363
"peerDependencies": {
64-
"@types/webpack": "^4.41.31"
64+
"@types/webpack": ">4.41.31"
6565
},
6666
"peerDependenciesMeta": {
6767
"@types/webpack": {

0 commit comments

Comments
 (0)