|
27 | 27 | "homepage": "https://github.com/FrankAst/mongoose-history-diff",
|
28 | 28 | "license": "MIT",
|
29 | 29 | "peerDependencies": {
|
30 |
| - "mongoose": "^5.4.2" |
| 30 | + "mongoose": "^5.4.16" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@babel/cli": "^7.2.3",
|
34 |
| - "@babel/core": "^7.2.2", |
35 |
| - "@babel/plugin-proposal-class-properties": "^7.2.3", |
36 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 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 | 37 | "@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
38 |
| - "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
39 |
| - "@babel/plugin-transform-runtime": "^7.0.0", |
40 |
| - "@babel/preset-env": "^7.2.3", |
| 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 | 41 | "@babel/preset-flow": "^7.0.0",
|
42 | 42 | "babel-core": "^7.0.0-bridge.0",
|
43 | 43 | "babel-eslint": "^10.0.1",
|
44 |
| - "babel-jest": "^23.4.2", |
| 44 | + "babel-jest": "^24.1.0", |
45 | 45 | "babel-preset-minify": "^0.5.0",
|
46 | 46 | "cz-conventional-changelog": "^2.1.0",
|
47 |
| - "eslint": "^5.12.0", |
| 47 | + "eslint": "^5.15.0", |
48 | 48 | "eslint-config-airbnb-base": "^13.1.0",
|
49 |
| - "eslint-config-prettier": "^3.3.0", |
50 |
| - "eslint-plugin-flowtype": "^3.2.1", |
51 |
| - "eslint-plugin-import": "^2.8.0", |
| 49 | + "eslint-config-prettier": "^4.1.0", |
| 50 | + "eslint-plugin-flowtype": "^3.4.2", |
| 51 | + "eslint-plugin-import": "^2.16.0", |
52 | 52 | "eslint-plugin-prettier": "^3.0.1",
|
53 |
| - "flow-bin": "^0.89.0", |
54 |
| - "jest": "23.6.0", |
55 |
| - "mongodb-memory-server": "^2.9.1", |
56 |
| - "prettier": "^1.10.2", |
57 |
| - "semantic-release": "^15.13.2" |
| 53 | + "flow-bin": "^0.94.0", |
| 54 | + "jest": "24.1.0", |
| 55 | + "mongodb-memory-server": "^3.1.2", |
| 56 | + "prettier": "^1.16.4", |
| 57 | + "semantic-release": "^15.13.3" |
58 | 58 | },
|
59 | 59 | "publishConfig": {
|
60 | 60 | "access": "public"
|
|
0 commit comments