migration to SvelteKit 2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f7760416b9
commit
677f93723b
@ -13,7 +13,7 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: build front
|
||||
image: node:20-alpine
|
||||
image: node:21
|
||||
commands:
|
||||
- mkdir deploy
|
||||
- cd ui
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine as nodebuild
|
||||
FROM node:21 as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
627
ui/package-lock.json
generated
627
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,19 +10,20 @@
|
||||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^2.0.0",
|
||||
"@sveltejs/kit": "^1.20.4",
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte": "^2.30.0",
|
||||
"prettier": "^2.8.0",
|
||||
"prettier-plugin-svelte": "^2.10.1",
|
||||
"svelte": "^4.0.5",
|
||||
"vite": "^4.4.2"
|
||||
"vite": "^5.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/adapter-static": "^3.0.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"bootstrap-icons": "^1.11.1",
|
||||
"sass": "^1.69.5"
|
||||
|
Loading…
Reference in New Issue
Block a user