1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

use ^4.46.0 for webpack

This commit is contained in:
Daniel Klabbers
2021-10-13 10:30:56 +02:00
parent 9a339fea6a
commit f03e666a77
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"flarum-webpack-config": "0.1.0-beta.10", "flarum-webpack-config": "0.1.0-beta.10",
"sortablejs": "^1.10.2", "sortablejs": "^1.10.2",
"webpack": "4.*", "webpack": "^4.46.0",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.0"
} }
}, },

View File

@@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"flarum-webpack-config": "0.1.0-beta.10", "flarum-webpack-config": "0.1.0-beta.10",
"sortablejs": "^1.10.2", "sortablejs": "^1.10.2",
"webpack": "4.*", "webpack": "^4.46.0",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.0"
}, },
"scripts": { "scripts": {