chore: bump the react router for using vite 6.

This commit is contained in:
Yufan Sheng 2024-12-25 13:25:09 +08:00
parent 72f427ed4b
commit 817fe58d9d
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B
3 changed files with 343 additions and 375 deletions

View File

@ -1,4 +1,3 @@
{
"upgrade": true,
"reject": ["vite"]
"upgrade": true
}

699
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,28 +39,28 @@
]
},
"dependencies": {
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"isbot": "^5.1.17",
"@react-router/node": "^7.1.1",
"@react-router/serve": "^7.1.1",
"isbot": "^5.1.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2"
"react-router": "^7.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@react-router/dev": "^7.0.2",
"@react-router/dev": "^7.1.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "^22",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4"
}
}