Skip to content

Commit 529dca1

Browse files
Bump @babel/core from 7.23.3 to 7.28.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.28.3. - [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.28.3/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5688d65 commit 529dca1

3 files changed

Lines changed: 50 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "jest"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.20.0",
28+
"@babel/core": "^7.28.3",
2929
"@babel/preset-env": "^7.20.0",
3030
"@babel/runtime": "^7.27.6",
3131
"@react-native/babel-preset": "0.75.5",

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-native": "*"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.20.0",
43+
"@babel/core": "^7.28.3",
4444
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
4545
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
4646
"@babel/plugin-transform-arrow-functions": "^7.27.1",

yarn.lock

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,29 @@ __metadata:
157157
languageName: node
158158
linkType: hard
159159

160+
"@babel/core@npm:^7.28.3":
161+
version: 7.28.3
162+
resolution: "@babel/core@npm:7.28.3"
163+
dependencies:
164+
"@ampproject/remapping": "npm:^2.2.0"
165+
"@babel/code-frame": "npm:^7.27.1"
166+
"@babel/generator": "npm:^7.28.3"
167+
"@babel/helper-compilation-targets": "npm:^7.27.2"
168+
"@babel/helper-module-transforms": "npm:^7.28.3"
169+
"@babel/helpers": "npm:^7.28.3"
170+
"@babel/parser": "npm:^7.28.3"
171+
"@babel/template": "npm:^7.27.2"
172+
"@babel/traverse": "npm:^7.28.3"
173+
"@babel/types": "npm:^7.28.2"
174+
convert-source-map: "npm:^2.0.0"
175+
debug: "npm:^4.1.0"
176+
gensync: "npm:^1.0.0-beta.2"
177+
json5: "npm:^2.2.3"
178+
semver: "npm:^6.3.1"
179+
checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
180+
languageName: node
181+
linkType: hard
182+
160183
"@babel/eslint-parser@npm:^7.20.0":
161184
version: 7.23.3
162185
resolution: "@babel/eslint-parser@npm:7.23.3"
@@ -500,6 +523,19 @@ __metadata:
500523
languageName: node
501524
linkType: hard
502525

526+
"@babel/helper-module-transforms@npm:^7.28.3":
527+
version: 7.28.3
528+
resolution: "@babel/helper-module-transforms@npm:7.28.3"
529+
dependencies:
530+
"@babel/helper-module-imports": "npm:^7.27.1"
531+
"@babel/helper-validator-identifier": "npm:^7.27.1"
532+
"@babel/traverse": "npm:^7.28.3"
533+
peerDependencies:
534+
"@babel/core": ^7.0.0
535+
checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
536+
languageName: node
537+
linkType: hard
538+
503539
"@babel/helper-optimise-call-expression@npm:^7.22.5":
504540
version: 7.22.5
505541
resolution: "@babel/helper-optimise-call-expression@npm:7.22.5"
@@ -773,6 +809,16 @@ __metadata:
773809
languageName: node
774810
linkType: hard
775811

812+
"@babel/helpers@npm:^7.28.3":
813+
version: 7.28.3
814+
resolution: "@babel/helpers@npm:7.28.3"
815+
dependencies:
816+
"@babel/template": "npm:^7.27.2"
817+
"@babel/types": "npm:^7.28.2"
818+
checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
819+
languageName: node
820+
linkType: hard
821+
776822
"@babel/highlight@npm:^7.23.4":
777823
version: 7.23.4
778824
resolution: "@babel/highlight@npm:7.23.4"
@@ -5329,7 +5375,7 @@ __metadata:
53295375
version: 0.0.0-use.local
53305376
resolution: "checkout-sheet-kit-react-native@workspace:."
53315377
dependencies:
5332-
"@babel/core": "npm:^7.20.0"
5378+
"@babel/core": "npm:^7.28.3"
53335379
"@babel/preset-env": "npm:^7.20.0"
53345380
"@babel/runtime": "npm:^7.27.6"
53355381
"@react-native/babel-preset": "npm:0.75.5"
@@ -10879,7 +10925,7 @@ __metadata:
1087910925
resolution: "sample@workspace:sample"
1088010926
dependencies:
1088110927
"@apollo/client": "npm:^3.13.9"
10882-
"@babel/core": "npm:^7.20.0"
10928+
"@babel/core": "npm:^7.28.3"
1088310929
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6"
1088410930
"@babel/plugin-proposal-optional-chaining": "npm:^7.21.0"
1088510931
"@babel/plugin-transform-arrow-functions": "npm:^7.27.1"

0 commit comments

Comments
 (0)