build: update deps

This commit is contained in:
pengzhanbo 2023-02-14 05:02:16 +08:00
parent 2fe3104253
commit 8dc5cc336b
3 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@
"nprogress",
"pnpm",
"portfinder",
"shiki",
"Tongji",
"tsbuildinfo",
"vite",

View File

@ -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",

View File

@ -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" }