Skip to content

Commit

Permalink
build: update babel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent c5e17d1 commit fc61fce
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 818 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
"@angular/platform-server": "10.0.7",
"@angular/router": "10.0.7",
"@angular/service-worker": "10.0.7",
"@babel/core": "7.11.0",
"@babel/generator": "7.11.0",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/runtime": "7.11.0",
"@babel/template": "7.10.4",
"@babel/core": "7.24.1",
"@babel/generator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/runtime": "7.24.1",
"@babel/template": "7.24.0",
"@bazel/bazelisk": "1.5.0",
"@bazel/buildifier": "3.3.0",
"@bazel/jasmine": "1.7.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@angular-devkit/build-optimizer": "0.0.0",
"@angular-devkit/build-webpack": "0.0.0",
"@angular-devkit/core": "0.0.0",
"@babel/core": "7.11.0",
"@babel/generator": "7.11.0",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/runtime": "7.11.0",
"@babel/template": "7.10.4",
"@babel/core": "7.24.1",
"@babel/generator": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/runtime": "7.24.1",
"@babel/template": "7.24.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@ngtools/webpack": "0.0.0",
"autoprefixer": "9.8.6",
Expand Down
Loading

0 comments on commit fc61fce

Please sign in to comment.