Skip to content

Commit 1eb0514

Browse files
committed
Change RPC provider and up deps %5
1 parent 27e5a11 commit 1eb0514

File tree

3 files changed

+746
-426
lines changed

3 files changed

+746
-426
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"lint": "eslint ./src"
1919
},
2020
"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",
2727
"@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",
3232
"eslint-plugin-react-hooks": "^5.2.0",
33-
"eslint-plugin-react-refresh": "^0.4.19",
33+
"eslint-plugin-react-refresh": "^0.4.20",
3434
"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",
3737
"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"
4040
},
4141
"dependencies": {
42-
"@ckb-ccc/ccc": "^1.1.8",
42+
"@ckb-ccc/ccc": "^1.1.9",
4343
"@ckb-lumos/base": "^0.23.0",
4444
"@ckb-lumos/codec": "^0.23.0",
4545
"@ckb-lumos/common-scripts": "^0.23.0",
@@ -48,7 +48,7 @@
4848
"@ckb-lumos/rpc": "^0.23.0",
4949
"@ickb/lumos-utils": "1.4.2",
5050
"@ickb/v1-core": "1.4.2",
51-
"@tanstack/react-query": "^5.72.2",
51+
"@tanstack/react-query": "^5.80.6",
5252
"immutable": "^4.3.7",
5353
"react": "^19.1.0",
5454
"react-dom": "^19.1.0"

0 commit comments

Comments
 (0)