Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TNXG committed Sep 10, 2024
1 parent e5de213 commit 499f4a9
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 470 deletions.
17 changes: 16 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ steps:
from_secret: MONGO_USER
MONGO_PASSWORD:
from_secret: MONGO_PASSWORD
S3_ACCESS_KEY_ID:
from_secret: S3_ACCESS_KEY_ID
S3_SECRET_ACCESS_KEY:
from_secret: S3_SECRET_ACCESS_KEY
S3_ENDPOINT:
from_secret: S3_ENDPOINT
S3_BUCKET:
from_secret: S3_BUCKET
ZHIPU_TOKEN:
from_secret: ZHIPU_TOKEN
commands:
- export NODE_OPTIONS="--max-old-space-size=4096"
- export JWT_SECRET=$JWT_SECRET
Expand All @@ -35,6 +45,11 @@ steps:
- export MONGO_PORT=$MONGO_PORT
- export MONGO_USER=$MONGO_USER
- export MONGO_PASSWORD=$MONGO_PASSWORD
- export S3_ACCESS_KEY_ID=$S3_ACCESS_KEY_ID
- export S3_SECRET_ACCESS_KEY=$S3_SECRET_ACCESS_KEY
- export S3_ENDPOINT=$S3_ENDPOINT
- export S3_BUCKET=$S3_BUCKET
- export ZHIPU_TOKEN=$ZHIPU_TOKEN
- npm i -g pnpm --registry=https://registry.npmmirror.com
- pnpm config set registry https://registry.npmmirror.com
- pnpm i
Expand All @@ -56,4 +71,4 @@ trigger:
- master
event:
- push
- custom
- custom
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@
"flowbite": "^2.5.1",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.1.0",
"mongodb": "^6.8.0",
"mongodb": "^6.8.1",
"naive-ui": "^2.39.0",
"nodemailer": "^6.9.15",
"nuxt": "^3.13.1",
"nuxt-delay-hydration": "^1.3.7",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-icon-tw": "^0.1.4",
"nuxt-og-image": "3.0.0-rc.66",
"nuxt-site-config": "^2.2.16",
"nuxt-site-config": "^2.2.17",
"nuxtjs-naive-ui": "^1.0.2",
"openai": "^4.58.1",
"openai": "^4.58.2",
"pinia": "^2.2.2",
"remark-emoji": "^5.0.1",
"seiunsodou_mdc": "^0.8.4",
"sharp": "^0.33.5",
"stream": "^0.0.3",
"vite": "^5.4.3",
"vue": "^3.5.1",
"vue": "^3.5.4",
"vue-i18n": "^9.14.0"
},
"devDependencies": {
"@iconify-json/codicon": "^1.2.0",
"@iconify-json/grommet-icons": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.1",
"@iconify-json/mdi": "^1.2.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
Expand Down
Loading

0 comments on commit 499f4a9

Please sign in to comment.