mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
chore: ⬆️
This commit is contained in:
parent
49ba7ecd2d
commit
0d30bf973d
2 changed files with 402 additions and 437 deletions
22
package.json
22
package.json
|
|
@ -14,21 +14,21 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/material-symbols": "^1.2.34",
|
||||
"@iconify-icons/material-symbols": "^1.2.36",
|
||||
"@iconify-icons/mdi": "^1.2.44",
|
||||
"@iconify-icons/radix-icons": "^1.2.8",
|
||||
"@iconify-icons/simple-icons": "^1.2.47",
|
||||
"@iconify-icons/simple-icons": "^1.2.48",
|
||||
"@leveluptuts/svelte-side-menu": "^1.0.5",
|
||||
"@leveluptuts/svelte-toy": "^2.0.3",
|
||||
"@playwright/test": "^1.32.2",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@rgossiaux/svelte-headlessui": "^1.0.2",
|
||||
"@sveltejs/adapter-auto": "^1.0.3",
|
||||
"@sveltejs/adapter-static": "^2.0.1",
|
||||
"@sveltejs/adapter-static": "^2.0.2",
|
||||
"@sveltejs/adapter-vercel": "^1.0.6",
|
||||
"@sveltejs/kit": "^1.15.2",
|
||||
"@sveltejs/kit": "^1.15.6",
|
||||
"@types/postcss-preset-env": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"@zerodevx/svelte-img": "^1.2.10",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.37.0",
|
||||
|
|
@ -38,14 +38,14 @@
|
|||
"just-intersect": "^4.3.0",
|
||||
"mdsvex": "^0.10.6",
|
||||
"mdsvex-relative-images": "^1.0.3",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss": "^8.4.22",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-preset-env": "^8.3.0",
|
||||
"postcss-preset-env": "^8.3.2",
|
||||
"prettier": "^2.8.7",
|
||||
"prettier-plugin-svelte": "^2.10.0",
|
||||
"sass": "^1.60.0",
|
||||
"sass": "^1.62.0",
|
||||
"scrape-it": "^5.3.2",
|
||||
"sharp": "^0.31.3",
|
||||
"svelte": "^3.58.0",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"ioredis": "^5.3.1",
|
||||
"ioredis": "^5.3.2",
|
||||
"nprogress": "^0.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
817
pnpm-lock.yaml
817
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue