Skip to content

Commit ea0f485

Browse files
fix: Fixed broken pnpm-lock.yaml
1 parent 5f00cdc commit ea0f485

File tree

2 files changed

+405
-585
lines changed

2 files changed

+405
-585
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@metamask/sdk": "^0.34.0",
1515
"@rainbow-me/rainbowkit": "^2.2.10",
16-
"@tailwindcss/vite": "^4.0.6",
16+
"@tailwindcss/vite": "^4.1.18",
1717
"@tanstack/react-devtools": "^0.9.2",
1818
"@tanstack/react-query": "^5.90.20",
1919
"@tanstack/react-router": "^1.157.15",
@@ -24,27 +24,27 @@
2424
"axios": "^1.13.3",
2525
"lucide-react": "^0.563.0",
2626
"nitro": "latest",
27-
"react": "^19.2.0",
28-
"react-dom": "^19.2.0",
29-
"tailwindcss": "^4.0.6",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3",
29+
"tailwindcss": "^4.1.18",
3030
"viem": "~2.45.0",
3131
"vite-tsconfig-paths": "^6.0.5",
3232
"wagmi": "^3.4.1"
3333
},
3434
"devDependencies": {
3535
"@tanstack/devtools-vite": "^0.4.1",
36-
"@tanstack/eslint-config": "^0.3.0",
37-
"@testing-library/dom": "^10.4.0",
36+
"@tanstack/eslint-config": "^0.3.4",
37+
"@testing-library/dom": "^10.4.1",
3838
"@testing-library/react": "^16.3.2",
39-
"@types/node": "^22.10.2",
39+
"@types/node": "^25.0.10",
4040
"@types/react": "^19.2.9",
41-
"@types/react-dom": "^19.2.0",
42-
"@vitejs/plugin-react": "^5.0.4",
43-
"jsdom": "^27.0.0",
41+
"@types/react-dom": "^19.2.3",
42+
"@vitejs/plugin-react": "^5.1.2",
43+
"jsdom": "^27.4.0",
4444
"prettier": "^3.8.1",
45-
"typescript": "^5.7.2",
46-
"vite": "^7.1.7",
47-
"vitest": "^3.0.5",
45+
"typescript": "^5.9.3",
46+
"vite": "^7.3.1",
47+
"vitest": "^4.0.18",
4848
"web-vitals": "^5.1.0"
4949
}
5050
}

0 commit comments

Comments
 (0)