chore(web): update vite

This commit is contained in:
Luke
2023-11-18 16:20:38 +01:00
parent 241fb2107b
commit e4c4db04ab
5 changed files with 448 additions and 141 deletions

View File

@@ -13,7 +13,7 @@
"@mantine/core": "^5.10.0",
"@mantine/dates": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react": "^4.2.0",
"dayjs": "^1.11.7",
"focus-trap-react": "^9.0.2",
"framer-motion": "^8.0.2",
@@ -25,7 +25,7 @@
"react-markdown": "^8.0.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.6.3",
"vite": "^4.1.5",
"vite": "^5.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
@@ -38,15 +38,15 @@
"@babel/core": ">=7.0.0 <8.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@types/node": "^20.9.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"autoprefixer": "^10.0.2",
"cross-env": "^7.0.3",
"csstype": "^3.0.10",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"rimraf": "^3.0.2",
"@types/node": "^16.11.26",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8"
"rimraf": "^3.0.2"
},
"pnpm": {
"patchedDependencies": {