mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 08:39:31 +08:00
update deps & add links
This commit is contained in:
parent
3615e90403
commit
e656f74da5
3 changed files with 720 additions and 1389 deletions
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "corepack prepare pnpm@8.4.0 --activate && pnpm i && npx pnpm build"
|
||||
command = "corepack prepare pnpm@8.5.1 --activate && pnpm i && npx pnpm build"
|
||||
publish = "build"
|
||||
|
||||
[build.environment]
|
||||
|
|
24
package.json
24
package.json
|
@ -30,19 +30,19 @@
|
|||
"@iconify-json/ic": "^1.1.13",
|
||||
"@iconify-json/icon-park-twotone": "1.1.9",
|
||||
"@iconify-json/material-symbols": "1.1.41",
|
||||
"@iconify-json/mdi": "^1.1.50",
|
||||
"@iconify-json/mdi": "^1.1.52",
|
||||
"@iconify-json/simple-icons": "1.1.52",
|
||||
"@iconify-json/uil": "^1.1.4",
|
||||
"@sveltejs/adapter-netlify": "^2.0.7",
|
||||
"@sveltejs/adapter-static": "^2.0.2",
|
||||
"@sveltejs/adapter-vercel": "2.4.3",
|
||||
"@sveltejs/kit": "^1.16.2",
|
||||
"@sveltejs/kit": "^1.18.0",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/node": "^20.1.1",
|
||||
"@types/node": "^20.2.1",
|
||||
"@types/unist": "^2.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"@unocss/extractor-svelte": "^0.51.12",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@unocss/extractor-svelte": "^0.51.13",
|
||||
"@vite-pwa/sveltekit": "^0.2.1",
|
||||
"chalk": "^5.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"github-slugger": "^2.0.0",
|
||||
"mdast-util-to-string": "^3.2.0",
|
||||
"mdsvex": "^0.10.6",
|
||||
"netlify-cli": "^15.0.2",
|
||||
"netlify-cli": "^15.1.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss-lightningcss": "^0.7.0",
|
||||
|
@ -65,10 +65,10 @@
|
|||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-external-links": "^2.1.0",
|
||||
"rehype-slug": "^5.1.0",
|
||||
"remark": "^14.0.2",
|
||||
"remark": "^14.0.3",
|
||||
"remark-fff": "~0.5.3",
|
||||
"remark-footnotes": "~2.0.0",
|
||||
"rollup": "^3.21.5",
|
||||
"rollup": "^3.22.0",
|
||||
"shiki-twoslash": "^3.1.2",
|
||||
"svelte": "^3.59.1",
|
||||
"svelte-bricks": "^0.1.7",
|
||||
|
@ -77,11 +77,11 @@
|
|||
"svelte-typeahead": "^4.4.1",
|
||||
"sveltekit-embed": "^0.0.12",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"tslib": "^2.5.0",
|
||||
"tslib": "^2.5.1",
|
||||
"typescript": "^5.0.4",
|
||||
"unist-util-visit": "^4.1.2",
|
||||
"unocss": "^0.51.12",
|
||||
"vite": "^4.3.5",
|
||||
"unocss": "^0.51.13",
|
||||
"vite": "^4.3.8",
|
||||
"vite-imagetools": "^4.0.19",
|
||||
"vite-plugin-pwa": "^0.14.7",
|
||||
"workbox-build": "^6.5.4",
|
||||
|
|
2083
pnpm-lock.yaml
2083
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue