Skip to content

Commit 0e755c4

Browse files
committed
chore: release 1.7.0, use Mongoose 8.0.0-rc0
1 parent 7a0cf99 commit 0e755c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "mongoosejs-search",
33
"author": "Valeri Karpov <val@karpov.io>",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"dependencies": {
66
"@octokit/auth-app": "2.4.3",
77
"@octokit/auth-token": "2.5.0",
88
"@slack/web-api": "^6.4.0",
99
"archetype": "0.13.0",
1010
"axios": "0.21.4",
1111
"cheerio": "1.0.0-rc.2",
12-
"mongoose": "7.0.0",
12+
"mongoose": "8.0.0-rc0",
1313
"ramda": "0.28.0"
1414
},
1515
"devDependencies": {
16-
"@mongoosejs/migrations": "0.1.3",
16+
"@mongoosejs/migrations": "0.2.5",
1717
"mocha": "9.1.3",
1818
"sinon": "12.0.1"
1919
},

0 commit comments

Comments
 (0)