|
26 | 26 | },
|
27 | 27 | "homepage": "https://github.com/FrankAst/mongoose-history-diff",
|
28 | 28 | "license": "MIT",
|
| 29 | + "dependencies": { |
| 30 | + "@babel/runtime": "^7.4.0" |
| 31 | + }, |
29 | 32 | "peerDependencies": {
|
30 |
| - "mongoose": "^5.4.16" |
| 33 | + "mongoose": "^5.4.19" |
31 | 34 | },
|
32 | 35 | "devDependencies": {
|
33 | 36 | "@babel/cli": "^7.2.3",
|
34 |
| - "@babel/core": "^7.3.4", |
35 |
| - "@babel/plugin-proposal-class-properties": "^7.3.4", |
36 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
| 37 | + "@babel/core": "^7.4.0", |
| 38 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 39 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.0", |
37 | 40 | "@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
38 |
| - "@babel/plugin-transform-flow-strip-types": "^7.3.4", |
39 |
| - "@babel/plugin-transform-runtime": "^7.3.4", |
40 |
| - "@babel/preset-env": "^7.3.4", |
| 41 | + "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
| 42 | + "@babel/plugin-transform-runtime": "^7.4.0", |
| 43 | + "@babel/preset-env": "^7.4.1", |
41 | 44 | "@babel/preset-flow": "^7.0.0",
|
42 | 45 | "babel-core": "^7.0.0-bridge.0",
|
43 | 46 | "babel-eslint": "^10.0.1",
|
44 |
| - "babel-jest": "^24.1.0", |
| 47 | + "babel-jest": "^24.5.0", |
45 | 48 | "babel-preset-minify": "^0.5.0",
|
46 | 49 | "cz-conventional-changelog": "^2.1.0",
|
47 |
| - "eslint": "^5.15.0", |
| 50 | + "eslint": "^5.15.3", |
48 | 51 | "eslint-config-airbnb-base": "^13.1.0",
|
49 | 52 | "eslint-config-prettier": "^4.1.0",
|
50 | 53 | "eslint-plugin-flowtype": "^3.4.2",
|
51 | 54 | "eslint-plugin-import": "^2.16.0",
|
52 | 55 | "eslint-plugin-prettier": "^3.0.1",
|
53 |
| - "flow-bin": "^0.94.0", |
54 |
| - "jest": "24.1.0", |
55 |
| - "mongodb-memory-server": "^3.1.2", |
| 56 | + "flow-bin": "^0.95.1", |
| 57 | + "jest": "24.5.0", |
| 58 | + "mongodb-memory-server": "^4.2.1", |
56 | 59 | "prettier": "^1.16.4",
|
57 | 60 | "semantic-release": "^15.13.3"
|
58 | 61 | },
|
|
0 commit comments