mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Merge pull request #151 from bartvdbraak/snyk-upgrade-1bd973ba5ee532113e313295c06f4efd
This commit is contained in:
commit
c03e06134b
2 changed files with 557 additions and 529 deletions
46
package.json
46
package.json
|
@ -13,28 +13,28 @@
|
||||||
"prepare": "npx husky install"
|
"prepare": "npx husky install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@skeletonlabs/skeleton": "^2.0.0",
|
"@skeletonlabs/skeleton": "^2.5.0",
|
||||||
"@skeletonlabs/tw-plugin": "^0.2.0",
|
"@skeletonlabs/tw-plugin": "^0.2.4",
|
||||||
"@sveltejs/adapter-auto": "^2.0.0",
|
"@sveltejs/adapter-auto": "^2.1.1",
|
||||||
"@sveltejs/kit": "^1.20.4",
|
"@sveltejs/kit": "^1.27.6",
|
||||||
"@types/node": "^20.5.9",
|
"@types/node": "^20.9.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||||
"@typescript-eslint/parser": "^6.0.0",
|
"@typescript-eslint/parser": "^6.11.0",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.16",
|
||||||
"eslint": "^8.28.0",
|
"eslint": "^8.53.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-svelte": "^2.30.0",
|
"eslint-plugin-svelte": "^2.35.0",
|
||||||
"lint-staged": "^15.0.0",
|
"lint-staged": "^15.1.0",
|
||||||
"postcss": "^8.4.24",
|
"postcss": "^8.4.31",
|
||||||
"postcss-load-config": "^4.0.1",
|
"postcss-load-config": "^4.0.1",
|
||||||
"prettier": "^3.0.1",
|
"prettier": "^3.1.0",
|
||||||
"prettier-plugin-svelte": "^3.0.0",
|
"prettier-plugin-svelte": "^3.1.0",
|
||||||
"svelte": "^4.0.5",
|
"svelte": "^4.2.3",
|
||||||
"svelte-check": "^3.4.3",
|
"svelte-check": "^3.6.0",
|
||||||
"tailwindcss": "^3.3.2",
|
"tailwindcss": "^3.3.5",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.0.0",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.4.2",
|
"vite": "^4.5.0",
|
||||||
"vite-plugin-tailwind-purgecss": "^0.1.3"
|
"vite-plugin-tailwind-purgecss": "^0.1.3"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -43,11 +43,11 @@
|
||||||
"@theatre/studio": "^0.7.0",
|
"@theatre/studio": "^0.7.0",
|
||||||
"@threlte/core": "6.1.0",
|
"@threlte/core": "6.1.0",
|
||||||
"@threlte/extras": "7.5.1",
|
"@threlte/extras": "7.5.1",
|
||||||
"@threlte/theatre": "^2.0.0",
|
"@threlte/theatre": "^2.1.3",
|
||||||
"@types/three": "^0.158.0",
|
"@types/three": "^0.158.0",
|
||||||
"@vercel/analytics": "^1.0.1",
|
"@vercel/analytics": "^1.1.1",
|
||||||
"three": "^0.158.0",
|
"three": "^0.158.0",
|
||||||
"web-vitals": "^3.4.0"
|
"web-vitals": "^3.5.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
||||||
|
|
1040
pnpm-lock.yaml
1040
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue