mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 15:59:33 +08:00
update to vite 4.0 & dependencies
This commit is contained in:
parent
5f82002927
commit
859055145c
2 changed files with 360 additions and 357 deletions
22
package.json
22
package.json
|
@ -28,28 +28,28 @@
|
|||
"@iconify-json/heroicons-outline": "^1.1.5",
|
||||
"@iconify-json/heroicons-solid": "^1.1.6",
|
||||
"@iconify-json/ic": "^1.1.10",
|
||||
"@iconify-json/material-symbols": "1.1.25",
|
||||
"@iconify-json/material-symbols": "1.1.26",
|
||||
"@iconify-json/mdi": "^1.1.36",
|
||||
"@iconify-json/simple-icons": "1.1.38",
|
||||
"@iconify-json/uil": "^1.1.3",
|
||||
"@sveltejs/adapter-auto": "1.0.0-next.90",
|
||||
"@sveltejs/adapter-netlify": "1.0.0-next.84",
|
||||
"@sveltejs/adapter-node": "1.0.0-next.102",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.48",
|
||||
"@sveltejs/kit": "1.0.0-next.572",
|
||||
"@sveltejs/adapter-netlify": "1.0.0-next.85",
|
||||
"@sveltejs/adapter-node": "1.0.0-next.104",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.49",
|
||||
"@sveltejs/kit": "1.0.0-next.579",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"@types/node": "^18.11.11",
|
||||
"@types/node": "^18.11.12",
|
||||
"@types/unist": "^2.0.6",
|
||||
"@types/workbox-build": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
||||
"@typescript-eslint/parser": "^5.46.0",
|
||||
"@vite-pwa/sveltekit": "^0.0.1",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"chalk": "^5.1.2",
|
||||
"chalk": "^5.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"cssnano": "^5.1.14",
|
||||
"daisyui": "^2.42.1",
|
||||
"daisyui": "^2.43.0",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.19",
|
||||
"prettier": "^2.8.1",
|
||||
"prettier-plugin-svelte": "^2.8.1",
|
||||
"prettier-plugin-svelte": "^2.9.0",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-external-links": "^2.0.1",
|
||||
"rehype-slug": "^5.1.0",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"shiki-twoslash": "^3.1.0",
|
||||
"svelte": "^3.54.0",
|
||||
"svelte-bricks": "^0.1.7",
|
||||
"svelte-check": "^2.10.1",
|
||||
"svelte-check": "^2.10.2",
|
||||
"svelte-preprocess": "^4.10.7",
|
||||
"svelte-typeahead": "^4.4.1",
|
||||
"tailwindcss": "^3.2.4",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"typescript": "^4.9.4",
|
||||
"unist-util-visit": "^4.1.1",
|
||||
"unocss": "^0.47.5",
|
||||
"vite": "^3.2.5",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-pwa": "^0.13.3",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
|
|
695
pnpm-lock.yaml
695
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue