mirror of
https://github.com/oiov/vmail.git
synced 2026-06-05 21:03:00 +08:00
chore: 同步依赖变更
This commit is contained in:
parent
1237a71807
commit
c4ec6d7616
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# 设置 pnpm
|
||||
# 设置 pnpm (版本由根目录 package.json 的 "packageManager" 字段决定)
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
# 设置 Node.js
|
||||
# 设置 Node.js 环境
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
@ -66,7 +66,6 @@ jobs:
|
||||
|
||||
# 部署到 Cloudflare Workers
|
||||
- name: Deploy
|
||||
# 添加此条件判断:仅在 has_creds 为 'true' 时执行此步骤
|
||||
if: env.has_creds == 'true'
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
|
||||
17
package.json
17
package.json
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "vmail",
|
||||
"version": "1.0.0",
|
||||
"description": "使用 Cloudflare email worker 实现的临时电子邮件服务",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.1.0",
|
||||
"description": "使用 Cloudflare email worker 实现的临时电子邮件服务",
|
||||
"scripts": {
|
||||
"build": "pnpm --filter frontend run build",
|
||||
"deploy": "pnpm build && wrangler deploy",
|
||||
@ -19,16 +20,16 @@
|
||||
"author": "oiov",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.2.2",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"wrangler": "^3.22.4"
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"wrangler": "^3.114.15"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "0.4.0-pre.7",
|
||||
"@tanstack/react-query": "^5.17.10",
|
||||
"date-fns": "^3.2.0",
|
||||
"drizzle-orm": "^0.29.3",
|
||||
"@tanstack/react-query": "^5.90.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"drizzle-orm": "^0.29.5",
|
||||
"drizzle-zod": "^0.5.1",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "^3.25.76"
|
||||
}
|
||||
}
|
||||
7576
pnpm-lock.yaml
7576
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user