Skip to content

Commit

Permalink
chore: remove 'mongoose' from package.json resolutions
Browse files Browse the repository at this point in the history
pnpm treats the resolutions field as 'pnpm.overrides'
  • Loading branch information
vindard committed Oct 27, 2023
1 parent e66a06f commit da7c5b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@
"protobufjs": "7.2.5",
"http-cache-semantics": "4.1.1",
"import-in-the-middle": "1.4.2",
"@babel/core": "^7.23.2",
"**/**/mongoose": "~7.6.3"
"@babel/core": "^7.23.2"
},
"private": true
}

0 comments on commit da7c5b3

Please sign in to comment.