Skip to content

Commit ccdb530

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 57e613b commit ccdb530

File tree

4 files changed

+684
-451
lines changed

4 files changed

+684
-451
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
"@angular/platform-server": "18.1.0-next.0",
6969
"@angular/router": "18.1.0-next.0",
7070
"@angular/service-worker": "18.1.0-next.0",
71-
"@babel/core": "7.24.6",
72-
"@babel/generator": "7.24.6",
73-
"@babel/helper-annotate-as-pure": "7.24.6",
74-
"@babel/helper-split-export-declaration": "7.24.6",
75-
"@babel/plugin-transform-async-generator-functions": "7.24.6",
76-
"@babel/plugin-transform-async-to-generator": "7.24.6",
77-
"@babel/plugin-transform-runtime": "7.24.6",
78-
"@babel/preset-env": "7.24.6",
79-
"@babel/runtime": "7.24.6",
71+
"@babel/core": "7.24.7",
72+
"@babel/generator": "7.24.7",
73+
"@babel/helper-annotate-as-pure": "7.24.7",
74+
"@babel/helper-split-export-declaration": "7.24.7",
75+
"@babel/plugin-transform-async-generator-functions": "7.24.7",
76+
"@babel/plugin-transform-async-to-generator": "7.24.7",
77+
"@babel/plugin-transform-runtime": "7.24.7",
78+
"@babel/preset-env": "7.24.7",
79+
"@babel/runtime": "7.24.7",
8080
"@bazel/bazelisk": "1.19.0",
8181
"@bazel/buildifier": "7.1.2",
8282
"@bazel/concatjs": "5.8.1",
@@ -157,7 +157,7 @@
157157
"less-loader": "12.2.0",
158158
"license-webpack-plugin": "4.0.2",
159159
"lmdb": "3.0.11",
160-
"loader-utils": "3.3.0",
160+
"loader-utils": "3.3.1",
161161
"lodash": "^4.17.21",
162162
"magic-string": "0.30.10",
163163
"mini-css-extract-plugin": "2.9.0",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.24.6",
24-
"@babel/helper-annotate-as-pure": "7.24.6",
25-
"@babel/helper-split-export-declaration": "7.24.6",
23+
"@babel/core": "7.24.7",
24+
"@babel/helper-annotate-as-pure": "7.24.7",
25+
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@vitejs/plugin-basic-ssl": "1.1.0",
2727
"ansi-colors": "4.1.3",
2828
"browserslist": "^4.23.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1313
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.24.6",
15-
"@babel/generator": "7.24.6",
16-
"@babel/helper-annotate-as-pure": "7.24.6",
17-
"@babel/helper-split-export-declaration": "7.24.6",
18-
"@babel/plugin-transform-async-generator-functions": "7.24.6",
19-
"@babel/plugin-transform-async-to-generator": "7.24.6",
20-
"@babel/plugin-transform-runtime": "7.24.6",
21-
"@babel/preset-env": "7.24.6",
22-
"@babel/runtime": "7.24.6",
14+
"@babel/core": "7.24.7",
15+
"@babel/generator": "7.24.7",
16+
"@babel/helper-annotate-as-pure": "7.24.7",
17+
"@babel/helper-split-export-declaration": "7.24.7",
18+
"@babel/plugin-transform-async-generator-functions": "7.24.7",
19+
"@babel/plugin-transform-async-to-generator": "7.24.7",
20+
"@babel/plugin-transform-runtime": "7.24.7",
21+
"@babel/preset-env": "7.24.7",
22+
"@babel/runtime": "7.24.7",
2323
"@discoveryjs/json-ext": "0.5.7",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
@@ -41,7 +41,7 @@
4141
"less": "4.2.0",
4242
"less-loader": "12.2.0",
4343
"license-webpack-plugin": "4.0.2",
44-
"loader-utils": "3.3.0",
44+
"loader-utils": "3.3.1",
4545
"magic-string": "0.30.10",
4646
"mini-css-extract-plugin": "2.9.0",
4747
"mrmime": "2.0.0",

0 commit comments

Comments
 (0)