Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 16, 2024
1 parent 715dde1 commit 0337077
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 600 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vuepress/theme-default": "workspace:*",
"katex": "0.16.15",
"mathjax-full": "3.2.2",
"sass-embedded": "1.82.0",
"sass-embedded": "1.83.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "1.82.0",
"sass-embedded": "1.83.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.2",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "3.0.0-beta.2",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-vuepress": "^5.2.4",
"http-server": "^14.1.1",
"husky": "^9.1.7",
Expand All @@ -56,9 +56,9 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "^1.82.0",
"sass-embedded": "^1.83.0",
"sort-package-json": "^2.12.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-hope": "^7.0.4",
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"algoliasearch": "5.17.0"
"algoliasearch": "5.17.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0337077

Please sign in to comment.