mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(deps): move svelte and inertia to devDependencies
- these are only needed during build, so for now the v5 production docker image will need no node_modules at all
This commit is contained in:
parent
89a8b3cc89
commit
6807cea263
2 changed files with 6 additions and 10 deletions
8
bun.lock
8
bun.lock
|
|
@ -3,15 +3,13 @@
|
|||
"configVersion": 1,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@inertiajs/svelte": "^2.3.15",
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"svelte": "^5.53.7",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inertiajs/svelte": "^2.3.17",
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"concurrently": "^9.2.1",
|
||||
"laravel-vite-plugin": "^2.1.0",
|
||||
"svelte": "^5.53.7",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"vite": "^8.0.0-beta.16",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@inertiajs/svelte": "^2.3.15",
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"svelte": "^5.53.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inertiajs/svelte": "^2.3.17",
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"svelte": "^5.53.7",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"concurrently": "^9.2.1",
|
||||
"laravel-vite-plugin": "^2.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue