Skip to content

Commit

Permalink
[optimize] update Upstream packages
Browse files Browse the repository at this point in the history
[fix] Code Merging bug of Crawler controller
  • Loading branch information
TechQuery committed Nov 11, 2024
1 parent 78427b6 commit 33d5c49
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 140 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
"koa-logger": "^3.2.1",
"koa2-swagger-ui": "^5.10.0",
"koagger": "^0.3.0",
"koajax": "^3.0.2",
"marked": "^14.1.3",
"mobx": "^6.13.3",
"koajax": "^3.0.3",
"marked": "^15.0.0",
"mobx": "^6.13.5",
"mobx-lark": "^2.0.0-rc.3",
"mobx-restful": "^1.0.1",
"pg": "^8.13.0",
"mobx-restful": "^2.0.0",
"pg": "^8.13.1",
"pg-connection-string": "^2.7.0",
"reflect-metadata": "^0.2.2",
"routing-controllers": "^0.10.4",
"routing-controllers-openapi": "^4.0.0",
"sqlite3": "^5.1.7",
"tslib": "^2.7.0",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"web-fetch": "^1.4.0",
"web-utility": "^4.4.1"
"web-utility": "^4.4.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-logger": "^3.1.5",
"@types/node": "^20.16.11",
"@types/node": "^20.17.6",
"get-git-folder": "^0.1.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -61,7 +61,7 @@
"typescript": "~5.6.3"
},
"resolutions": {
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1"
"mobx-restful": "$mobx-restful"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 33d5c49

Please sign in to comment.