|
27 | 27 | "homepage": "https://github.com/FrankAst/mongoose-history-diff",
|
28 | 28 | "license": "MIT",
|
29 | 29 | "dependencies": {
|
30 |
| - "@babel/runtime": "^7.4.0" |
| 30 | + "@babel/runtime": "^7.5.5" |
31 | 31 | },
|
32 | 32 | "peerDependencies": {
|
33 | 33 | "mongoose": "^5.4.19"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/cli": "^7.2.3", |
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", |
| 36 | + "@babel/cli": "^7.5.5", |
| 37 | + "@babel/core": "^7.5.5", |
| 38 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 39 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
40 | 40 | "@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
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 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 42 | + "@babel/plugin-transform-runtime": "^7.5.5", |
| 43 | + "@babel/preset-env": "^7.5.5", |
44 | 44 | "@babel/preset-flow": "^7.0.0",
|
45 | 45 | "babel-core": "^7.0.0-bridge.0",
|
46 |
| - "babel-eslint": "^10.0.1", |
47 |
| - "babel-jest": "^24.5.0", |
| 46 | + "babel-eslint": "^10.0.2", |
| 47 | + "babel-jest": "^24.8.0", |
48 | 48 | "babel-preset-minify": "^0.5.0",
|
49 |
| - "cz-conventional-changelog": "^2.1.0", |
50 |
| - "eslint": "^5.15.3", |
51 |
| - "eslint-config-airbnb-base": "^13.1.0", |
52 |
| - "eslint-config-prettier": "^4.1.0", |
53 |
| - "eslint-plugin-flowtype": "^3.4.2", |
54 |
| - "eslint-plugin-import": "^2.16.0", |
55 |
| - "eslint-plugin-prettier": "^3.0.1", |
56 |
| - "flow-bin": "^0.95.1", |
57 |
| - "jest": "24.5.0", |
58 |
| - "mongodb-memory-server": "^4.2.1", |
59 |
| - "prettier": "^1.16.4", |
60 |
| - "semantic-release": "^15.13.3" |
| 49 | + "cz-conventional-changelog": "^3.0.1", |
| 50 | + "eslint": "^6.0.1", |
| 51 | + "eslint-config-airbnb-base": "^13.2.0", |
| 52 | + "eslint-config-prettier": "^6.0.0", |
| 53 | + "eslint-plugin-flowtype": "^3.12.1", |
| 54 | + "eslint-plugin-import": "^2.18.2", |
| 55 | + "eslint-plugin-prettier": "^3.1.0", |
| 56 | + "flow-bin": "^0.103.0", |
| 57 | + "jest": "24.8.0", |
| 58 | + "mongodb-memory-server": "^5.1.5", |
| 59 | + "prettier": "^1.18.2", |
| 60 | + "semantic-release": "^15.13.18" |
61 | 61 | },
|
62 | 62 | "publishConfig": {
|
63 | 63 | "access": "public"
|
|
0 commit comments