Skip to content

Commit

Permalink
Merge branch 'main' into theme-hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 1, 2024
2 parents f5add2e + 0d81e99 commit e4b94dc
Show file tree
Hide file tree
Showing 4 changed files with 6,416 additions and 5,260 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ node_modules/

# Log files
*.log

# npm config
.npmrc
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
message="build: version %s"
47 changes: 25 additions & 22 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.3",
"version": "2.0.0-rc.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,41 +20,44 @@
]
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{cjs,js,ts,vue}": "eslint --fix",
"*.!(cjs|js|ts|vue)": "prettier --write --ignore-unknown",
"*.(cjs|js|ts|vue)": [
"eslint --fix",
"prettier --write"
],
"package.json": "sort-package-json"
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/bundler-webpack": "2.0.0-rc.8",
"@vuepress/plugin-docsearch": "2.0.0-rc.17",
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
"@vuepress/plugin-register-components": "2.0.0-rc.15",
"@vuepress/plugin-shiki": "2.0.0-rc.17",
"@vuepress/theme-default": "2.0.0-rc.17",
"@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",
"sass-loader": "^14.1.1",
"vue": "^3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.26"
"sass-loader": "^14.2.1",
"vue": "^3.4.26",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.38"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.57.0",
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.5",
"sort-package-json": "^2.8.0",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@9.0.6",
"engines": {
"node": ">=18.18.0"
}
Expand Down
Loading

0 comments on commit e4b94dc

Please sign in to comment.