Skip to content

Commit

Permalink
refactor: add deepkit/event
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Feb 18, 2023
1 parent cd6b661 commit 004b6d3
Show file tree
Hide file tree
Showing 13 changed files with 248 additions and 193 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
global: {
statements: '75',
branches: '50',
functions: '55',
functions: '50',
lines: '75',
}
},
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"license": "MIT",
"dependencies": {
"@deepkit/core": "1.0.1-alpha.77",
"@deepkit/event": "1.0.1-alpha.85",
"@deepkit/type": "1.0.1-alpha.85",
"@koa/cors": "^4.0.0",
"@koa/multer": "^3.0.0",
Expand Down Expand Up @@ -77,7 +78,6 @@
"nodemailer": "6.7.7",
"pg-promise": "^10.11.1",
"pino": "^8.10.0",
"promise-events": "^0.2.4",
"qs": "^6.11.0",
"reflect-metadata": "^0.1.13",
"shelljs": "^0.8.5",
Expand All @@ -89,8 +89,9 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@deepkit/type-compiler": "1.0.1-alpha.83",
"@shelf/jest-mongodb": "^4.1.4",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
Expand Down
Loading

0 comments on commit 004b6d3

Please sign in to comment.