mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 15:59:33 +08:00
update dependencies
This commit is contained in:
parent
d1f24cb315
commit
fbd08730aa
2 changed files with 467 additions and 396 deletions
26
package.json
26
package.json
|
@ -29,27 +29,27 @@
|
|||
"@iconify-json/heroicons-solid": "^1.1.6",
|
||||
"@iconify-json/ic": "^1.1.10",
|
||||
"@iconify-json/material-symbols": "1.1.26",
|
||||
"@iconify-json/mdi": "^1.1.36",
|
||||
"@iconify-json/simple-icons": "1.1.38",
|
||||
"@iconify-json/mdi": "^1.1.37",
|
||||
"@iconify-json/simple-icons": "1.1.39",
|
||||
"@iconify-json/uil": "^1.1.3",
|
||||
"@sveltejs/adapter-auto": "1.0.0-next.90",
|
||||
"@sveltejs/adapter-netlify": "1.0.0-next.85",
|
||||
"@sveltejs/adapter-netlify": "1.0.0-next.87",
|
||||
"@sveltejs/adapter-node": "1.0.0-next.104",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.49",
|
||||
"@sveltejs/kit": "1.0.0-next.582",
|
||||
"@sveltejs/kit": "1.0.0-next.587",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"@types/node": "^18.11.13",
|
||||
"@types/node": "^18.11.15",
|
||||
"@types/unist": "^2.0.6",
|
||||
"@types/workbox-build": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
||||
"@typescript-eslint/parser": "^5.46.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
||||
"@typescript-eslint/parser": "^5.46.1",
|
||||
"@vite-pwa/sveltekit": "^0.0.1",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"chalk": "^5.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"cssnano": "^5.1.14",
|
||||
"daisyui": "^2.43.0",
|
||||
"daisyui": "^2.43.2",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"remark-fff": "~0.4.2",
|
||||
"remark-footnotes": "~2.0.0",
|
||||
"shiki-twoslash": "^3.1.0",
|
||||
"svelte": "^3.54.0",
|
||||
"svelte": "^3.55.0",
|
||||
"svelte-bricks": "^0.1.7",
|
||||
"svelte-check": "^2.10.2",
|
||||
"svelte-preprocess": "^5.0.0",
|
||||
|
@ -78,12 +78,12 @@
|
|||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.9.4",
|
||||
"unist-util-visit": "^4.1.1",
|
||||
"unocss": "^0.47.5",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-pwa": "^0.13.3",
|
||||
"unocss": "^0.47.6",
|
||||
"vite": "^4.0.1",
|
||||
"vite-plugin-pwa": "^0.14.0",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"netlify-cli": "^12.2.9"
|
||||
"netlify-cli": "^12.2.10"
|
||||
}
|
||||
}
|
||||
|
|
837
pnpm-lock.yaml
837
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue