Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 27, 2024
1 parent 5eab1ef commit c090eff
Show file tree
Hide file tree
Showing 2 changed files with 1,667 additions and 1,531 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/docs",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.12",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"docs:clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache docs/.vuepress/dist",
"docs:dev": "vuepress dev docs --clean-cache --clean-temp",
"docs:dev-webpack": "DOCS_BUNDLER=webpack pnpm docs:dev",
"docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist",
"docs:serve": "http-server docs/.vuepress/dist",
"format": "prettier --write .",
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
"prepare": "husky"
Expand All @@ -29,17 +29,17 @@
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-register-components": "2.0.0-rc.21",
"@vuepress/plugin-shiki": "2.0.0-rc.25",
"@vuepress/theme-default": "2.0.0-rc.26",
"anywhere": "^1.6.0",
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/bundler-webpack": "2.0.0-rc.12",
"@vuepress/plugin-docsearch": "2.0.0-rc.31",
"@vuepress/plugin-google-analytics": "2.0.0-rc.31",
"@vuepress/plugin-register-components": "2.0.0-rc.31",
"@vuepress/plugin-shiki": "2.0.0-rc.31",
"@vuepress/theme-default": "2.0.0-rc.31",
"http-server": "^14.1.1",
"sass-loader": "^14.2.1",
"vue": "^3.4.26",
"vuepress": "2.0.0-rc.9"
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -48,16 +48,16 @@
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=18.18.0"
"node": ">=18.19.0"
}
}
Loading

0 comments on commit c090eff

Please sign in to comment.