|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@react-oauth/google": "^0.12.1", |
7 | | - "@testing-library/jest-dom": "^6.4.6", |
8 | | - "@testing-library/react": "^16.0.0", |
| 7 | + "@testing-library/jest-dom": "^6.5.0", |
| 8 | + "@testing-library/react": "^16.0.1", |
9 | 9 | "@testing-library/user-event": "^14.5.2", |
10 | | - "@toruslabs/openlogin-utils": "^8.2.1", |
11 | | - "@types/jest": "^29.5.12", |
| 10 | + "@types/jest": "^29.5.13", |
12 | 11 | "@types/node": "^20.14.11", |
13 | | - "@types/react": "^18.3.3", |
| 12 | + "@types/react": "^18.3.7", |
14 | 13 | "@types/react-dom": "^18.3.0", |
15 | | - "@web3auth/base": "^8.8.0", |
16 | | - "@web3auth/ethereum-provider": "^8.10.2", |
17 | | - "@web3auth/passkeys-sfa-plugin": "^8.1.0", |
18 | | - "@web3auth/single-factor-auth": "^8.0.2", |
19 | | - "@web3auth/wallet-services-plugin": "^8.10.2", |
| 14 | + "@web3auth/auth": "^9.3.3", |
| 15 | + "@web3auth/base": "^9.0.0", |
| 16 | + "@web3auth/ethereum-provider": "^9.0.0", |
| 17 | + "@web3auth/passkeys-sfa-plugin": "8.1.0", |
| 18 | + "@web3auth/single-factor-auth": "file:../..", |
| 19 | + "@web3auth/wallet-services-plugin": "^9.0.0", |
20 | 20 | "bowser": "^2.11.0", |
21 | | - "ethers": "^6.13.1", |
| 21 | + "ethers": "^6.13.2", |
22 | 22 | "react": "^18.3.1", |
23 | 23 | "react-dom": "^18.3.1", |
24 | | - "react-router-dom": "^6.25.0", |
| 24 | + "react-router-dom": "^6.26.2", |
25 | 25 | "source-map-loader": "^5.0.0", |
26 | | - "typescript": "^5.5.3" |
| 26 | + "typescript": "^5.6.2" |
27 | 27 | }, |
28 | 28 | "eslintConfig": { |
29 | 29 | "extends": [ |
|
42 | 42 | ] |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@toruslabs/eslint-config-react": "^3.4.1", |
| 45 | + "@toruslabs/eslint-config-react": "^3.4.3", |
46 | 46 | "@vitejs/plugin-react": "^4.3.1", |
47 | 47 | "assert": "^2.1.0", |
48 | | - "autoprefixer": "^10.4.19", |
| 48 | + "autoprefixer": "^10.4.20", |
49 | 49 | "buffer": "^6.0.3", |
50 | | - "husky": "^9.0.11", |
51 | | - "lint-staged": "^15.2.7", |
| 50 | + "husky": "^9.1.6", |
| 51 | + "lint-staged": "^15.2.10", |
52 | 52 | "lodash-es": "^4.17.21", |
53 | | - "postcss": "^8.4.39", |
| 53 | + "postcss": "^8.4.47", |
54 | 54 | "prettier": "^3.3.3", |
55 | 55 | "process": "^0.11.10", |
56 | 56 | "source-map-explorer": "^2.5.3", |
57 | | - "tailwindcss": "^3.4.6", |
58 | | - "vite": "^5.3.4" |
| 57 | + "tailwindcss": "^3.4.12", |
| 58 | + "vite": "^5.4.6" |
59 | 59 | }, |
60 | 60 | "scripts": { |
61 | 61 | "start": "vite", |
|
0 commit comments