Skip to content

Commit c6c8db1

Browse files
Merge pull request #965 from DataDog/marcosaia/fix/babel-runtime-version
[FIX/deps] Use caret for @babel/runtime version
2 parents 66000ba + 1fd1bbe commit c6c8db1

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.25.2",
3535
"@babel/plugin-transform-runtime": "^7.25.0",
3636
"@babel/preset-env": "^7.25.3",
37-
"@babel/runtime": "7.26.10",
37+
"@babel/runtime": "^7.26.10",
3838
"@react-native-community/cli": "15.0.1",
3939
"@react-native-community/cli-platform-android": "15.0.1",
4040
"@react-native-community/cli-platform-ios": "15.0.1",

yarn.lock

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,15 +3495,6 @@ __metadata:
34953495
languageName: node
34963496
linkType: hard
34973497

3498-
"@babel/runtime@npm:7.26.10":
3499-
version: 7.26.10
3500-
resolution: "@babel/runtime@npm:7.26.10"
3501-
dependencies:
3502-
regenerator-runtime: ^0.14.0
3503-
checksum: 22d2e0abb86e90de489ab16bb578db6fe2b63a88696db431198b24963749820c723f1982298cdbbea187f7b2b80fb4d98a514faf114ddb2fdc14a4b96277b955
3504-
languageName: node
3505-
linkType: hard
3506-
35073498
"@babel/runtime@npm:^7.25.0":
35083499
version: 7.27.6
35093500
resolution: "@babel/runtime@npm:7.27.6"
@@ -10325,7 +10316,7 @@ __metadata:
1032510316
"@babel/core": ^7.25.2
1032610317
"@babel/plugin-transform-runtime": ^7.25.0
1032710318
"@babel/preset-env": ^7.25.3
10328-
"@babel/runtime": 7.26.10
10319+
"@babel/runtime": ^7.26.10
1032910320
"@react-native-community/cli": 15.0.1
1033010321
"@react-native-community/cli-platform-android": 15.0.1
1033110322
"@react-native-community/cli-platform-ios": 15.0.1
@@ -18733,13 +18724,6 @@ __metadata:
1873318724
languageName: node
1873418725
linkType: hard
1873518726

18736-
"regenerator-runtime@npm:^0.14.0":
18737-
version: 0.14.1
18738-
resolution: "regenerator-runtime@npm:0.14.1"
18739-
checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38
18740-
languageName: node
18741-
linkType: hard
18742-
1874318727
"regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4":
1874418728
version: 1.5.4
1874518729
resolution: "regexp.prototype.flags@npm:1.5.4"

0 commit comments

Comments
 (0)