mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 23:19:30 +08:00
Update dependencies
This commit is contained in:
parent
c2ee7651c8
commit
4a76821732
3 changed files with 290 additions and 384 deletions
12
package.json
12
package.json
|
@ -29,16 +29,16 @@
|
||||||
"@iconify-json/heroicons-solid": "^1.1.6",
|
"@iconify-json/heroicons-solid": "^1.1.6",
|
||||||
"@iconify-json/ic": "^1.1.10",
|
"@iconify-json/ic": "^1.1.10",
|
||||||
"@iconify-json/material-symbols": "1.1.26",
|
"@iconify-json/material-symbols": "1.1.26",
|
||||||
"@iconify-json/mdi": "^1.1.37",
|
"@iconify-json/mdi": "^1.1.39",
|
||||||
"@iconify-json/simple-icons": "1.1.39",
|
"@iconify-json/simple-icons": "1.1.39",
|
||||||
"@iconify-json/uil": "^1.1.3",
|
"@iconify-json/uil": "^1.1.3",
|
||||||
"@sveltejs/adapter-auto": "1.0.0",
|
"@sveltejs/adapter-auto": "1.0.0",
|
||||||
"@sveltejs/adapter-netlify": "1.0.0",
|
"@sveltejs/adapter-netlify": "1.0.0",
|
||||||
"@sveltejs/adapter-node": "1.0.0",
|
"@sveltejs/adapter-node": "1.0.0",
|
||||||
"@sveltejs/adapter-static": "1.0.0",
|
"@sveltejs/adapter-static": "1.0.0",
|
||||||
"@sveltejs/kit": "1.0.0",
|
"@sveltejs/kit": "1.0.1",
|
||||||
"@tailwindcss/typography": "^0.5.8",
|
"@tailwindcss/typography": "^0.5.8",
|
||||||
"@types/node": "^18.11.15",
|
"@types/node": "^18.11.17",
|
||||||
"@types/unist": "^2.0.6",
|
"@types/unist": "^2.0.6",
|
||||||
"@types/workbox-build": "^5.0.1",
|
"@types/workbox-build": "^5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cssnano": "^5.1.14",
|
"cssnano": "^5.1.14",
|
||||||
"daisyui": "^2.45.0",
|
"daisyui": "^2.45.0",
|
||||||
"eslint": "^8.29.0",
|
"eslint": "^8.30.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
"fenceparser": "2.2.0",
|
"fenceparser": "2.2.0",
|
||||||
|
@ -80,8 +80,8 @@
|
||||||
"typescript": "^4.9.4",
|
"typescript": "^4.9.4",
|
||||||
"unist-util-visit": "^4.1.1",
|
"unist-util-visit": "^4.1.1",
|
||||||
"unocss": "^0.47.6",
|
"unocss": "^0.47.6",
|
||||||
"vite": "^4.0.1",
|
"vite": "^4.0.2",
|
||||||
"vite-imagetools": "^4.0.11",
|
"vite-imagetools": "^4.0.12",
|
||||||
"vite-plugin-pwa": "^0.14.0",
|
"vite-plugin-pwa": "^0.14.0",
|
||||||
"workbox-window": "^6.5.4"
|
"workbox-window": "^6.5.4"
|
||||||
},
|
},
|
||||||
|
|
660
pnpm-lock.yaml
660
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,7 @@ Brave 浏览器同理
|
||||||
|
|
||||||
## 后记
|
## 后记
|
||||||
|
|
||||||
我目前的 RSS Feed 有 951 条,未读 53460 条……不过有了 Miniflux-injector 我相信不会积灰了,还看到有人在开发[shiori-injector](https://github.com/tezlm/shiori-injector),[shiori](https://github.com/go-shiori/shiori) 跟 linkding 一样,也是一个书签管理器,和和 linkding 不一样的是,shiori 还保存了源网页的内容,类似 Pocket 的感觉,我之前试过,功能还不是很完善,所以没有用下去,未来还会不会再次尝试呢?暂不清楚
|
我目前的 RSS Feed 有 951 条,未读 53460 条……不过有了 Miniflux-injector 后我相信不会积灰了,还看到有人在开发[shiori-injector](https://github.com/tezlm/shiori-injector),[shiori](https://github.com/go-shiori/shiori) 跟 linkding 一样,也是一个书签管理器,但和 linkding 不一样的是,shiori 还保存了源网页的内容,类似 Pocket 的感觉,我之前试过,功能还不是很完善,所以没有用下去,未来还会不会再次尝试呢?暂不清楚
|
||||||
|
|
||||||
- 发现更多的 RSS 源,我推荐 [RSS+](https://greasyfork.org/zh-CN/scripts/373252-rss-show-site-all-rss)
|
- 发现更多的 RSS 源,我推荐 [RSS+](https://greasyfork.org/zh-CN/scripts/373252-rss-show-site-all-rss)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue