Skip to content

Commit 2912708

Browse files
committed
chore: upgrade examples/basic
1 parent 276e3d8 commit 2912708

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/basic/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
"devDependencies": {
2121
"@babel/core": "^7.20.0",
2222
"@testing-library/jest-native": "^5.4.3",
23-
"@testing-library/react-native": "^12.3.0",
23+
"@testing-library/react-native": "^12.3.2",
2424
"@types/react": "~18.2.14",
2525
"jest": "^29.7.0",
2626
"react-test-renderer": "18.2.0",
2727
"typescript": "^5.2.2"
2828
},
29-
"private": true
29+
"private": true,
30+
"packageManager": "yarn@4.0.1"
3031
}

0 commit comments

Comments
 (0)