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 Feb 18, 2025
1 parent e2c91e4 commit 8207a78
Show file tree
Hide file tree
Showing 7 changed files with 450 additions and 453 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.13.4",
"@types/webpack-env": "^1.18.8",
"@vitest/coverage-istanbul": "3.0.5",
"@vitest/coverage-istanbul": "3.0.6",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
Expand All @@ -52,7 +52,7 @@
"prettier": "^3.5.1",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.34.7",
"rollup": "^4.34.8",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-resolve-shebang": "^1.0.1",
Expand All @@ -65,10 +65,10 @@
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "~6.0.11",
"vitest": "3.0.5",
"vitest": "3.0.6",
"vuepress": "2.0.0-rc.19"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=18.19.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
},
"dependencies": {
"@shikijs/transformers": "^2.4.1",
"@shikijs/transformers": "^3.0.0",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.1.0",
"shiki": "^2.4.1",
"shiki": "^3.0.0",
"synckit": "^0.9.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pwa/plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"access": "public"
},
"devDependencies": {
"rollup": "^4.34.7"
"rollup": "^4.34.8"
}
}
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.20.2"
"algoliasearch": "5.20.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8207a78

Please sign in to comment.