Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 15, 2024
1 parent ec5447c commit 2922ed1
Show file tree
Hide file tree
Showing 3 changed files with 1,013 additions and 701 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

env:
DOCS_GA_ID: G-CTB8FQ7VMW
NODE_VERSION: '20'
NODE_VERSION: '22'

steps:
- uses: actions/checkout@v4
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
"@vuepress/plugin-register-components": "2.0.0-rc.54",
"@vuepress/plugin-shiki": "2.0.0-rc.65",
"@vuepress/theme-default": "2.0.0-rc.65",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"@vuepress/plugin-shiki": "2.0.0-rc.66",
"@vuepress/theme-default": "2.0.0-rc.66",
"http-server": "^14.1.1",
"sass-embedded": "^1.82.0",
"sass-embedded": "^1.83.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"eslint-config-vuepress": "^5.2.3",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"eslint-config-vuepress": "^5.2.4",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"prettier": "^3.4.2",
Expand Down
Loading

0 comments on commit 2922ed1

Please sign in to comment.