Skip to content

Commit 359406d

Browse files
committed
fix: body scroll
1 parent 3802dab commit 359406d

File tree

4 files changed

+900
-853
lines changed

4 files changed

+900
-853
lines changed

auto-imports.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ declare global {
1313
const createApp: typeof import('vue')['createApp']
1414
const createEventHook: typeof import('@vueuse/core')['createEventHook']
1515
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
16+
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
1617
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
1718
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
1819
const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
@@ -39,7 +40,6 @@ declare global {
3940
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
4041
const markRaw: typeof import('vue')['markRaw']
4142
const nextTick: typeof import('vue')['nextTick']
42-
const note: typeof import('@vueuse/core')['note']
4343
const onActivated: typeof import('vue')['onActivated']
4444
const onBeforeMount: typeof import('vue')['onBeforeMount']
4545
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,39 @@
1515
"dev": "vite --port 9527 --open --host",
1616
"build": "vite-ssg build"
1717
},
18-
"prettier": "@qxy/prettier-config",
18+
"prettier": "@ntnyq/prettier-config",
1919
"devDependencies": {
20-
"@iconify/json": "^2.1.16",
20+
"@iconify/json": "^2.1.21",
2121
"@ntnyq/prettier-config": "^0.3.1",
2222
"@octokit/rest": "^18.12.0",
23-
"@qxy/prettier-config": "^0.3.0",
2423
"@types/fs-extra": "^9.0.13",
2524
"@types/markdown-it": "^12.2.3",
26-
"@types/node": "^17.0.21",
25+
"@types/node": "^17.0.23",
2726
"@types/nprogress": "^0.2.0",
28-
"@unocss/reset": "^0.29.0",
27+
"@unocss/reset": "^0.30.7",
2928
"@vitejs/plugin-vue": "^2.2.4",
3029
"@vue/server-renderer": "^3.2.31",
3130
"dayjs": "^1.11.0",
3231
"gray-matter": "^4.0.3",
3332
"husky": "^7.0.4",
34-
"lint-staged": "^12.3.6",
33+
"lint-staged": "^12.3.7",
3534
"markdown-it": "^12.3.2",
3635
"markdown-it-prism": "^2.2.3",
37-
"prettier": "^2.6.0",
38-
"typescript": "^4.6.2",
39-
"unocss": "^0.29.0",
40-
"unplugin-auto-import": "^0.6.6",
41-
"unplugin-icons": "^0.13.4",
42-
"unplugin-vue-components": "^0.18.0",
36+
"prettier": "^2.6.1",
37+
"pug": "^3.0.2",
38+
"typescript": "^4.6.3",
39+
"unocss": "^0.30.7",
40+
"unplugin-auto-import": "^0.6.8",
41+
"unplugin-icons": "^0.14.1",
42+
"unplugin-vue-components": "^0.18.5",
4343
"vite": "^2.8.6",
44-
"vite-plugin-md": "^0.11.9",
44+
"vite-plugin-md": "^0.12.4",
4545
"vite-plugin-pages": "^0.22.0",
4646
"vite-plugin-pwa": "^0.11.13",
4747
"vite-ssg": "^0.19.0"
4848
},
4949
"dependencies": {
50-
"@vueuse/core": "^8.1.1",
50+
"@vueuse/core": "^8.2.0",
5151
"@vueuse/head": "^0.7.5",
5252
"nprogress": "^0.2.0",
5353
"prism-theme-vars": "^0.2.2",

0 commit comments

Comments
 (0)