Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 6, 2022
1 parent 1617a04 commit 8957d0f
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 776 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 8957d0f

Please sign in to comment.