Skip to content

Commit 88c0175

Browse files
renovate-botclydin
authored andcommitted
build: update all non-major dependencies
1 parent fdbbcfd commit 88c0175

File tree

6 files changed

+213
-68
lines changed

6 files changed

+213
-68
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.36.1"
65+
"**/@types/copy-webpack-plugin/webpack": "5.36.2"
6666
},
6767
"devDependencies": {
6868
"@angular/animations": "12.0.0-rc.1",
@@ -80,11 +80,11 @@
8080
"@angular/platform-server": "12.0.0-rc.1",
8181
"@angular/router": "12.0.0-rc.1",
8282
"@angular/service-worker": "12.0.0-rc.1",
83-
"@babel/core": "7.13.16",
84-
"@babel/generator": "7.13.16",
83+
"@babel/core": "7.14.0",
84+
"@babel/generator": "7.14.0",
8585
"@babel/plugin-transform-runtime": "7.13.15",
86-
"@babel/preset-env": "7.13.15",
87-
"@babel/runtime": "7.13.17",
86+
"@babel/preset-env": "7.14.0",
87+
"@babel/runtime": "7.14.0",
8888
"@babel/template": "7.12.13",
8989
"@bazel/bazelisk": "1.8.0",
9090
"@bazel/buildifier": "4.0.1",
@@ -171,7 +171,7 @@
171171
"license-checker": "^25.0.0",
172172
"loader-utils": "2.0.0",
173173
"magic-string": "0.25.7",
174-
"mini-css-extract-plugin": "1.5.1",
174+
"mini-css-extract-plugin": "1.6.0",
175175
"minimatch": "3.0.4",
176176
"minimist": "^1.2.0",
177177
"ng-packagr": "~12.0.0-next.0",
@@ -223,7 +223,7 @@
223223
"typescript": "4.2.4",
224224
"verdaccio": "5.0.4",
225225
"verdaccio-auth-memory": "^10.0.0",
226-
"webpack": "5.36.1",
226+
"webpack": "5.36.2",
227227
"webpack-dev-middleware": "4.1.0",
228228
"webpack-dev-server": "3.11.2",
229229
"webpack-merge": "5.7.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"@angular-devkit/build-optimizer": "0.0.0",
1111
"@angular-devkit/build-webpack": "0.0.0",
1212
"@angular-devkit/core": "0.0.0",
13-
"@babel/core": "7.13.16",
14-
"@babel/generator": "7.13.16",
13+
"@babel/core": "7.14.0",
14+
"@babel/generator": "7.14.0",
1515
"@babel/plugin-transform-async-to-generator": "7.13.0",
1616
"@babel/plugin-transform-runtime": "7.13.15",
17-
"@babel/preset-env": "7.13.15",
18-
"@babel/runtime": "7.13.17",
17+
"@babel/preset-env": "7.14.0",
18+
"@babel/runtime": "7.14.0",
1919
"@babel/template": "7.12.13",
2020
"@discoveryjs/json-ext": "0.5.2",
2121
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
@@ -41,7 +41,7 @@
4141
"less-loader": "8.1.1",
4242
"license-webpack-plugin": "2.3.17",
4343
"loader-utils": "2.0.0",
44-
"mini-css-extract-plugin": "1.5.1",
44+
"mini-css-extract-plugin": "1.6.0",
4545
"minimatch": "3.0.4",
4646
"open": "8.0.7",
4747
"ora": "5.4.0",
@@ -68,7 +68,7 @@
6868
"terser-webpack-plugin": "4.2.3",
6969
"text-table": "0.2.0",
7070
"tree-kill": "1.2.2",
71-
"webpack": "5.36.1",
71+
"webpack": "5.36.2",
7272
"webpack-dev-middleware": "4.1.0",
7373
"webpack-dev-server": "3.11.2",
7474
"webpack-merge": "5.7.3",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.36.1"
25+
"webpack": "5.36.2"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.36.1"
16+
"webpack": "5.36.2"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.0.0-rc.1",
3434
"@angular/compiler-cli": "12.0.0-rc.1",
3535
"typescript": "4.2.4",
36-
"webpack": "5.36.1"
36+
"webpack": "5.36.2"
3737
}
3838
}

0 commit comments

Comments
 (0)