|
18 | 18 | "lint": "eslint ./src" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "@babel/preset-react": "^7.26.3", |
22 | | - "@eslint/js": "^9.24.0", |
23 | | - "@tailwindcss/vite": "^4.1.3", |
24 | | - "@types/node": "^22.14.0", |
25 | | - "@types/react": "^19.1.0", |
26 | | - "@types/react-dom": "^19.1.2", |
| 21 | + "@babel/preset-react": "^7.27.1", |
| 22 | + "@eslint/js": "^9.28.0", |
| 23 | + "@tailwindcss/vite": "^4.1.8", |
| 24 | + "@types/node": "^22.15.30", |
| 25 | + "@types/react": "^19.1.6", |
| 26 | + "@types/react-dom": "^19.1.6", |
27 | 27 | "@vitejs/plugin-basic-ssl": "^1.2.0", |
28 | | - "@vitejs/plugin-react": "^4.3.4", |
29 | | - "babel-plugin-react-compiler": "experimental", |
30 | | - "eslint": "^9.24.0", |
31 | | - "eslint-plugin-react-compiler": "experimental", |
| 28 | + "@vitejs/plugin-react": "^4.5.1", |
| 29 | + "babel-plugin-react-compiler": "latest", |
| 30 | + "eslint": "^9.28.0", |
| 31 | + "eslint-plugin-react-compiler": "latest", |
32 | 32 | "eslint-plugin-react-hooks": "^5.2.0", |
33 | | - "eslint-plugin-react-refresh": "^0.4.19", |
| 33 | + "eslint-plugin-react-refresh": "^0.4.20", |
34 | 34 | "prettier": "^3.5.3", |
35 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
36 | | - "tailwindcss": "^4.1.3", |
| 35 | + "prettier-plugin-tailwindcss": "^0.6.12", |
| 36 | + "tailwindcss": "^4.1.8", |
37 | 37 | "typescript": "^5.8.3", |
38 | | - "typescript-eslint": "^8.29.1", |
39 | | - "vite": "^6.2.6" |
| 38 | + "typescript-eslint": "^8.33.1", |
| 39 | + "vite": "^6.3.5" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@ckb-ccc/ccc": "^1.1.8", |
| 42 | + "@ckb-ccc/ccc": "^1.1.9", |
43 | 43 | "@ckb-lumos/base": "^0.23.0", |
44 | 44 | "@ckb-lumos/codec": "^0.23.0", |
45 | 45 | "@ckb-lumos/common-scripts": "^0.23.0", |
|
48 | 48 | "@ckb-lumos/rpc": "^0.23.0", |
49 | 49 | "@ickb/lumos-utils": "1.4.2", |
50 | 50 | "@ickb/v1-core": "1.4.2", |
51 | | - "@tanstack/react-query": "^5.72.2", |
| 51 | + "@tanstack/react-query": "^5.80.6", |
52 | 52 | "immutable": "^4.3.7", |
53 | 53 | "react": "^19.1.0", |
54 | 54 | "react-dom": "^19.1.0" |
|
0 commit comments