Skip to content

Commit 1ac5dcc

Browse files
committed
fixup! Migrate to vite
1 parent c4bae08 commit 1ac5dcc

File tree

2 files changed

+149
-21
lines changed

2 files changed

+149
-21
lines changed

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,14 @@
3434
"date-fns": "^4.1.0",
3535
"dayjs": "^1.11.10",
3636
"i18next": "^25.6.0",
37-
"i18next-browser-languagedetector": "^8.2.0",
38-
"i18next-http-backend": "^3.0.2",
3937
"nuqs": "^2.7.3",
4038
"react": "^18.3.0",
4139
"react-dom": "^18.3.0",
4240
"react-i18next": "^16.2.0",
4341
"react-icons": "^5.5.0",
4442
"react-qr-code": "^2.0.12",
4543
"react-router": "^7.9.5",
46-
"swr": "^2.3.0",
47-
"vite": "^7.2.2"
44+
"swr": "^2.3.0"
4845
},
4946
"devDependencies": {
5047
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
@@ -62,11 +59,14 @@
6259
"eslint-plugin-react": "^7.37.0",
6360
"eslint-plugin-react-hooks": "^4.6.0",
6461
"eslint-plugin-testing-library": "^7.13.0",
62+
"i18next-browser-languagedetector": "^8.2.0",
63+
"i18next-http-backend": "^3.0.2",
6564
"postcss": "^8.5.0",
6665
"postcss-preset-mantine": "^1.18.0",
6766
"postcss-simple-vars": "^7.0.1",
6867
"prettier": "^3.6.0",
6968
"typescript": "^5.8.2",
70-
"vite-plugin-i18next-loader": "^3.1.3"
69+
"vite-plugin-i18next-loader": "^3.1.3",
70+
"vite": "^7.2.2"
7171
}
7272
}

frontend/pnpm-lock.yaml

Lines changed: 144 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)