|
27 | 27 | "homepage": "https://github.com/FrankAst/mongoose-history-diff", |
28 | 28 | "license": "MIT", |
29 | 29 | "dependencies": { |
30 | | - "@babel/runtime": "^7.8.4" |
| 30 | + "@babel/runtime": "^7.9.6" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | | - "mongoose": "^5.8.11" |
| 33 | + "mongoose": "^5.9.11" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@babel/cli": "^7.8.4", |
37 | | - "@babel/core": "^7.8.4", |
| 37 | + "@babel/core": "^7.9.6", |
38 | 38 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
39 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
40 | | - "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
41 | | - "@babel/plugin-transform-flow-strip-types": "^7.8.3", |
42 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
43 | | - "@babel/preset-env": "^7.8.4", |
44 | | - "@babel/preset-flow": "^7.8.3", |
| 39 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.6", |
| 40 | + "@babel/plugin-proposal-optional-chaining": "^7.9.0", |
| 41 | + "@babel/plugin-transform-flow-strip-types": "^7.9.0", |
| 42 | + "@babel/plugin-transform-runtime": "^7.9.6", |
| 43 | + "@babel/preset-env": "^7.9.6", |
| 44 | + "@babel/preset-flow": "^7.9.0", |
45 | 45 | "babel-core": "^7.0.0-bridge.0", |
46 | | - "babel-eslint": "^10.0.3", |
47 | | - "babel-jest": "^25.1.0", |
| 46 | + "babel-eslint": "^10.1.0", |
| 47 | + "babel-jest": "^25.5.1", |
48 | 48 | "babel-preset-minify": "^0.5.1", |
49 | 49 | "cz-conventional-changelog": "^3.1.0", |
50 | 50 | "eslint": "^6.8.0", |
51 | | - "eslint-config-airbnb-base": "^14.0.0", |
52 | | - "eslint-config-prettier": "^6.10.0", |
53 | | - "eslint-plugin-flowtype": "^4.6.0", |
54 | | - "eslint-plugin-import": "^2.20.1", |
55 | | - "eslint-plugin-prettier": "^3.1.2", |
56 | | - "flow-bin": "^0.117.0", |
57 | | - "jest": "25.1.0", |
58 | | - "mongodb-memory-server": "^6.2.4", |
59 | | - "prettier": "^1.19.1", |
60 | | - "semantic-release": "^17.0.2" |
| 51 | + "eslint-config-airbnb-base": "^14.1.0", |
| 52 | + "eslint-config-prettier": "^6.11.0", |
| 53 | + "eslint-plugin-flowtype": "^4.7.0", |
| 54 | + "eslint-plugin-import": "^2.20.2", |
| 55 | + "eslint-plugin-prettier": "^3.1.3", |
| 56 | + "flow-bin": "^0.123.0", |
| 57 | + "jest": "25.5.4", |
| 58 | + "mongodb-memory-server": "^6.5.2", |
| 59 | + "prettier": "^2.0.5", |
| 60 | + "semantic-release": "^17.0.7" |
61 | 61 | }, |
62 | 62 | "publishConfig": { |
63 | 63 | "access": "public" |
|
0 commit comments