Skip to content

Commit

Permalink
Merge pull request #62 from martinoppitz/feature/update-deps
Browse files Browse the repository at this point in the history
chore: update deps without webpack v5 / prevent conflict
  • Loading branch information
Va1 authored Nov 15, 2020
2 parents 339a96e + 760b747 commit d3a799d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"main": "index.js",
"dependencies": {
"loader-utils": "^1.2.3",
"schema-utils": "^2.6.5"
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1",
"chai": "^4.2.0",
"mocha": "^8.2.0",
"webpack": "^5.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d3a799d

Please sign in to comment.