Skip to content

Commit 7ab751f

Browse files
full refactor
1 parent 88f5741 commit 7ab751f

File tree

10 files changed

+6975
-6323
lines changed

10 files changed

+6975
-6323
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"eslint.format.enable": true,
77
"eslint.lintTask.enable": true,
88
"editor.codeActionsOnSave": {
9-
"source.fixAll": true
9+
"source.fixAll": "explicit"
1010
},
1111
"eslint.workingDirectories": [
1212
{

demo/rn-expo-example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ SPEC CHECKSUMS:
592592

593593
PODFILE CHECKSUM: 15296a7a0224665537e29e335d441a1db61b33c0
594594

595-
COCOAPODS: 1.12.1
595+
COCOAPODS: 1.15.2

demo/rn-expo-example/package-lock.json

Lines changed: 455 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/rn-expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@ethersproject/shims": "^5.7.0",
12-
"@web3auth/react-native-sdk": "file:../../web3auth-react-native-sdk-4.0.0.tgz",
12+
"@web3auth/react-native-sdk": "file:../../web3auth-react-native-sdk-5.1.0.tgz",
1313
"ethers": "5.7",
1414
"expo": "~48.0.18",
1515
"expo-constants": "^14.2.1",

package-lock.json

Lines changed: 6267 additions & 5954 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "torus-scripts build",
1717
"lint:ts": "eslint --fix 'src/**/*.ts'",
1818
"prepack": "npm run build",
19-
"prepare": "husky install"
19+
"prepare": "husky"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -36,30 +36,30 @@
3636
"web3auth"
3737
],
3838
"dependencies": {
39-
"@toruslabs/openlogin-session-manager": "^3.0.0",
40-
"@toruslabs/openlogin-utils": "^6.0.0",
39+
"@toruslabs/openlogin-session-manager": "^3.1.1",
40+
"@toruslabs/openlogin-utils": "^8.1.0",
4141
"buffer": "^6.0.3",
42-
"loglevel": "^1.8.1",
42+
"loglevel": "^1.9.1",
4343
"react-native-url-polyfill": "^2.0.0"
4444
},
4545
"peerDependencies": {
4646
"@babel/runtime": "^7.x",
4747
"react-native": "*"
4848
},
4949
"devDependencies": {
50-
"@babel/runtime": "^7.23.2",
50+
"@babel/runtime": "^7.24.5",
5151
"@toruslabs/config": "^2.0.2",
52-
"@toruslabs/eslint-config-typescript": "3.0.2",
53-
"@toruslabs/torus-scripts": "^5.0.6",
52+
"@toruslabs/eslint-config-typescript": "3.2.0",
53+
"@toruslabs/torus-scripts": "^5.3.1",
5454
"@types/node": "^20",
55-
"@types/react-native": "^0.72.5",
55+
"@types/react-native": "^0.72.8",
5656
"eslint": "^8.53.0",
57-
"husky": "^8.0.3",
58-
"lint-staged": "^15.0.2",
59-
"prettier": "^3.0.3",
60-
"react-native": "~0.72.6",
57+
"husky": "^9.0.11",
58+
"lint-staged": "^15.2.2",
59+
"prettier": "^3.2.5",
60+
"react-native": "~0.74.1",
6161
"rimraf": "^5.0.5",
62-
"typescript": "^5.2.2"
62+
"typescript": "^5.4.5"
6363
},
6464
"engines": {
6565
"node": ">=18.x",

0 commit comments

Comments
 (0)