Skip to content

Commit 0d8e52d

Browse files
authored
Update sample dependencies to remove warnings (#37)
1 parent ff22788 commit 0d8e52d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sample/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.20.0",
39+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
40+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
41+
"@babel/plugin-transform-arrow-functions": "^7.23.3",
42+
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
43+
"@babel/plugin-transform-template-literals": "^7.23.3",
3944
"@babel/preset-env": "^7.20.0",
4045
"@babel/runtime": "^7.20.0",
4146
"@react-native/metro-config": "^0.72.11",

yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ __metadata:
467467
languageName: node
468468
linkType: hard
469469

470-
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.13.8, @babel/plugin-proposal-nullish-coalescing-operator@npm:^7.18.0":
470+
"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.13.8, @babel/plugin-proposal-nullish-coalescing-operator@npm:^7.18.0, @babel/plugin-proposal-nullish-coalescing-operator@npm:^7.18.6":
471471
version: 7.18.6
472472
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.18.6"
473473
dependencies:
@@ -518,7 +518,7 @@ __metadata:
518518
languageName: node
519519
linkType: hard
520520

521-
"@babel/plugin-proposal-optional-chaining@npm:^7.13.12, @babel/plugin-proposal-optional-chaining@npm:^7.20.0":
521+
"@babel/plugin-proposal-optional-chaining@npm:^7.13.12, @babel/plugin-proposal-optional-chaining@npm:^7.20.0, @babel/plugin-proposal-optional-chaining@npm:^7.21.0":
522522
version: 7.21.0
523523
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.21.0"
524524
dependencies:
@@ -9247,6 +9247,11 @@ __metadata:
92479247
dependencies:
92489248
"@apollo/client": "npm:^3.8.6"
92499249
"@babel/core": "npm:^7.20.0"
9250+
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6"
9251+
"@babel/plugin-proposal-optional-chaining": "npm:^7.21.0"
9252+
"@babel/plugin-transform-arrow-functions": "npm:^7.23.3"
9253+
"@babel/plugin-transform-shorthand-properties": "npm:^7.23.3"
9254+
"@babel/plugin-transform-template-literals": "npm:^7.23.3"
92509255
"@babel/preset-env": "npm:^7.20.0"
92519256
"@babel/runtime": "npm:^7.20.0"
92529257
"@react-native-community/masked-view": "npm:^0.1.11"

0 commit comments

Comments
 (0)