Skip to content

Commit 01b39ff

Browse files
committed
chore: update dependencies
1 parent f4207a8 commit 01b39ff

File tree

3 files changed

+720
-1755
lines changed

3 files changed

+720
-1755
lines changed

example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
},
99
"dependencies": {
1010
"react": "19.0.0",
11-
"react-native": "0.78.2",
11+
"react-native": "0.78.3",
1212
"react-native-document-picker-macos": "workspace:*",
13-
"react-native-macos": "^0.78.3"
13+
"react-native-macos": "0.78.3"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.27.4",
17-
"@babel/preset-env": "^7.27.2",
18-
"@babel/runtime": "^7.27.6",
16+
"@babel/core": "~7.27.7",
17+
"@babel/preset-env": "~7.27.2",
18+
"@babel/runtime": "~7.27.6",
1919
"@react-native-community/cli": "15.0.1",
20-
"@react-native/babel-preset": "0.78.2",
21-
"@react-native/metro-config": "0.78.2",
22-
"@react-native/typescript-config": "0.78.2",
23-
"@types/react": "~19.0.12",
20+
"@react-native/babel-preset": "0.78.3",
21+
"@react-native/metro-config": "0.78.3",
22+
"@react-native/typescript-config": "0.78.3",
23+
"@types/react": "~19.0.14",
2424
"typescript": "^5.8.3"
2525
},
2626
"engines": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
},
3333
"devDependencies": {
3434
"@react-native-community/eslint-config": "patch:@react-native-community/eslint-config@npm%3A3.2.0#~/.yarn/patches/@react-native-community-eslint-config-npm-3.2.0-d7fa7cb395.patch",
35-
"@react-native/babel-preset": "0.78.2",
36-
"@types/react": "~18.3.23",
37-
"dprint": "^0.50.0",
35+
"@react-native/babel-preset": "0.78.3",
36+
"@types/react": "~19.0.14",
37+
"dprint": "^0.50.1",
3838
"eslint": "^8.57.1",
39-
"react": "18.3.1",
40-
"react-native": "0.71.19",
41-
"react-native-builder-bob": "^0.20.4",
39+
"react": "19.0.0",
40+
"react-native": "0.78.3",
41+
"react-native-builder-bob": "~0.40.12",
4242
"typescript": "^5.8.3"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)