Skip to content

Commit

Permalink
Update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 29, 2020
1 parent 46a88bb commit 7478675
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/mini-css-extract-plugin": "^1.2.0",
"@types/node": "^12.19.3",
"@types/webpack": "^4.41.24",
"@types/webpack-manifest-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@wavevision/coding-standard": "^5.2.1",
Expand All @@ -55,12 +57,12 @@
"webpack-cli": "^4.1.0"
},
"dependencies": {
"@types/node": "^12.19.3",
"@types/webpack-manifest-plugin": "^2.1.0",
"neon-js": "^1.1.2",
"webpack-manifest-plugin": "^2.2.0"
},
"peerDependencies": {
"@types/node": "12.x",
"@types/webpack-manifest-plugin": "2.x",
"webpack": "4.x"
},
"scripts": {
Expand Down

0 comments on commit 7478675

Please sign in to comment.