Update packages (#196)

This commit is contained in:
Hakan Shehu
2025-08-29 16:25:52 +02:00
committed by GitHub
parent 185ec4abbd
commit 4a2ac3f1ed
10 changed files with 916 additions and 876 deletions

View File

@@ -2,6 +2,7 @@
"name": "@colanode/web",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "vite --port 4000",
"start": "vite --port 4000",
@@ -16,10 +17,10 @@
"comlink": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-react": "^5.0.0",
"@tailwindcss/postcss": "^4.1.12",
"@vitejs/plugin-react": "^5.0.2",
"tailwindcss": "^4.1.8",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.2"
"vite": "^7.1.3",
"vite-plugin-pwa": "^1.0.3"
}
}