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.5   |
| npm        | babel-loader            | 8.0.6  | 9.1.2   |
| npm        | bootstrap               | 4.4.1  | 5.3.0   |
| npm        | copy-webpack-plugin     | 6.0.2  | 11.0.0  |
| npm        | css-loader              | 5.0.0  | 6.8.1   |
| npm        | del                     | 6.0.0  | 7.0.0   |
| npm        | eslint                  | 7.2.0  | 8.42.0  |
| npm        | expose-loader           | 1.0.0  | 4.1.0   |
| npm        | html-loader             | 1.1.0  | 4.2.0   |
| npm        | html-webpack-plugin     | 4.3.0  | 5.5.1   |
| npm        | mini-css-extract-plugin | 1.2.1  | 2.7.6   |
| npm        | regenerator-runtime     | 0.13.7 | 0.13.11 |
| npm        | style-loader            | 2.0.0  | 3.3.3   |
| npm        | uuid                    | 8.1.0  | 9.0.0   |
| npm        | webpack-bundle-analyzer | 3.6.0  | 4.9.0   |
| npm        | webpack-cli             | 4.1.0  | 5.1.2   |
| npm        | webpack-dev-server      | 3.10.1 | 4.15.0  |
  • Loading branch information
renovate[bot] committed Jun 4, 2023
1 parent 91ccb40 commit be6a7e4
Show file tree
Hide file tree
Showing 2 changed files with 2,020 additions and 2,423 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,52 +10,52 @@
"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",
"popper.js": "^1.15.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@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",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"aurelia-webpack-plugin": "^5.0.0",
"@babel/eslint-parser": "^7.11.0",
"babel-loader": "^9.0.0",
"babel-plugin-istanbul": "^6.0.0",
"copy-webpack-plugin": "^6.0.0",
"css-loader": "^5.0.0",
"del": "^6.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.0.0",
"del": "^7.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": "^4.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",
"mini-css-extract-plugin": "^2.0.0",
"minimatch": "^3.0.4",
"opn": "^5.4.0",
"promise-polyfill": "^8.1.0",
"regenerator-runtime": "0.13.7",
"style-loader": "^2.0.0",
"regenerator-runtime": "0.13.11",
"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-cli": "^4.0.0",
"webpack-dev-server": "^3.10.1"
"webpack-bundle-analyzer": "^4.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0"
},
"scripts": {
"build": "au build",
Expand Down
Loading

0 comments on commit be6a7e4

Please sign in to comment.