mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 06:08:45 +00:00
chore(deps): bump vite to 5.4.12 (#5266)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@@ -87,6 +87,7 @@ jobs:
|
||||
# twitter.com => too many redirections
|
||||
# www.flaticon.com => 403 error
|
||||
# www.freepik.com => 403 error
|
||||
# ngrok.com => 406 error
|
||||
- run: |
|
||||
./muffet \
|
||||
-e 'https://medium.com/runatlantis' \
|
||||
@@ -94,6 +95,7 @@ jobs:
|
||||
-e 'https://twitter.com/*' \
|
||||
-e 'https://www.flaticon.com/*' \
|
||||
-e 'https://www.freepik.com/*' \
|
||||
-e 'https://ngrok.com/*' \
|
||||
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
|
||||
-e 'https://github.com/runatlantis/helm-charts#customization' \
|
||||
-e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \
|
||||
|
||||
7
package-lock.json
generated
7
package-lock.json
generated
@@ -13,6 +13,7 @@
|
||||
"markdownlint-cli": "^0.40.0",
|
||||
"mermaid": "^10.9.1",
|
||||
"sitemap-ts": "^1.7.3",
|
||||
"vite": "^5.4.12",
|
||||
"vitepress": "^1.2.3",
|
||||
"vitepress-plugin-mermaid": "^2.0.16",
|
||||
"vue": "^3.4.27"
|
||||
@@ -4903,9 +4904,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "5.4.11",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz",
|
||||
"integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
|
||||
"version": "5.4.12",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz",
|
||||
"integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"markdownlint-cli": "^0.40.0",
|
||||
"mermaid": "^10.9.1",
|
||||
"sitemap-ts": "^1.7.3",
|
||||
"vite": "^5.4.12",
|
||||
"vitepress": "^1.2.3",
|
||||
"vitepress-plugin-mermaid": "^2.0.16",
|
||||
"vue": "^3.4.27"
|
||||
|
||||
Reference in New Issue
Block a user