Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 21, 2024
1 parent 1663b94 commit b800fc8
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 842 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,6 @@ node_modules/

# Log files
*.log

# npm config
.npmrc
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -26,35 +26,35 @@
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/bundler-webpack": "2.0.0-rc.7",
"@vuepress/plugin-docsearch": "2.0.0-rc.12",
"@vuepress/plugin-google-analytics": "2.0.0-rc.12",
"@vuepress/plugin-register-components": "2.0.0-rc.12",
"@vuepress/plugin-shiki": "2.0.0-rc.12",
"@vuepress/theme-default": "2.0.0-rc.12",
"@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",
"anywhere": "^1.6.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.7"
"sass-loader": "^14.1.1",
"vue": "^3.4.19",
"vuepress": "2.0.0-rc.8"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@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",
"husky": "^9.0.10",
"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.7.0",
"sort-package-json": "^2.8.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=18.16.0"
"node": ">=18.18.0"
}
}

0 comments on commit b800fc8

Please sign in to comment.