Skip to content

Commit

Permalink
build(deps-dev): bump @babel/runtime from 7.22.6 to 7.23.1 in /example
Browse files Browse the repository at this point in the history
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.23.1.
- [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.23.1/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 764a3eb commit ed9c878
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "^7.20.0",
"@babel/runtime": "^7.23.1",
"@react-native/metro-config": "^0.72.7",
"@types/react": "^18.2.14",
"@types/react-native": "^0.72.2",
Expand Down
20 changes: 18 additions & 2 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.20.0":
"@babel/runtime@npm:^7.0.0":
version: 7.22.6
resolution: "@babel/runtime@npm:7.22.6"
dependencies:
Expand All @@ -1468,6 +1468,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.23.1":
version: 7.23.1
resolution: "@babel/runtime@npm:7.23.1"
dependencies:
regenerator-runtime: ^0.14.0
checksum: 0cd0d43e6e7dc7f9152fda8c8312b08321cda2f56ef53d6c22ebdd773abdc6f5d0a69008de90aa41908d00e2c1facb24715ff121274e689305c858355ff02c70
languageName: node
linkType: hard

"@babel/template@npm:^7.0.0, @babel/template@npm:^7.18.10, @babel/template@npm:^7.3.3":
version: 7.18.10
resolution: "@babel/template@npm:7.18.10"
Expand Down Expand Up @@ -2762,7 +2771,7 @@ __metadata:
dependencies:
"@babel/core": ^7.20.5
"@babel/preset-typescript": 7.22.5
"@babel/runtime": ^7.20.0
"@babel/runtime": ^7.23.1
"@mapbox/geo-viewport": ^0.5.0
"@react-native-masked-view/masked-view": ^0.2.9
"@react-native/metro-config": ^0.72.7
Expand Down Expand Up @@ -7504,6 +7513,13 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.14.0":
version: 0.14.0
resolution: "regenerator-runtime@npm:0.14.0"
checksum: 1c977ad82a82a4412e4f639d65d22be376d3ebdd30da2c003eeafdaaacd03fc00c2320f18120007ee700900979284fc78a9f00da7fb593f6e6eeebc673fba9a3
languageName: node
linkType: hard

"regexpu-core@npm:^5.2.1":
version: 5.2.2
resolution: "regexpu-core@npm:5.2.2"
Expand Down

0 comments on commit ed9c878

Please sign in to comment.