This commit is contained in:
2026-01-24 18:23:47 +08:00
parent 5ba382dd66
commit 8854c792c2
3 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
EDGEONE_PROJECT_NAME: blog1
EDGEONE_PROJECT_NAME: cloud-blog
ESA_PROJECT_NAME: cloud-blog
CLOUDFLARE_PROJECT_NAME: cloud-blog
GIT_DATE: ${{ github.event.head_commit.timestamp || github.event.pusher.date }}

View File

@@ -11,7 +11,7 @@
"@nuxt/fonts": "0.12.1",
"@nuxt/icon": "2.1.1",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "^4.3.0",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/color-mode": "4.0.0",
"@nuxtjs/robots": "5.6.7",
"@nuxtjs/seo": "^3.3.0",
@@ -22,9 +22,9 @@
"nuxt": "4.2.2",
"nuxt-og-image": "5.1.13",
"nuxt-umami": "3.2.1",
"pg": "^8.17.1",
"pg": "^8.17.2",
"twikoo": "^1.6.44",
"typed.js": "^2.1.0",
"typed.js": "^3.0.0",
"vue": "3.5.26",
},
"devDependencies": {
@@ -38,14 +38,14 @@
"@iconify-json/noto": "1.2.7",
"@iconify-json/simple-icons": "1.2.63",
"@iconify-json/svg-spinners": "1.2.4",
"@iconify-json/vscode-icons": "^1.2.39",
"@iconify-json/vscode-icons": "^1.2.40",
"@nuxt-themes/typography": "^1.0.1",
"@nuxt/eslint": "1.12.1",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.1.18",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.1.18",
"@types/node": "^20.8.1",
"@types/node": "^20.19.30",
"@vueuse/core": "14.1.0",
"@vueuse/nuxt": "14.1.0",
"eslint": "9.39.2",
@@ -55,7 +55,7 @@
"prettier": "3.7.4",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"vitest": "^1.2.3",
"vitest": "^1.6.1",
},
},
},
@@ -2552,7 +2552,7 @@
"type-level-regexp": ["type-level-regexp@0.1.17", "", {}, "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg=="],
"typed.js": ["typed.js@2.1.0", "", {}, "sha512-bDuXEf7YcaKN4g08NMTUM6G90XU25CK3bh6U0THC/Mod/QPKlEt9g/EjvbYB8x2Qwr2p6J6I3NrsoYaVnY6wsQ=="],
"typed.js": ["typed.js@3.0.0", "", {}, "sha512-X4pjf0E7riZBo6j3NS21/7cJJ20osSOtD1OxlRoKfFU3GsdPuSpWlFcIKWf0k8uoKwBBrPuHGx+fKeU6GzRcKg=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],

View File

@@ -42,7 +42,7 @@
"nuxt-umami": "3.2.1",
"pg": "^8.17.2",
"twikoo": "^1.6.44",
"typed.js": "^2.1.0",
"typed.js": "^3.0.0",
"vue": "3.5.26"
},
"devDependencies": {