fix: update build workflow to use Node.js and pnpm, and upgrade react-router-dom version

This commit is contained in:
hamster1963
2026-06-04 10:24:16 +08:00
parent ad0682bbf1
commit c8b7dcc8a8
3 changed files with 40 additions and 33 deletions
+3 -2
View File
@@ -47,7 +47,7 @@
"react": "19.2.6",
"react-dom": "19.2.6",
"react-i18next": "17.0.8",
"react-router-dom": "^7.15.1",
"react-router-dom": "^7.16.0",
"recharts": "3.8.1",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
@@ -65,5 +65,6 @@
"tailwindcss": "^4.3.0",
"typescript": "~6.0.3",
"vite": "8.0.14"
}
},
"packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485"
}