Skip to content

Commit 2284285

Browse files
committed
chore(package.json): update packages
1 parent 6ffb1bd commit 2284285

File tree

2 files changed

+823
-482
lines changed

2 files changed

+823
-482
lines changed

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,36 @@
2626
},
2727
"homepage": "https://github.com/FrankAst/mongoose-history-diff",
2828
"license": "MIT",
29+
"dependencies": {
30+
"@babel/runtime": "^7.4.0"
31+
},
2932
"peerDependencies": {
30-
"mongoose": "^5.4.16"
33+
"mongoose": "^5.4.19"
3134
},
3235
"devDependencies": {
3336
"@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",
3740
"@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",
4144
"@babel/preset-flow": "^7.0.0",
4245
"babel-core": "^7.0.0-bridge.0",
4346
"babel-eslint": "^10.0.1",
44-
"babel-jest": "^24.1.0",
47+
"babel-jest": "^24.5.0",
4548
"babel-preset-minify": "^0.5.0",
4649
"cz-conventional-changelog": "^2.1.0",
47-
"eslint": "^5.15.0",
50+
"eslint": "^5.15.3",
4851
"eslint-config-airbnb-base": "^13.1.0",
4952
"eslint-config-prettier": "^4.1.0",
5053
"eslint-plugin-flowtype": "^3.4.2",
5154
"eslint-plugin-import": "^2.16.0",
5255
"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",
5659
"prettier": "^1.16.4",
5760
"semantic-release": "^15.13.3"
5861
},

0 commit comments

Comments
 (0)