mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 06:13:35 +03:00
Upgrade: Bump @vuepress/bundler-vite from 2.0.0-beta.25 to 2.0.0-beta.40
Bumps [@vuepress/bundler-vite](https://github.com/vuepress/vuepress-next) from 2.0.0-beta.25 to 2.0.0-beta.40. - [Release notes](https://github.com/vuepress/vuepress-next/releases) - [Changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.40) --- updated-dependencies: - dependency-name: "@vuepress/bundler-vite" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b5cf80ad67
commit
bdbc8cee4b
2 changed files with 422 additions and 263 deletions
16
package.json
16
package.json
|
@ -8,16 +8,16 @@
|
|||
"devDependencies": {
|
||||
"@types/bootstrap": "^5.1.10",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/mermaid": "^8.2.7",
|
||||
"@types/node": "^16.9.1",
|
||||
"@vuepress/bundler-vite": "^2.0.0-beta.25",
|
||||
"@types/mermaid": "^8.2.9",
|
||||
"@types/node": "^17.0.27",
|
||||
"@vuepress/bundler-vite": "^2.0.0-beta.40",
|
||||
"@vuepress/plugin-back-to-top": "^2.0.0-beta.25",
|
||||
"@vuepress/plugin-debug": "^2.0.0-beta.25",
|
||||
"@vuepress/plugin-search": "^2.0.0-beta.25",
|
||||
"postcss-loader": "^6.1.1",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"prettier": "^2.6.2",
|
||||
"sass": "^1.39.2",
|
||||
"sass-loader": "^12.1.0",
|
||||
"sass": "^1.51.0",
|
||||
"sass-loader": "^12.6.0",
|
||||
"vue-property-decorator": "^9.1.2",
|
||||
"vuepress": "^2.0.0-beta.25"
|
||||
},
|
||||
|
@ -28,11 +28,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"bootstrap": "^5.1.1",
|
||||
"bootstrap": "^5.1.3",
|
||||
"esbuild": "^0.14.38",
|
||||
"jquery": "^3.6.0",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"mermaid": "^9.0.1",
|
||||
"vuepress-plugin-mermaidjs": "^1.8.1"
|
||||
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue