Skip to content

Commit 9dbb80c

Browse files
chore(deps): bump vite to patched 6.4.2
Agent-Logs-Url: https://github.com/Automations-Project/VSCode-Airtable-Formula/sessions/cfa5de1a-bdaf-4203-a908-53f031928cbe Co-authored-by: silvyyuliana <196493673+silvyyuliana@users.noreply.github.com>
1 parent 6e83ed4 commit 9dbb80c

2 files changed

Lines changed: 291 additions & 46 deletions

File tree

packages/webview/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"type": "module",
66
"scripts": {
77
"build": "vite build",
8-
"dev": "vite",
9-
"test": "vitest run"
8+
"dev": "vite",
9+
"test": "vitest run"
1010
},
1111
"dependencies": {
1212
"@airtable-formula/shared": "workspace:*",
13+
"lucide-react": "^0.400.0",
14+
"motion": "^12.0.0",
1315
"react": "^19.0.0",
1416
"react-dom": "^19.0.0",
15-
"zustand": "^5.0.0",
16-
"lucide-react": "^0.400.0",
17-
"motion": "^12.0.0"
17+
"zustand": "^5.0.0"
1818
},
1919
"devDependencies": {
20+
"@tailwindcss/vite": "^4.0.0",
2021
"@types/react": "^19.0.0",
2122
"@types/react-dom": "^19.0.0",
2223
"@vitejs/plugin-react": "^4.0.0",
2324
"tailwindcss": "^4.0.0",
24-
"@tailwindcss/vite": "^4.0.0",
2525
"typescript": "^5.4.0",
26-
"vite": "^6.0.0",
26+
"vite": "^6.4.2",
2727
"vitest": "^1.6.0"
2828
}
2929
}

0 commit comments

Comments
 (0)