|
27 | 27 | "homepage": "https://github.com/FrankAst/mongoose-dp",
|
28 | 28 | "license": "MIT",
|
29 | 29 | "peerDependencies": {
|
30 |
| - "mongoose": "^5.4.1" |
| 30 | + "mongoose": "^5.4.2" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/cli": "^7.0.0", |
34 |
| - "@babel/core": "^7.0.0", |
35 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 33 | + "@babel/cli": "^7.2.3", |
| 34 | + "@babel/core": "^7.2.2", |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
36 | 36 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
37 | 37 | "@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
38 |
| - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 38 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
39 | 39 | "@babel/plugin-transform-runtime": "^7.0.0",
|
40 |
| - "@babel/preset-env": "^7.0.0", |
| 40 | + "@babel/preset-env": "^7.2.3", |
41 | 41 | "@babel/preset-flow": "^7.0.0",
|
42 | 42 | "babel-core": "^7.0.0-bridge.0",
|
43 | 43 | "babel-eslint": "^10.0.1",
|
44 | 44 | "babel-jest": "^23.4.2",
|
45 | 45 | "babel-preset-minify": "^0.5.0",
|
46 | 46 | "cz-conventional-changelog": "^2.1.0",
|
47 |
| - "eslint": "^5.0.0", |
| 47 | + "eslint": "^5.12.0", |
48 | 48 | "eslint-config-airbnb-base": "^13.1.0",
|
49 | 49 | "eslint-config-prettier": "^3.3.0",
|
50 |
| - "eslint-plugin-flowtype": "^3.2.0", |
| 50 | + "eslint-plugin-flowtype": "^3.2.1", |
51 | 51 | "eslint-plugin-import": "^2.8.0",
|
52 |
| - "eslint-plugin-prettier": "^3.0.0", |
53 |
| - "fetch-mock": "^7.2.5", |
54 |
| - "flow-bin": "^0.87.0", |
| 52 | + "eslint-plugin-prettier": "^3.0.1", |
| 53 | + "fetch-mock": "^7.3.0", |
| 54 | + "flow-bin": "^0.89.0", |
55 | 55 | "jest": "23.6.0",
|
56 |
| - "mongodb-memory-server": "^2.7.2", |
| 56 | + "mongodb-memory-server": "^2.9.1", |
57 | 57 | "prettier": "^1.10.2",
|
58 |
| - "semantic-release": "^15.0.3" |
| 58 | + "semantic-release": "^15.13.2" |
59 | 59 | },
|
60 | 60 | "publishConfig": {
|
61 | 61 | "access": "public"
|
|
0 commit comments