Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipesilva committed Jun 22, 2021
1 parent a44dc02 commit 50b1885
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 99 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.39.1",
"**/@types/copy-webpack-plugin/webpack": "5.40.0",
"ajv-formats/ajv": "8.6.0"
},
"devDependencies": {
Expand All @@ -85,7 +85,7 @@
"@babel/generator": "7.14.5",
"@babel/helper-annotate-as-pure": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/runtime": "7.14.6",
"@babel/template": "7.14.5",
"@bazel/bazelisk": "1.9.0",
Expand Down Expand Up @@ -123,8 +123,8 @@
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^3.1.7",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.6.0",
"ajv-formats": "2.1.0",
Expand Down Expand Up @@ -230,7 +230,7 @@
"typescript": "4.3.4",
"verdaccio": "5.1.1",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.39.1",
"webpack": "5.40.0",
"webpack-dev-middleware": "5.0.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/helper-annotate-as-pure": "7.14.5",
"@babel/plugin-transform-async-to-generator": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/runtime": "7.14.6",
"@babel/template": "7.14.5",
"@discoveryjs/json-ext": "0.5.3",
Expand Down Expand Up @@ -69,7 +69,7 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.0",
"webpack": "5.39.1",
"webpack": "5.40.0",
"webpack-dev-middleware": "5.0.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.39.1"
"webpack": "5.40.0"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.39.1"
"webpack": "5.40.0"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@angular/compiler": "12.1.0-next.6",
"@angular/compiler-cli": "12.1.0-next.6",
"typescript": "4.3.4",
"webpack": "5.39.1"
"webpack": "5.40.0"
}
}
Loading

0 comments on commit 50b1885

Please sign in to comment.