Skip to content

Commit cf2763a

Browse files
committed
chore(package.json): update packages
1 parent cf3b65a commit cf2763a

File tree

2 files changed

+866
-1183
lines changed

2 files changed

+866
-1183
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,34 @@
2727
"homepage": "https://github.com/FrankAst/mongoose-history-diff",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"mongoose": "^5.4.2"
30+
"mongoose": "^5.4.16"
3131
},
3232
"devDependencies": {
3333
"@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",
3737
"@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",
4141
"@babel/preset-flow": "^7.0.0",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-eslint": "^10.0.1",
44-
"babel-jest": "^23.4.2",
44+
"babel-jest": "^24.1.0",
4545
"babel-preset-minify": "^0.5.0",
4646
"cz-conventional-changelog": "^2.1.0",
47-
"eslint": "^5.12.0",
47+
"eslint": "^5.15.0",
4848
"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",
5252
"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"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)