Skip to content

Commit

Permalink
chore(deps): update mongoose monorepo (#3781)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

(cherry picked from commit 00bcbc6)
  • Loading branch information
renovate[bot] authored and czy88840616 committed May 20, 2024
1 parent 1540916 commit 5c59f63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mongoose",
"version": "3.15.6",
"version": "3.16.0",
"description": "Midway Component for mongoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -22,8 +22,8 @@
},
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.15.6",
"@midwayjs/mock": "^3.15.6",
"mongoose": "7.6.11"
"@midwayjs/core": "^3.16.0",
"@midwayjs/mock": "^3.16.0",
"mongoose": "8.4.0"
}
}
12 changes: 6 additions & 6 deletions packages/typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/typegoose",
"version": "3.15.6",
"version": "3.16.0",
"description": "Midway Component for typegoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -22,12 +22,12 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/mongoose": "^3.15.6"
"@midwayjs/mongoose": "^3.16.0"
},
"devDependencies": {
"@midwayjs/core": "^3.15.6",
"@midwayjs/mock": "^3.15.6",
"@typegoose/typegoose": "11.7.1",
"mongoose": "7.6.11"
"@midwayjs/core": "^3.16.0",
"@midwayjs/mock": "^3.16.0",
"@typegoose/typegoose": "12.5.0",
"mongoose": "8.4.0"
}
}

0 comments on commit 5c59f63

Please sign in to comment.