Skip to content

Commit

Permalink
Merge branch 'master' into remove-crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Jan 23, 2025
2 parents 821d47d + 53c974e commit 1712bb4
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://npm.pkg.github.com
cache: pnpm
- name: Install, Build & Publish
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ms-azuretools.vscode-docker",
"eamodio.gitlens",
"github.vscode-pull-request-github",
"github.vscode-github-actions"
"github.vscode-github-actions",
"github.copilot"
]
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference: https://pnpm.io/docker#example-1-build-a-bundle-in-a-docker-container

FROM node:20-slim AS base
FROM node:22-slim AS base
RUN apt-get update && \
apt-get install curl -y --no-install-recommends
ENV PNPM_HOME="/pnpm"
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"url": "https://github.com/kaiyuanshe/KYS-service/issues"
},
"main": "dist/index.js",
"engines": {
"node": ">=22"
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@koa/multer": "^3.0.2",
"@koa/router": "^13.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"core-js": "^3.39.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"jsonwebtoken": "^9.0.2",
Expand All @@ -30,7 +32,7 @@
"koa2-swagger-ui": "^5.11.0",
"koagger": "^0.3.0",
"koajax": "^3.1.1",
"marked": "^15.0.4",
"marked": "^15.0.6",
"mobx": "^6.13.5",
"mobx-lark": "^2.0.0",
"mobx-restful": "^2.0.0",
Expand All @@ -49,13 +51,13 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-logger": "^3.1.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"get-git-folder": "^0.1.2",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"ts-node-dev": "^2.0.0",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"resolutions": {
"mobx-restful": "$mobx-restful"
Expand Down
Loading

0 comments on commit 1712bb4

Please sign in to comment.