Skip to content

Commit d6f0746

Browse files
committed
chore(dev-deps): update all dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | npm | aurelia-webpack-plugin | 4.0.0 | 5.0.3 | | npm | bootstrap | 4.4.1 | 5.1.3 | | npm | copy-webpack-plugin | 6.0.2 | 10.0.0 | | npm | css-loader | 5.0.0 | 6.5.1 | | npm | eslint | 7.2.0 | 8.2.0 | | npm | expose-loader | 1.0.0 | 3.1.0 | | npm | html-loader | 1.1.0 | 3.0.1 | | npm | html-webpack-plugin | 4.3.0 | 5.5.0 | | npm | mini-css-extract-plugin | 1.2.1 | 2.4.4 | | npm | regenerator-runtime | 0.13.7 | 0.13.9 | | npm | style-loader | 2.0.0 | 3.3.1 | | npm | webpack-bundle-analyzer | 3.6.0 | 4.5.0 | | npm | webpack-dev-server | 3.10.1 | 4.5.0 |
1 parent 91ccb40 commit d6f0746

File tree

2 files changed

+1017
-1551
lines changed

2 files changed

+1017
-1551
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"aurelia-animator-css": "^1.0.4",
1212
"aurelia-bootstrapper": "^2.3.2",
13-
"bootstrap": "^4.3.1",
13+
"bootstrap": "^5.0.0",
1414
"cytoscape": "^3.7.0",
1515
"cytoscape-klay": "^3.1.2",
1616
"jquery": "^3.5.0",
@@ -26,36 +26,36 @@
2626
"aurelia-cli": "^2.0.0",
2727
"aurelia-testing": "^1.0.0",
2828
"aurelia-tools": "^2.0.0",
29-
"aurelia-webpack-plugin": "^4.0.0",
29+
"aurelia-webpack-plugin": "^5.0.0",
3030
"babel-eslint": "^10.0.1",
3131
"babel-loader": "^8.0.5",
3232
"babel-plugin-istanbul": "^6.0.0",
33-
"copy-webpack-plugin": "^6.0.0",
34-
"css-loader": "^5.0.0",
33+
"copy-webpack-plugin": "^10.0.0",
34+
"css-loader": "^6.0.0",
3535
"del": "^6.0.0",
3636
"duplicate-package-checker-webpack-plugin": "^3.0.0",
37-
"eslint": "^7.0.0",
38-
"expose-loader": "^1.0.0",
37+
"eslint": "^8.0.0",
38+
"expose-loader": "^3.0.0",
3939
"file-loader": "^6.0.0",
4040
"gulp": "^4.0.0",
4141
"gulp-rename": "^2.0.0",
42-
"html-loader": "^1.0.0",
43-
"html-webpack-plugin": "^4.0.0",
42+
"html-loader": "^3.0.0",
43+
"html-webpack-plugin": "^5.0.0",
4444
"istanbul-instrumenter-loader": "^3.0.1",
4545
"json-loader": "^0.5.7",
46-
"mini-css-extract-plugin": "^1.0.0",
46+
"mini-css-extract-plugin": "^2.0.0",
4747
"minimatch": "^3.0.4",
4848
"opn": "^5.4.0",
4949
"promise-polyfill": "^8.1.0",
50-
"regenerator-runtime": "0.13.7",
51-
"style-loader": "^2.0.0",
50+
"regenerator-runtime": "0.13.9",
51+
"style-loader": "^3.0.0",
5252
"through2": "^4.0.0",
5353
"url-loader": "^4.0.0",
5454
"vinyl-fs": "^3.0.3",
5555
"webpack": "^5.0.0",
56-
"webpack-bundle-analyzer": "^3.0.4",
56+
"webpack-bundle-analyzer": "^4.0.0",
5757
"webpack-cli": "^4.0.0",
58-
"webpack-dev-server": "^3.10.1"
58+
"webpack-dev-server": "^4.0.0"
5959
},
6060
"scripts": {
6161
"build": "au build",

0 commit comments

Comments
 (0)