Skip to content

Commit 6ce0b2c

Browse files
🔄 synced local 'package.json' with remote 'package.json'
1 parent ed59082 commit 6ce0b2c

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

package.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,47 @@
99
"start": "react-native start",
1010
"test": "jest",
1111
"build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
12-
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios"
12+
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios",
13+
"postinstall": "patch-package"
1314
},
1415
"dependencies": {
15-
"@circle-fin/w3s-pw-react-native-sdk": "^1.1.0",
16+
"@circle-fin/w3s-pw-react-native-sdk": "^1.1.2",
1617
"@react-native-clipboard/clipboard": "^1.14.1",
1718
"@react-navigation/native": "^6.1.9",
1819
"@react-navigation/native-stack": "^6.9.17",
1920
"@reduxjs/toolkit": "^2.2.6",
2021
"@types/react-redux": "^7.1.33",
2122
"i18next": "^23.7.12",
22-
"react": "18.3.1",
23+
"react": "19.0.0",
2324
"react-i18next": "^14.0.0",
24-
"react-native": "0.75.5",
25+
"react-native": "0.79.2",
2526
"react-native-collapsible-tab-view": "^8.0.0",
2627
"react-native-pager-view": "^6.3.3",
27-
"react-native-reanimated": "3.16.7",
28-
"react-native-safe-area-context": "^4.7.4",
28+
"react-native-reanimated": "3.17.5",
29+
"react-native-safe-area-context": "5.4.0",
2930
"react-native-screens": "^3.27.0",
3031
"react-native-tab-view": "^3.5.2",
3132
"react-redux": "^9.1.2"
3233
},
3334
"devDependencies": {
34-
"@babel/core": "^7.20.0",
35-
"@babel/preset-env": "^7.20.0",
36-
"@babel/runtime": "^7.20.0",
37-
"@react-native/babel-preset": "0.75.5",
38-
"@react-native/eslint-config": "0.75.5",
39-
"@react-native/metro-config": "0.75.5",
40-
"@react-native/typescript-config": "0.75.5",
41-
"@types/react": "^18.2.6",
42-
"@types/react-test-renderer": "^18.0.0",
43-
"@typescript-eslint/eslint-plugin": "5.62.0",
44-
"@typescript-eslint/parser": "5.62.0",
45-
"babel-jest": "^29.6.3",
46-
"eslint": "8.56.0",
47-
"eslint-plugin-react": "7.33.2",
35+
"@babel/core": "^7.25.2",
36+
"@babel/preset-env": "^7.25.3",
37+
"@babel/runtime": "^7.25.0",
38+
"@react-native-community/cli": "18.0.0",
39+
"@react-native-community/cli-platform-android": "18.0.0",
40+
"@react-native-community/cli-platform-ios": "18.0.0",
41+
"@react-native/babel-preset": "0.79.2",
42+
"@react-native/eslint-config": "0.79.2",
43+
"@react-native/metro-config": "0.79.2",
44+
"@react-native/typescript-config": "0.79.2",
45+
"@types/jest": "^29.5.13",
46+
"@types/react": "^19.0.0",
47+
"@types/react-test-renderer": "^19.0.0",
48+
"eslint": "^8.19.0",
4849
"jest": "^29.6.3",
50+
"patch-package": "^8.0.0",
4951
"prettier": "2.8.8",
50-
"react-test-renderer": "18.3.1",
52+
"react-test-renderer": "19.0.0",
5153
"typescript": "5.0.4"
5254
},
5355
"engines": {

0 commit comments

Comments
 (0)