mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
upgrade package and fix heading refer
This commit is contained in:
parent
55967170e5
commit
273b384510
3 changed files with 921 additions and 887 deletions
32
package.json
32
package.json
|
@ -31,34 +31,34 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/heroicons-outline": "^1.1.2",
|
"@iconify-json/heroicons-outline": "^1.1.2",
|
||||||
"@iconify-json/heroicons-solid": "^1.1.2",
|
"@iconify-json/heroicons-solid": "^1.1.2",
|
||||||
"@iconify-json/ic": "^1.1.7",
|
"@iconify-json/ic": "^1.1.8",
|
||||||
"@iconify-json/mdi": "^1.1.29",
|
"@iconify-json/mdi": "^1.1.30",
|
||||||
"@iconify-json/uil": "^1.1.2",
|
"@iconify-json/uil": "^1.1.2",
|
||||||
"@sveltejs/adapter-auto": "1.0.0-next.63",
|
"@sveltejs/adapter-auto": "1.0.0-next.64",
|
||||||
"@sveltejs/adapter-node": "1.0.0-next.83",
|
"@sveltejs/adapter-node": "1.0.0-next.86",
|
||||||
"@sveltejs/adapter-static": "1.0.0-next.38",
|
"@sveltejs/adapter-static": "1.0.0-next.39",
|
||||||
"@sveltejs/kit": "1.0.0-next.392",
|
"@sveltejs/kit": "1.0.0-next.405",
|
||||||
"@tailwindcss/typography": "^0.5.4",
|
"@tailwindcss/typography": "^0.5.4",
|
||||||
"@types/node": "^18.6.3",
|
"@types/node": "^18.7.1",
|
||||||
"@types/unist": "^2.0.6",
|
"@types/unist": "^2.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
||||||
"@typescript-eslint/parser": "^5.32.0",
|
"@typescript-eslint/parser": "^5.33.0",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.8",
|
||||||
"chalk": "^5.0.1",
|
"chalk": "^5.0.1",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cssnano": "^5.1.12",
|
"cssnano": "^5.1.12",
|
||||||
"daisyui": "^2.20.0",
|
"daisyui": "^2.22.0",
|
||||||
"eslint": "^8.21.0",
|
"eslint": "^8.21.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.0.0",
|
"fenceparser": "^2.2.0",
|
||||||
"fff-flavored-frontmatter": "~0.2.1",
|
"fff-flavored-frontmatter": "~0.2.1",
|
||||||
"github-slugger": "^1.4.0",
|
"github-slugger": "^1.4.0",
|
||||||
"mdast-util-to-string": "^3.1.0",
|
"mdast-util-to-string": "^3.1.0",
|
||||||
"mdsvex": "^0.10.6",
|
"mdsvex": "^0.10.6",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.16",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"prettier-plugin-svelte": "^2.7.0",
|
"prettier-plugin-svelte": "^2.7.0",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
|
@ -72,12 +72,12 @@
|
||||||
"svelte-check": "^2.8.0",
|
"svelte-check": "^2.8.0",
|
||||||
"svelte-preprocess": "^4.10.7",
|
"svelte-preprocess": "^4.10.7",
|
||||||
"svelte-typeahead": "^4.2.4",
|
"svelte-typeahead": "^4.2.4",
|
||||||
"tailwindcss": "^3.1.7",
|
"tailwindcss": "^3.1.8",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"typescript": "^4.7.4",
|
"typescript": "^4.7.4",
|
||||||
"unist-util-visit": "^4.1.0",
|
"unist-util-visit": "^4.1.0",
|
||||||
"unocss": "^0.45.1",
|
"unocss": "^0.45.6",
|
||||||
"vite": "^3.0.4",
|
"vite": "^3.0.6",
|
||||||
"vite-plugin-pwa": "^0.12.3",
|
"vite-plugin-pwa": "^0.12.3",
|
||||||
"workbox-window": "^6.5.4"
|
"workbox-window": "^6.5.4"
|
||||||
}
|
}
|
||||||
|
|
1760
pnpm-lock.yaml
1760
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1090,13 +1090,13 @@ async function increment() {
|
||||||
|
|
||||||
### 生命周期钩子
|
### 生命周期钩子
|
||||||
|
|
||||||
[同上:生命周期钩子](###生命周期钩子)
|
[同上:生命周期钩子](#生命周期钩子)
|
||||||
|
|
||||||
## Reactivity:Advanced
|
## Reactivity:Advanced
|
||||||
|
|
||||||
### 浅层 ref
|
### 浅层 ref
|
||||||
|
|
||||||
[同上:浅层 ref](###浅层ref)
|
[同上:浅层 ref](#浅层-ref)
|
||||||
|
|
||||||
### 原始值 API
|
### 原始值 API
|
||||||
|
|
||||||
|
@ -1137,31 +1137,31 @@ console.log(isReactive(reactiveInfo))
|
||||||
|
|
||||||
### Effect 作用域 API
|
### Effect 作用域 API
|
||||||
|
|
||||||
[同上:Effect 作用域 API](###Effect作用域API)
|
[同上:Effect 作用域 API](#effect-作用域-api)
|
||||||
|
|
||||||
### 自定义 ref
|
### 自定义 ref
|
||||||
|
|
||||||
[同上:自定义 ref](###自定义ref)
|
[同上:自定义 ref](#自定义-ref)
|
||||||
|
|
||||||
## Reactivity:Core
|
## Reactivity:Core
|
||||||
|
|
||||||
### ref 全家桶
|
### ref 全家桶
|
||||||
|
|
||||||
[同上:ref 全家桶](###ref全家桶)
|
[同上:ref 全家桶](#ref-全家桶)
|
||||||
|
|
||||||
### 可写的计算属性
|
### 可写的计算属性
|
||||||
|
|
||||||
[同上:可写的计算属性](###可写的计算属性)
|
[同上:可写的计算属性](#可写的计算属性)
|
||||||
|
|
||||||
### watch 全家桶
|
### watch 全家桶
|
||||||
|
|
||||||
[同上:watch 全家桶](###watch全家桶)
|
[同上:watch 全家桶](#watch-全家桶)
|
||||||
|
|
||||||
## Reactivity:Utilities
|
## Reactivity:Utilities
|
||||||
|
|
||||||
### 响应性丟失
|
### 响应性丟失
|
||||||
|
|
||||||
[同上:响应性丟失](###响应性丟失)
|
[同上:响应性丟失](#响应性丟失)
|
||||||
|
|
||||||
## Utility Function
|
## Utility Function
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue