Skip to content

Commit f4af234

Browse files
chore(deps-dev): bump @babel/core from 7.26.9 to 7.26.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.9 to 7.26.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.26.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.26.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc45f3f commit f4af234

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

example/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-native-svg": "15.11.2"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.25.2",
22+
"@babel/core": "^7.26.10",
2323
"@babel/preset-env": "^7.25.3",
2424
"@babel/runtime": "^7.25.0",
2525
"@gorhom/portal": "^1.0.14",

example/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-native-reanimated": "patch:react-native-reanimated@npm%3A3.17.4#~/.yarn/patches/react-native-reanimated-npm-3.17.4-d7caed9b50.patch"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.25.2",
13+
"@babel/core": "^7.26.10",
1414
"@types/react": "~18.3.12",
1515
"typescript": "^5.8.2"
1616
},

packages/react-native-sortables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Mateusz Łopaciński (https://github.com/MatiPl01)",
66
"bugs": "https://github.com/MatiPl01/react-native-sortables/issues",
77
"devDependencies": {
8-
"@babel/core": "^7.25.2",
8+
"@babel/core": "^7.26.10",
99
"@babel/preset-env": "^7.25.3",
1010
"@babel/runtime": "^7.25.0",
1111
"@semantic-release/changelog": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ __metadata:
8484
languageName: node
8585
linkType: hard
8686

87-
"@babel/core@npm:^7.24.7":
87+
"@babel/core@npm:^7.24.7, @babel/core@npm:^7.26.10":
8888
version: 7.26.10
8989
resolution: "@babel/core@npm:7.26.10"
9090
dependencies:
@@ -8298,7 +8298,7 @@ __metadata:
82988298
version: 0.0.0-use.local
82998299
resolution: "example-app@workspace:example/app"
83008300
dependencies:
8301-
"@babel/core": "npm:^7.25.2"
8301+
"@babel/core": "npm:^7.26.10"
83028302
"@babel/preset-env": "npm:^7.25.3"
83038303
"@babel/runtime": "npm:^7.25.0"
83048304
"@fortawesome/fontawesome-svg-core": "npm:^6.5.2"
@@ -8341,7 +8341,7 @@ __metadata:
83418341
version: 0.0.0-use.local
83428342
resolution: "example-expo@workspace:example/expo"
83438343
dependencies:
8344-
"@babel/core": "npm:^7.25.2"
8344+
"@babel/core": "npm:^7.26.10"
83458345
"@types/react": "npm:~18.3.12"
83468346
expo: "npm:~52.0.42"
83478347
expo-status-bar: "npm:~2.0.1"
@@ -15364,7 +15364,7 @@ __metadata:
1536415364
version: 0.0.0-use.local
1536515365
resolution: "react-native-sortables@workspace:packages/react-native-sortables"
1536615366
dependencies:
15367-
"@babel/core": "npm:^7.25.2"
15367+
"@babel/core": "npm:^7.26.10"
1536815368
"@babel/preset-env": "npm:^7.25.3"
1536915369
"@babel/runtime": "npm:^7.25.0"
1537015370
"@semantic-release/changelog": "npm:^6.0.3"

0 commit comments

Comments
 (0)