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 31, 2023
1 parent c5e17d1 commit 31f12f9
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 746 deletions.
12 changes: 6 additions & 6 deletions package.json
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.21.4",
"@babel/generator": "7.21.4",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/runtime": "7.21.0",
"@babel/template": "7.20.7",
"@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
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.21.4",
"@babel/generator": "7.21.4",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/runtime": "7.21.0",
"@babel/template": "7.20.7",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@ngtools/webpack": "0.0.0",
"autoprefixer": "9.8.6",
Expand Down

0 comments on commit 31f12f9

Please sign in to comment.