Skip to content

Commit 12591a9

Browse files
authored
feat: bundle type definitions of dev-deps (#1257)
1 parent 887f5fc commit 12591a9

File tree

7 files changed

+363
-326
lines changed

7 files changed

+363
-326
lines changed

package.json

+19-20
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"build": "run-s build-prepare build-client build-node",
5959
"build-prepare": "rimraf dist && node scripts/copyShared",
6060
"build-client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
61-
"build-node": "rollup --config rollup.config.ts --configPlugin esbuild",
61+
"build-node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
6262
"format": "prettier --check --write .",
6363
"format-fail": "prettier --check .",
6464
"lint": "pnpm run format",
@@ -85,21 +85,20 @@
8585
"@docsearch/js": "^3.2.1",
8686
"@vitejs/plugin-vue": "^3.0.3",
8787
"@vue/devtools-api": "^6.2.1",
88-
"@vueuse/core": "^9.1.0",
88+
"@vueuse/core": "^9.1.1",
8989
"body-scroll-lock": "^4.0.0-beta.0",
9090
"shiki": "^0.11.1",
91-
"vite": "^3.0.8",
92-
"vue": "^3.2.37"
91+
"vite": "^3.0.9",
92+
"vue": "^3.2.38"
9393
},
9494
"devDependencies": {
95-
"@mdit-vue/plugin-component": "^0.11.0",
96-
"@mdit-vue/plugin-frontmatter": "^0.11.0",
97-
"@mdit-vue/plugin-headers": "^0.11.0",
98-
"@mdit-vue/plugin-sfc": "^0.11.0",
99-
"@mdit-vue/plugin-title": "^0.11.0",
100-
"@mdit-vue/plugin-toc": "^0.11.0",
95+
"@mdit-vue/plugin-component": "^0.11.1",
96+
"@mdit-vue/plugin-frontmatter": "^0.11.1",
97+
"@mdit-vue/plugin-headers": "^0.11.1",
98+
"@mdit-vue/plugin-sfc": "^0.11.1",
99+
"@mdit-vue/plugin-title": "^0.11.1",
100+
"@mdit-vue/plugin-toc": "^0.11.1",
101101
"@mdit-vue/shared": "^0.11.0",
102-
"@mdit-vue/types": "^0.11.0",
103102
"@rollup/plugin-alias": "^3.1.9",
104103
"@rollup/plugin-commonjs": "^22.0.2",
105104
"@rollup/plugin-json": "^4.1.0",
@@ -120,7 +119,7 @@
120119
"@types/markdown-it-emoji": "^2.0.2",
121120
"@types/micromatch": "^4.0.2",
122121
"@types/minimist": "^1.2.2",
123-
"@types/node": "^18.7.5",
122+
"@types/node": "^18.7.14",
124123
"@types/polka": "^0.5.4",
125124
"@types/prompts": "^2.0.14",
126125
"chokidar": "^3.5.3",
@@ -130,13 +129,13 @@
130129
"debug": "^4.3.4",
131130
"diacritics": "^1.3.0",
132131
"enquirer": "^2.3.6",
133-
"esbuild": "^0.15.3",
132+
"esbuild": "^0.15.6",
134133
"escape-html": "^1.0.3",
135134
"execa": "^6.1.0",
136135
"fast-glob": "^3.2.11",
137136
"fs-extra": "^10.1.0",
138137
"lint-staged": "^13.0.3",
139-
"lru-cache": "^7.13.2",
138+
"lru-cache": "^7.14.0",
140139
"markdown-it": "^13.0.1",
141140
"markdown-it-anchor": "^8.6.4",
142141
"markdown-it-attrs": "^4.1.4",
@@ -147,22 +146,22 @@
147146
"npm-run-all": "^4.1.5",
148147
"ora": "^5.4.1",
149148
"picocolors": "^1.0.0",
150-
"playwright-chromium": "^1.25.0",
149+
"playwright-chromium": "^1.25.1",
151150
"polka": "^0.5.2",
152151
"prettier": "^2.7.1",
153152
"prompts": "^2.4.2",
154153
"punycode": "^2.1.1",
155154
"rimraf": "^3.0.2",
156-
"rollup": "^2.78.0",
155+
"rollup": "^2.78.1",
157156
"rollup-plugin-dts": "^4.2.2",
158-
"rollup-plugin-esbuild": "^4.9.3",
157+
"rollup-plugin-esbuild": "^4.10.1",
159158
"semver": "^7.3.7",
160159
"simple-git-hooks": "^2.8.0",
161160
"sirv": "^2.0.2",
162161
"supports-color": "^9.2.2",
163-
"typescript": "^4.7.4",
164-
"vitest": "^0.22.0",
165-
"vue-tsc": "^0.40.1"
162+
"typescript": "^4.8.2",
163+
"vitest": "^0.22.1",
164+
"vue-tsc": "^0.40.4"
166165
},
167166
"pnpm": {
168167
"peerDependencyRules": {

0 commit comments

Comments
 (0)