Skip to content

Commit

Permalink
update mongoose, casbin and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelet committed Jan 23, 2024
1 parent a5082cd commit 6cbcdf0
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 175 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
"prepare": "npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.21.0",
"casbin": "^5.11.5",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"casbin": "^5.28.0",
"chai": "^4.3.0",
"coveralls": "^3.0.9",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -77,13 +78,13 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"sinon": "^9.0.0",
"typescript": "^4.2.3"
"typescript": "^5.3.3"
},
"dependencies": {
"mongoose": "^7.3.4"
"mongoose": "^8.1.0"
},
"peerDependencies": {
"casbin": "^5.13.2"
"casbin": "^5.28.0"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 6cbcdf0

Please sign in to comment.