|
10 | 10 | "lint": "next lint"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@stylexjs/open-props": "^0.5.1", |
14 |
| - "@stylexjs/stylex": "^0.5.1", |
15 |
| - "@web3-onboard/core": "^2.21.3", |
16 |
| - "@web3-onboard/frame": "^2.0.2", |
17 |
| - "@web3-onboard/injected-wallets": "^2.10.12", |
18 |
| - "@web3-onboard/walletconnect": "^2.5.4", |
| 13 | + "@babel/runtime": "^7.24.8", |
| 14 | + "@stylexjs/open-props": "^0.7.5", |
| 15 | + "@stylexjs/stylex": "^0.7.5", |
| 16 | + "@web3-onboard/core": "^2.22.2", |
| 17 | + "@web3-onboard/frame": "^2.1.1", |
| 18 | + "@web3-onboard/injected-wallets": "^2.11.1", |
| 19 | + "@web3-onboard/walletconnect": "^2.6.1", |
19 | 20 | "classnames": "^2.5.1",
|
20 |
| - "ethers": "^6.11.1", |
21 |
| - "next": "14.1.4", |
22 |
| - "react": "18.2.0", |
23 |
| - "react-dom": "18.2.0", |
24 |
| - "react-icons": "^5.0.1" |
| 21 | + "ethers": "^6.13.1", |
| 22 | + "next": "14.2.5", |
| 23 | + "react": "18.3.1", |
| 24 | + "react-dom": "18.3.1", |
| 25 | + "react-icons": "^5.2.1" |
25 | 26 | },
|
26 | 27 | "devDependencies": {
|
27 |
| - "@babel/core": "^7.24.3", |
28 |
| - "@babel/plugin-syntax-flow": "^7.24.1", |
29 |
| - "@babel/plugin-syntax-jsx": "^7.24.1", |
30 |
| - "@babel/plugin-syntax-typescript": "^7.24.1", |
31 |
| - "@babel/plugin-transform-private-methods": "^7.24.1", |
32 |
| - "@stylexjs/babel-plugin": "^0.5.1", |
33 |
| - "@stylexjs/eslint-plugin": "^0.5.1", |
34 |
| - "@stylexjs/nextjs-plugin": "^0.5.1", |
35 |
| - "@types/node": "20.11.30", |
36 |
| - "@types/react": "18.2.69", |
37 |
| - "@types/react-dom": "18.2.22", |
| 28 | + "@babel/core": "^7.24.9", |
| 29 | + "@babel/plugin-syntax-flow": "^7.24.7", |
| 30 | + "@babel/plugin-syntax-jsx": "^7.24.7", |
| 31 | + "@babel/plugin-syntax-typescript": "^7.24.7", |
| 32 | + "@babel/plugin-transform-private-methods": "^7.24.7", |
| 33 | + "@stylexjs/babel-plugin": "^0.7.5", |
| 34 | + "@stylexjs/eslint-plugin": "^0.7.5", |
| 35 | + "@stylexjs/nextjs-plugin": "^0.7.5", |
| 36 | + "@types/node": "20.14.11", |
| 37 | + "@types/react": "18.2.79", |
| 38 | + "@types/react-dom": "18.2.25", |
38 | 39 | "eslint": "^8.57.0",
|
39 |
| - "eslint-config-next": "^14.1.4", |
40 |
| - "prettier": "3.2.5", |
41 |
| - "rimraf": "^5.0.5", |
42 |
| - "typescript": "5.4.3" |
| 40 | + "eslint-config-next": "^14.2.5", |
| 41 | + "prettier": "3.3.3", |
| 42 | + "rimraf": "^6.0.1", |
| 43 | + "typescript": "5.5.3" |
43 | 44 | }
|
44 | 45 | }
|
0 commit comments