Skip to content

Commit

Permalink
fix TS build error by upgrading @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed Nov 22, 2022
1 parent e6946fe commit 17afb46
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"license": "Apache 2.0",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongodb": "^4.4.0"
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongodb": "^4.12.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}

0 comments on commit 17afb46

Please sign in to comment.