Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/plugin-transform-runtime
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.9 to 7.22.10.
- [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.22.10/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent 63f9fe3 commit 55ebb74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"babel-loader": "^9.1.3",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1203,19 +1203,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-runtime@npm:^7.22.9":
version: 7.22.9
resolution: "@babel/plugin-transform-runtime@npm:7.22.9"
"@babel/plugin-transform-runtime@npm:^7.22.10":
version: 7.22.10
resolution: "@babel/plugin-transform-runtime@npm:7.22.10"
dependencies:
"@babel/helper-module-imports": ^7.22.5
"@babel/helper-plugin-utils": ^7.22.5
babel-plugin-polyfill-corejs2: ^0.4.4
babel-plugin-polyfill-corejs3: ^0.8.2
babel-plugin-polyfill-regenerator: ^0.5.1
babel-plugin-polyfill-corejs2: ^0.4.5
babel-plugin-polyfill-corejs3: ^0.8.3
babel-plugin-polyfill-regenerator: ^0.5.2
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 2fe5e41f83015ca174feda841d77aa9012fc855c907f9b360a11927f41b100537c8c83487771769147668e797eec26d5294e972b997f4759133cc43a22a43eec
checksum: 45a54a8d0ea5aa50129137d22e44bb643b685739b52d02d912b08ce6615ab9c1356ef141b26161f9454768132fb7417c5e1c73e9fd5719afe0c6d84c839918be
languageName: node
linkType: hard

Expand Down Expand Up @@ -2398,7 +2398,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-polyfill-corejs2@npm:^0.4.4":
"babel-plugin-polyfill-corejs2@npm:^0.4.4, babel-plugin-polyfill-corejs2@npm:^0.4.5":
version: 0.4.5
resolution: "babel-plugin-polyfill-corejs2@npm:0.4.5"
dependencies:
Expand All @@ -2411,7 +2411,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-polyfill-corejs3@npm:^0.8.2":
"babel-plugin-polyfill-corejs3@npm:^0.8.2, babel-plugin-polyfill-corejs3@npm:^0.8.3":
version: 0.8.3
resolution: "babel-plugin-polyfill-corejs3@npm:0.8.3"
dependencies:
Expand All @@ -2423,7 +2423,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-polyfill-regenerator@npm:^0.5.1":
"babel-plugin-polyfill-regenerator@npm:^0.5.1, babel-plugin-polyfill-regenerator@npm:^0.5.2":
version: 0.5.2
resolution: "babel-plugin-polyfill-regenerator@npm:0.5.2"
dependencies:
Expand Down Expand Up @@ -5660,7 +5660,7 @@ __metadata:
dependencies:
"@babel/cli": ^7.22.9
"@babel/core": ^7.22.10
"@babel/plugin-transform-runtime": ^7.22.9
"@babel/plugin-transform-runtime": ^7.22.10
"@babel/preset-env": ^7.22.9
"@babel/runtime": ^7.22.6
babel-loader: ^9.1.3
Expand Down

0 comments on commit 55ebb74

Please sign in to comment.