Skip to content

Commit c32aea6

Browse files
authored
feat: use rolldown-vite (#2)
* chore(deps): update dependencies * chore: tw theme * chore: style * feat: use rolldown-vite
1 parent b47d808 commit c32aea6

File tree

5 files changed

+1185
-932
lines changed

5 files changed

+1185
-932
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,41 +20,41 @@
2020
"format": "biome format --write"
2121
},
2222
"dependencies": {
23-
"@babel/standalone": "^7.27.1",
23+
"@babel/standalone": "^7.28.4",
2424
"@monaco-editor/react": "^4.7.0",
25-
"@radix-ui/react-alert-dialog": "^1.1.11",
26-
"@radix-ui/react-slot": "^1.2.0",
27-
"@typescript/ata": "^0.9.7",
28-
"allotment": "^1.20.3",
25+
"@radix-ui/react-alert-dialog": "^1.1.15",
26+
"@radix-ui/react-slot": "^1.2.3",
27+
"@typescript/ata": "^0.9.8",
28+
"allotment": "^1.20.4",
2929
"fflate": "^0.8.2",
3030
"file-saver": "^2.0.5",
3131
"jszip": "^3.10.1",
3232
"lodash-es": "^4.17.21",
3333
"lucide-react": "^0.507.0",
34-
"react": "^19.1.0",
35-
"react-dom": "^19.1.0",
36-
"sonner": "^2.0.3",
37-
"tw-animate-css": "^1.2.5"
34+
"react": "^19.1.1",
35+
"react-dom": "^19.1.1",
36+
"sonner": "^2.0.7",
37+
"tw-animate-css": "^1.3.8"
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
41-
"@tailwindcss/postcss": "^4.1.5",
42-
"@tailwindcss/vite": "^4.1.5",
41+
"@tailwindcss/postcss": "^4.1.13",
42+
"@tailwindcss/vite": "^4.1.13",
4343
"@types/babel__standalone": "^7.1.9",
4444
"@types/file-saver": "^2.0.7",
4545
"@types/lodash-es": "^4.17.12",
46-
"@types/react": "^19.1.2",
47-
"@types/react-dom": "^19.1.3",
48-
"@vitejs/plugin-react": "^4.4.1",
49-
"babel-plugin-react-compiler": "19.1.0-rc.1",
46+
"@types/react": "^19.1.12",
47+
"@types/react-dom": "^19.1.9",
48+
"@vitejs/plugin-react": "^4.7.0",
49+
"babel-plugin-react-compiler": "19.1.0-rc.3",
5050
"class-variance-authority": "^0.7.1",
5151
"clsx": "^2.1.1",
52-
"tailwind-merge": "^3.2.0",
52+
"tailwind-merge": "^3.3.1",
5353
"tailwind-scrollbar": "^4.0.2",
54-
"tailwindcss": "^4.1.5",
55-
"typescript": "^5.8.3",
56-
"vite": "^6.3.5",
57-
"vite-plugin-compression2": "^1.3.3"
54+
"tailwindcss": "^4.1.13",
55+
"typescript": "^5.9.2",
56+
"vite": "npm:rolldown-vite@latest",
57+
"vite-plugin-compression2": "^1.4.0"
5858
},
5959
"pnpm": {
6060
"overrides": {

0 commit comments

Comments
 (0)