mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
chore: ⬆️ Update dependencies
This commit is contained in:
parent
fb5a082abd
commit
310371ed75
2 changed files with 280 additions and 282 deletions
14
package.json
14
package.json
|
|
@ -15,13 +15,13 @@
|
||||||
"site:update": "pnpm update -i -L"
|
"site:update": "pnpm update -i -L"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-icons/material-symbols": "^1.2.48",
|
"@iconify-icons/material-symbols": "^1.2.49",
|
||||||
"@iconify-icons/mdi": "^1.2.47",
|
"@iconify-icons/mdi": "^1.2.47",
|
||||||
"@iconify-icons/radix-icons": "^1.2.8",
|
"@iconify-icons/radix-icons": "^1.2.8",
|
||||||
"@iconify-icons/simple-icons": "^1.2.59",
|
"@iconify-icons/simple-icons": "^1.2.59",
|
||||||
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
||||||
"@leveluptuts/svelte-toy": "^2.0.3",
|
"@leveluptuts/svelte-toy": "^2.0.3",
|
||||||
"@playwright/test": "^1.36.0",
|
"@playwright/test": "^1.36.1",
|
||||||
"@sveltejs/adapter-static": "^2.0.2",
|
"@sveltejs/adapter-static": "^2.0.2",
|
||||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||||
"@sveltejs/kit": "^1.22.3",
|
"@sveltejs/kit": "^1.22.3",
|
||||||
|
|
@ -29,14 +29,14 @@
|
||||||
"@typescript-eslint/parser": "^5.62.0",
|
"@typescript-eslint/parser": "^5.62.0",
|
||||||
"@zerodevx/svelte-img": "^1.2.11",
|
"@zerodevx/svelte-img": "^1.2.11",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
"eslint": "^8.44.0",
|
"eslint": "^8.45.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-svelte": "^2.32.2",
|
"eslint-plugin-svelte": "^2.32.2",
|
||||||
"iconify-icon": "^1.0.8",
|
"iconify-icon": "^1.0.8",
|
||||||
"just-intersect": "^4.3.0",
|
"just-intersect": "^4.3.0",
|
||||||
"mdsvex": "^0.10.6",
|
"mdsvex": "^0.10.6",
|
||||||
"mdsvex-relative-images": "^1.0.3",
|
"mdsvex-relative-images": "^1.0.3",
|
||||||
"postcss": "^8.4.25",
|
"postcss": "^8.4.26",
|
||||||
"postcss-import": "^15.1.0",
|
"postcss-import": "^15.1.0",
|
||||||
"postcss-load-config": "^4.0.1",
|
"postcss-load-config": "^4.0.1",
|
||||||
"postcss-preset-env": "^8.5.1",
|
"postcss-preset-env": "^8.5.1",
|
||||||
|
|
@ -44,15 +44,15 @@
|
||||||
"prettier-plugin-svelte": "^2.10.1",
|
"prettier-plugin-svelte": "^2.10.1",
|
||||||
"sass": "^1.63.6",
|
"sass": "^1.63.6",
|
||||||
"scrape-it": "^5.3.2",
|
"scrape-it": "^5.3.2",
|
||||||
"sharp": "^0.32.2",
|
"sharp": "^0.32.3",
|
||||||
"svelte": "^4.0.5",
|
"svelte": "^4.0.5",
|
||||||
"svelte-check": "^3.4.6",
|
"svelte-check": "^3.4.6",
|
||||||
"svelte-lazy-loader": "^1.0.0",
|
"svelte-lazy-loader": "^1.0.0",
|
||||||
"svelte-preprocess": "^5.0.4",
|
"svelte-preprocess": "^5.0.4",
|
||||||
"tslib": "^2.6.0",
|
"tslib": "^2.6.0",
|
||||||
"typescript": "^5.1.6",
|
"typescript": "^5.1.6",
|
||||||
"vanilla-lazyload": "^17.8.3",
|
"vanilla-lazyload": "^17.8.4",
|
||||||
"vite": "^4.4.3",
|
"vite": "^4.4.4",
|
||||||
"vite-imagetools": "^5.0.5",
|
"vite-imagetools": "^5.0.5",
|
||||||
"vitest": "^0.25.3"
|
"vitest": "^0.25.3"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
548
pnpm-lock.yaml
548
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue