Skip to content

Commit 974dc10

Browse files
authored
fix: Update dependencies and raise req (#98)
1 parent 9b0cf2c commit 974dc10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/codeceptjs/detox-helper#readme",
2727
"dependencies": {
2828
"detox": "20.36.3",
29-
"react-native": "^0.78.1"
29+
"react-native": "^0.78.2"
3030
},
3131
"devDependencies": {
3232
"codeceptjs": "3.7.3",

test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@codeceptjs/expect-helper": "^1.0.0",
13-
"@react-native/metro-config": "^0.78.0",
12+
"@codeceptjs/expect-helper": "^1.0.1",
13+
"@react-native/metro-config": "^0.78.2",
1414
"codeceptjs": "3.7.3",
1515
"detox": "20.36.3",
1616
"metro-react-native-babel-preset": "^0.77.0",
1717
"react": "^19.0",
18-
"react-native": "^0.78.0"
18+
"react-native": "^0.78.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^22.10.2",
21+
"@types/node": "^22.10.4",
2222
"expect": "^29.7.0",
2323
"ts-node": "^10.9.1",
2424
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)