pull/615/head
Evan You 3 years ago
parent 1617a0438f
commit 8957d0f8ee

@ -31,7 +31,7 @@
"lint": "run-s lint:js lint:ts",
"lint:js": "prettier --check --write \"{bin,docs,scripts,src}/**/*.js\"",
"lint:ts": "prettier --check --write --parser typescript \"{__tests__,src,docs,types}/**/*.ts\"",
"test": "vitest run __tests__ -c __tests__/vitest.config.js --global",
"test": "vitest run __tests__ -c __tests__/vitest.config.js --globals",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js",
"docs": "run-p dev docs-dev",
@ -72,15 +72,15 @@
"url": "https://github.com/vuejs/vitepress/issues"
},
"dependencies": {
"@docsearch/css": "^3.0.0-alpha.41",
"@docsearch/js": "^3.0.0-alpha.41",
"@vitejs/plugin-vue": "^2.2.0",
"@docsearch/css": "^3.0.0",
"@docsearch/js": "^3.0.0",
"@vitejs/plugin-vue": "^2.3.2",
"prismjs": "^1.25.0",
"vite": "^2.8.1",
"vue": "^3.2.31"
"vite": "^2.9.7",
"vue": "^3.2.33"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.9",
"@microsoft/api-extractor": "^7.23.1",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
@ -130,8 +130,8 @@
"rollup-plugin-esbuild": "^4.8.2",
"semver": "^7.3.5",
"sirv": "^1.0.12",
"typescript": "^4.3.2",
"vitest": "^0.1.19",
"typescript": "^4.6.4",
"vitest": "^0.10.4",
"yorkie": "^2.0.0"
},
"pnpm": {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save