Skip to content

Commit

Permalink
[App, Server] Add @types/cors package to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeisb committed Sep 8, 2023
1 parent 19628dc commit 5de2524
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
20 changes: 12 additions & 8 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"probot": "^12.2.4"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "ts-node-dev src/index.ts"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/mongoose": "^5.11.97",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@types/cors": "^2.8.13",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit 5de2524

Please # to comment.