Skip to content

Commit

Permalink
Bump @babel/runtime-corejs3 from 7.11.0 to 7.17.8
Browse files Browse the repository at this point in the history
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.11.0 to 7.17.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.8/packages/babel-runtime-corejs3)

---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2022
1 parent 1fffeb0 commit 1ea7c0f
Show file tree
Hide file tree
Showing 10 changed files with 20,272 additions and 31,105 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@playwright/test": "1.20.1",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@prisma/client": "3.11.1",
"cross-undici-fetch": "0.1.27",
"crypto-js": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.21.1",
"cross-undici-fetch": "0.1.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
"@redwoodjs/cli": "0.50.0",
"@redwoodjs/eslint-config": "0.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/core": "7.16.7",
"@babel/node": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@redwoodjs/internal": "0.50.0",
"@redwoodjs/telemetry": "0.50.0",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"pascalcase": "1.0.0",
"react-hook-form": "7.28.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/parser": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/register": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@babel/traverse": "7.16.7",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/core": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@redwoodjs/internal": "0.50.0",
"@redwoodjs/structure": "0.50.0",
"ci-info": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@apollo/client": "3.5.10",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.8",
"@redwoodjs/auth": "0.50.0",
"graphql": "16.3.0",
"graphql-tag": "2.12.6",
Expand Down
Loading

0 comments on commit 1ea7c0f

Please sign in to comment.