Skip to content

Commit ac5b153

Browse files
authored
chore: update vite (#237)
1 parent 791e132 commit ac5b153

File tree

3 files changed

+269
-178
lines changed

3 files changed

+269
-178
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
.env

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"dependencies": {
1616
"@nessprim/planby-pro": "3.14.3",
17-
"@tailwindcss/vite": "^4.1.18",
17+
"@tailwindcss/vite": "^4.2.1",
1818
"@tanstack/react-router": "^1.151.6",
19-
"html-to-image": "^1.11.13",
2019
"clsx": "^2.1.1",
20+
"html-to-image": "^1.11.13",
2121
"react": "^19.2.0",
2222
"react-dom": "^19.2.0",
2323
"react-icons": "^5.5.0",
2424
"tailwind-merge": "^3.4.0",
25-
"tailwindcss": "^4.1.18"
25+
"tailwindcss": "^4.2.1"
2626
},
2727
"devDependencies": {
2828
"@eslint/js": "^9.39.1",
@@ -32,7 +32,7 @@
3232
"@types/node": "^24.10.1",
3333
"@types/react": "^19.2.5",
3434
"@types/react-dom": "^19.2.3",
35-
"@vitejs/plugin-react": "^5.1.1",
35+
"@vitejs/plugin-react": "^5.2.0",
3636
"babel-plugin-react-compiler": "^1.0.0",
3737
"eslint": "^9.39.1",
3838
"eslint-plugin-react-hooks": "^7.0.1",
@@ -44,8 +44,8 @@
4444
"react-dropzone": "^14.3.8",
4545
"typescript": "~5.9.3",
4646
"typescript-eslint": "^8.46.4",
47-
"vite": "^7.2.4",
48-
"vite-plugin-static-copy": "^3.1.5",
47+
"vite": "^7.3.1",
48+
"vite-plugin-static-copy": "^3.2.0",
4949
"vite-plugin-svgr": "^4.5.0"
5050
},
5151
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"

0 commit comments

Comments
 (0)