Skip to content

Commit 8957d0f

Browse files
committed
bump deps
1 parent 1617a04 commit 8957d0f

File tree

2 files changed

+675
-776
lines changed

2 files changed

+675
-776
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "run-s lint:js lint:ts",
3232
"lint:js": "prettier --check --write \"{bin,docs,scripts,src}/**/*.js\"",
3333
"lint:ts": "prettier --check --write --parser typescript \"{__tests__,src,docs,types}/**/*.ts\"",
34-
"test": "vitest run __tests__ -c __tests__/vitest.config.js --global",
34+
"test": "vitest run __tests__ -c __tests__/vitest.config.js --globals",
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
3636
"release": "node scripts/release.js",
3737
"docs": "run-p dev docs-dev",
@@ -72,15 +72,15 @@
7272
"url": "https://github.com/vuejs/vitepress/issues"
7373
},
7474
"dependencies": {
75-
"@docsearch/css": "^3.0.0-alpha.41",
76-
"@docsearch/js": "^3.0.0-alpha.41",
77-
"@vitejs/plugin-vue": "^2.2.0",
75+
"@docsearch/css": "^3.0.0",
76+
"@docsearch/js": "^3.0.0",
77+
"@vitejs/plugin-vue": "^2.3.2",
7878
"prismjs": "^1.25.0",
79-
"vite": "^2.8.1",
80-
"vue": "^3.2.31"
79+
"vite": "^2.9.7",
80+
"vue": "^3.2.33"
8181
},
8282
"devDependencies": {
83-
"@microsoft/api-extractor": "^7.18.9",
83+
"@microsoft/api-extractor": "^7.23.1",
8484
"@rollup/plugin-alias": "^3.1.5",
8585
"@rollup/plugin-commonjs": "^20.0.0",
8686
"@rollup/plugin-json": "^4.1.0",
@@ -130,8 +130,8 @@
130130
"rollup-plugin-esbuild": "^4.8.2",
131131
"semver": "^7.3.5",
132132
"sirv": "^1.0.12",
133-
"typescript": "^4.3.2",
134-
"vitest": "^0.1.19",
133+
"typescript": "^4.6.4",
134+
"vitest": "^0.10.4",
135135
"yorkie": "^2.0.0"
136136
},
137137
"pnpm": {

0 commit comments

Comments
 (0)