Skip to content

Commit

Permalink
Update to node 18, update mongoose to v8, use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Nov 30, 2023
1 parent 02dd906 commit e6f0ef8
Show file tree
Hide file tree
Showing 4 changed files with 955 additions and 904 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"koa-router": "^12.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^7.6.3",
"mongoose": "^8.0.2",
"qs": "^6.11.2",
"semver": "^7.5.4",
"uuid": "^9.0.1"
Expand All @@ -26,6 +26,6 @@
},
"main": "main.js",
"engines": {
"node": ">=16"
"node": ">=18"
}
}
Loading

0 comments on commit e6f0ef8

Please sign in to comment.