We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb1006 commit a5d3c80Copy full SHA for a5d3c80
No 13 - MEVN Sample/Fihrist/package.json
@@ -27,7 +27,7 @@
27
"bootstrap": "^4.2.1",
28
"express": "^4.16.4",
29
"method-override": "^3.0.0",
30
- "mongoose": "^5.4.1",
+ "mongoose": ">=5.7.5",
31
"morgan": "^1.9.1",
32
"vue-loader": "^15.4.2",
33
"vue-template-compiler": "^2.5.21",
@@ -43,7 +43,7 @@
43
"express": "~4.16.4",
44
"jquery": "^3.3.1",
45
"method-override": "~3.0.0",
46
- "mongoose": "~5.4.1",
+ "mongoose": ">=5.7.5"
47
"vue": "^2.5.21",
48
"vue-axios": "^2.1.4"
49
}
0 commit comments