Skip to content

Commit e40c09f

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent fe57583 commit e40c09f

File tree

4 files changed

+242
-24
lines changed

4 files changed

+242
-24
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"@angular/router": "19.0.0-next.2",
7171
"@angular/service-worker": "19.0.0-next.2",
7272
"@babel/core": "7.25.2",
73-
"@babel/generator": "7.25.5",
73+
"@babel/generator": "7.25.6",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
76-
"@babel/plugin-syntax-import-attributes": "7.24.7",
76+
"@babel/plugin-syntax-import-attributes": "7.25.6",
7777
"@babel/plugin-transform-async-generator-functions": "7.25.4",
7878
"@babel/plugin-transform-async-to-generator": "7.24.7",
7979
"@babel/plugin-transform-runtime": "7.25.4",
8080
"@babel/preset-env": "7.25.4",
81-
"@babel/runtime": "7.25.4",
81+
"@babel/runtime": "7.25.6",
8282
"@bazel/bazelisk": "1.19.0",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
@@ -165,7 +165,7 @@
165165
"magic-string": "0.30.11",
166166
"mini-css-extract-plugin": "2.9.1",
167167
"mrmime": "2.0.0",
168-
"ng-packagr": "19.0.0-next.2",
168+
"ng-packagr": "19.0.0-next.3",
169169
"npm": "^10.8.1",
170170
"npm-package-arg": "11.0.3",
171171
"npm-pick-manifest": "9.1.0",
@@ -182,7 +182,7 @@
182182
"puppeteer": "18.2.1",
183183
"quicktype-core": "23.0.170",
184184
"resolve-url-loader": "5.0.0",
185-
"rollup": "4.21.1",
185+
"rollup": "4.21.2",
186186
"rollup-plugin-sourcemaps": "^0.6.0",
187187
"rxjs": "7.8.1",
188188
"sass": "1.77.8",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.25.2",
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
26-
"@babel/plugin-syntax-import-attributes": "7.24.7",
26+
"@babel/plugin-syntax-import-attributes": "7.25.6",
2727
"@inquirer/confirm": "3.1.22",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
@@ -38,7 +38,7 @@
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.6.1",
41-
"rollup": "4.21.1",
41+
"rollup": "4.21.2",
4242
"sass": "1.77.8",
4343
"semver": "7.6.3",
4444
"vite": "5.4.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.25.2",
15-
"@babel/generator": "7.25.5",
15+
"@babel/generator": "7.25.6",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.25.4",
1919
"@babel/plugin-transform-async-to-generator": "7.24.7",
2020
"@babel/plugin-transform-runtime": "7.25.4",
2121
"@babel/preset-env": "7.25.4",
22-
"@babel/runtime": "7.25.4",
22+
"@babel/runtime": "7.25.6",
2323
"@discoveryjs/json-ext": "0.6.1",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",

0 commit comments

Comments
 (0)