Skip to content

Commit 6810354

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] <support@github.com>
1 parent f794bbe commit 6810354

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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": "~3.17.3"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.25.2",
13+
"@babel/core": "^7.26.10",
1414
"@types/react": "~19.0.10",
1515
"typescript": "~5.8.3"
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:
@@ -7974,7 +7974,7 @@ __metadata:
79747974
version: 0.0.0-use.local
79757975
resolution: "example-app@workspace:example/app"
79767976
dependencies:
7977-
"@babel/core": "npm:^7.25.2"
7977+
"@babel/core": "npm:^7.26.10"
79787978
"@babel/preset-env": "npm:^7.25.3"
79797979
"@babel/runtime": "npm:^7.25.0"
79807980
"@fortawesome/fontawesome-svg-core": "npm:^6.5.2"
@@ -8017,7 +8017,7 @@ __metadata:
80178017
version: 0.0.0-use.local
80188018
resolution: "example-expo@workspace:example/expo"
80198019
dependencies:
8020-
"@babel/core": "npm:^7.25.2"
8020+
"@babel/core": "npm:^7.26.10"
80218021
"@types/react": "npm:~19.0.10"
80228022
expo: "npm:^53.0.0-preview.7"
80238023
expo-status-bar: "npm:~2.2.0"
@@ -14662,7 +14662,7 @@ __metadata:
1466214662
version: 0.0.0-use.local
1466314663
resolution: "react-native-sortables@workspace:packages/react-native-sortables"
1466414664
dependencies:
14665-
"@babel/core": "npm:^7.25.2"
14665+
"@babel/core": "npm:^7.26.10"
1466614666
"@babel/preset-env": "npm:^7.25.3"
1466714667
"@babel/runtime": "npm:^7.25.0"
1466814668
"@semantic-release/changelog": "npm:^6.0.3"

0 commit comments

Comments
 (0)