build: update deps
This commit is contained in:
parent
2fe3104253
commit
8dc5cc336b
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -31,6 +31,7 @@
|
||||
"nprogress",
|
||||
"pnpm",
|
||||
"portfinder",
|
||||
"shiki",
|
||||
"Tongji",
|
||||
"tsbuildinfo",
|
||||
"vite",
|
||||
|
||||
@ -24,7 +24,8 @@
|
||||
"exports": {
|
||||
".": "./lib/node/index.js",
|
||||
"./client": "./lib/client/index.js",
|
||||
"./package.json": "./package.json"
|
||||
"./package.json": "./package.json",
|
||||
"./shared": "./lib/shared/index.js"
|
||||
},
|
||||
"main": "lib/node/index.js",
|
||||
"types": "lib/node/index.d.ts",
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
{ "path": "./plugin-caniuse/tsconfig.build.json" },
|
||||
{ "path": "./plugin-copy-code/tsconfig.build.json" },
|
||||
{ "path": "./plugin-netlify-functions/tsconfig.build.json" },
|
||||
{ "path": "./plugin-notes-data/tsconfig.build.json" },
|
||||
{ "path": "./plugin-page-collection/tsconfig.build.json" },
|
||||
{ "path": "./plugin-windicss/tsconfig.build.json" },
|
||||
{ "path": "./theme/tsconfig.build.json" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user