Skip to content

Commit

Permalink
chore(dev-deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| npm        | aurelia-cli             | 2.0.2  | 3.0.1  |
| npm        | aurelia-webpack-plugin  | 4.0.0  | 5.0.4  |
| npm        | bootstrap               | 4.4.1  | 5.1.3  |
| npm        | copy-webpack-plugin     | 6.0.2  | 11.0.0 |
| npm        | css-loader              | 5.0.0  | 6.7.1  |
| npm        | eslint                  | 7.2.0  | 8.18.0 |
| npm        | expose-loader           | 1.0.0  | 4.0.0  |
| npm        | html-loader             | 1.1.0  | 3.1.2  |
| npm        | html-webpack-plugin     | 4.3.0  | 5.5.0  |
| npm        | mini-css-extract-plugin | 1.2.1  | 2.6.1  |
| npm        | minimatch               | 3.0.4  | 5.1.0  |
| 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.9.2  |
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 91ccb40 commit ab47a9f
Show file tree
Hide file tree
Showing 2 changed files with 1,729 additions and 2,172 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"bootstrap": "^4.3.1",
"bootstrap": "^5.0.0",
"cytoscape": "^3.7.0",
"cytoscape-klay": "^3.1.2",
"jquery": "^3.5.0",
Expand All @@ -23,39 +23,39 @@
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.4.0",
"aurelia-cli": "^2.0.0",
"aurelia-cli": "^3.0.0",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"aurelia-webpack-plugin": "^5.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^6.0.0",
"copy-webpack-plugin": "^6.0.0",
"css-loader": "^5.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.0.0",
"del": "^6.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.0.0",
"expose-loader": "^1.0.0",
"eslint": "^8.0.0",
"expose-loader": "^4.0.0",
"file-loader": "^6.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^2.0.0",
"html-loader": "^1.0.0",
"html-webpack-plugin": "^4.0.0",
"html-loader": "^3.0.0",
"html-webpack-plugin": "^5.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^1.0.0",
"minimatch": "^3.0.4",
"mini-css-extract-plugin": "^2.0.0",
"minimatch": "^5.0.0",
"opn": "^5.4.0",
"promise-polyfill": "^8.1.0",
"regenerator-runtime": "0.13.7",
"style-loader": "^2.0.0",
"regenerator-runtime": "0.13.9",
"style-loader": "^3.0.0",
"through2": "^4.0.0",
"url-loader": "^4.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.10.1"
"webpack-dev-server": "^4.0.0"
},
"scripts": {
"build": "au build",
Expand Down
Loading

0 comments on commit ab47a9f

Please sign in to comment.