Skip to content

Commit

Permalink
feature #1173 chore: updated webpack-cli peerDependencies with v5 (Ul…
Browse files Browse the repository at this point in the history
…richHP)

This PR was squashed before being merged into the main branch.

Discussion
----------

chore: updated webpack-cli peerDependencies with v5

Following issue #1172

In `package.json` : updated webpack-cli peerDependencies and reordered svelte in devDependencies

Commits
-------

ebf261f chore: updated webpack-cli peerDependencies with v5
  • Loading branch information
weaverryan committed Dec 15, 2022
2 parents 9bb5469 + ebf261f commit 71fd378
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 @@ -90,16 +90,16 @@
"strip-ansi": "^6.0.0",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"svelte": "^3.50.0",
"svelte-loader": "^3.1.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.2",
"vue": "^3.2.14",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.5",
"webpack": "^5.72",
"webpack-cli": "^4.9.1",
"webpack-cli": "^4.9.1 || ^5.0.1",
"webpack-notifier": "^1.15.0",
"svelte": "^3.50.0",
"svelte-loader": "^3.1.0",
"zombie": "^6.1.4"
},
"peerDependencies": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"vue-loader": "^15.0.11 || ^17.0.0",
"vue-template-compiler": "^2.5",
"webpack": "^5.72",
"webpack-cli": "^4.9.1",
"webpack-cli": "^4.9.1 || ^5.0.1",
"webpack-notifier": "^1.15.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 71fd378

Please sign in to comment.