1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 08:33:45 +02:00

Use webpack 5

This commit is contained in:
Alexander Skvortsov
2021-03-24 00:55:54 -04:00
parent b5dc653a19
commit f05163eda5
2 changed files with 542 additions and 10697 deletions

11227
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
"clsx": "^1.1.1", "clsx": "^1.1.1",
"color-thief-browser": "^2.0.2", "color-thief-browser": "^2.0.2",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"expose-loader": "^1.0.3", "expose-loader": "^2.0.0",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery.hotkeys": "^0.1.0", "jquery.hotkeys": "^0.1.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
@@ -27,10 +27,10 @@
"flarum-webpack-config": "0.1.0-beta.10", "flarum-webpack-config": "0.1.0-beta.10",
"husky": "^4.3.8", "husky": "^4.3.8",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"webpack": "^4.46.0", "webpack": "^5.0.0",
"webpack-bundle-analyzer": "^4.4.0", "webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^3.3.12", "webpack-cli": "^4.0.0",
"webpack-merge": "^4.2.2" "webpack-merge": "^4.0.0"
}, },
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",