mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: update to latest package versions
This commit is contained in:
parent
cd198792d1
commit
57cc1b4824
2 changed files with 372 additions and 367 deletions
28
package.json
28
package.json
|
@ -15,38 +15,38 @@
|
|||
"prepare": "npx husky && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-vercel": "^5.3.1",
|
||||
"@sveltejs/kit": "^2.5.10",
|
||||
"@sveltejs/adapter-vercel": "^5.4.0",
|
||||
"@sveltejs/kit": "^2.5.18",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
"@types/eslint": "^8.56.10",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.39.3",
|
||||
"lint-staged": "^15.2.6",
|
||||
"postcss": "^8.4.38",
|
||||
"eslint-plugin-svelte": "^2.41.0",
|
||||
"lint-staged": "^15.2.7",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^5.1.0",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-svelte": "^3.2.4",
|
||||
"prettier-plugin-svelte": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"svelte": "^4.2.18",
|
||||
"svelte-check": "^3.8.0",
|
||||
"svelte-check": "^3.8.4",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.13"
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/node": "^20.14.9",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/speed-insights": "^1.0.12",
|
||||
"bits-ui": "^0.21.10",
|
||||
"bits-ui": "^0.21.11",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-svelte": "^0.372.0",
|
||||
"mode-watcher": "^0.3.0",
|
||||
"mode-watcher": "^0.3.1",
|
||||
"satori": "^0.10.13",
|
||||
"satori-html": "^0.3.2",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
|
|
711
pnpm-lock.yaml
711
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue