mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Updateing dependencies.
This commit is contained in:
parent
63546da524
commit
d35f7596f3
2 changed files with 279 additions and 250 deletions
26
package.json
26
package.json
|
|
@ -14,24 +14,24 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/material-symbols": "^1.2.39",
|
||||
"@iconify-icons/mdi": "^1.2.44",
|
||||
"@iconify-icons/material-symbols": "^1.2.40",
|
||||
"@iconify-icons/mdi": "^1.2.46",
|
||||
"@iconify-icons/radix-icons": "^1.2.8",
|
||||
"@iconify-icons/simple-icons": "^1.2.50",
|
||||
"@iconify-icons/simple-icons": "^1.2.52",
|
||||
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
||||
"@leveluptuts/svelte-toy": "^2.0.3",
|
||||
"@playwright/test": "^1.33.0",
|
||||
"@playwright/test": "^1.34.0",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@sveltejs/adapter-auto": "^1.0.3",
|
||||
"@sveltejs/adapter-static": "^2.0.2",
|
||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||
"@sveltejs/kit": "^1.15.9",
|
||||
"@sveltejs/kit": "^1.18.0",
|
||||
"@types/postcss-preset-env": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
||||
"@typescript-eslint/parser": "^5.59.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@zerodevx/svelte-img": "^1.2.10",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"iconify-icon": "^1.0.7",
|
||||
|
|
@ -42,20 +42,20 @@
|
|||
"postcss-import": "^15.1.0",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-preset-env": "^8.3.2",
|
||||
"postcss-preset-env": "^8.4.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-svelte": "^2.10.0",
|
||||
"sass": "^1.62.1",
|
||||
"scrape-it": "^5.3.2",
|
||||
"sharp": "^0.31.3",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.2.0",
|
||||
"svelte": "^3.59.1",
|
||||
"svelte-check": "^3.3.2",
|
||||
"svelte-lazy-loader": "^1.0.0",
|
||||
"svelte-preprocess": "^4.10.7",
|
||||
"tslib": "^2.5.0",
|
||||
"tslib": "^2.5.2",
|
||||
"typescript": "^4.9.5",
|
||||
"vanilla-lazyload": "^17.8.3",
|
||||
"vite": "^4.3.3",
|
||||
"vite": "^4.3.8",
|
||||
"vite-imagetools": "^4.0.19",
|
||||
"vitest": "^0.25.3"
|
||||
},
|
||||
|
|
|
|||
503
pnpm-lock.yaml
503
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue