mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Update dependencies.
This commit is contained in:
parent
538982da04
commit
95ad893614
2 changed files with 654 additions and 348 deletions
30
package.json
30
package.json
|
|
@ -14,24 +14,24 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/material-symbols": "^1.2.32",
|
||||
"@iconify-icons/material-symbols": "^1.2.34",
|
||||
"@iconify-icons/mdi": "^1.2.44",
|
||||
"@iconify-icons/radix-icons": "^1.2.8",
|
||||
"@iconify-icons/simple-icons": "^1.2.44",
|
||||
"@iconify-icons/simple-icons": "^1.2.46",
|
||||
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
||||
"@leveluptuts/svelte-toy": "^2.0.3",
|
||||
"@playwright/test": "^1.31.2",
|
||||
"@playwright/test": "^1.32.1",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@sveltejs/adapter-auto": "^1.0.3",
|
||||
"@sveltejs/adapter-static": "^2.0.1",
|
||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||
"@sveltejs/kit": "^1.11.0",
|
||||
"@sveltejs/kit": "^1.14.0",
|
||||
"@types/postcss-preset-env": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
||||
"@typescript-eslint/parser": "^5.54.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
||||
"@typescript-eslint/parser": "^5.57.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"iconify-icon": "^1.0.7",
|
||||
"just-intersect": "^4.3.0",
|
||||
|
|
@ -41,18 +41,20 @@
|
|||
"postcss-import": "^15.1.0",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-preset-env": "^8.0.1",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-svelte": "^2.8.1",
|
||||
"sass": "^1.59.2",
|
||||
"postcss-preset-env": "^8.1.0",
|
||||
"prettier": "^2.8.7",
|
||||
"prettier-plugin-svelte": "^2.10.0",
|
||||
"sass": "^1.60.0",
|
||||
"scrape-it": "^5.3.2",
|
||||
"svelte": "^3.56.0",
|
||||
"svelte-check": "^3.1.2",
|
||||
"sharp": "^0.31.3",
|
||||
"svelte": "^3.57.0",
|
||||
"svelte-check": "^3.1.4",
|
||||
"svelte-lazy-loader": "^1.0.0",
|
||||
"svelte-preprocess": "^4.10.7",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.1.4",
|
||||
"vanilla-lazyload": "^17.8.3",
|
||||
"vite": "^4.2.1",
|
||||
"vite-imagetools": "^4.0.18",
|
||||
"vitest": "^0.25.3"
|
||||
},
|
||||
|
|
|
|||
972
pnpm-lock.yaml
972
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue