Skip to content

Commit 45b5c8a

Browse files
committed
build: update packages
1 parent 667b528 commit 45b5c8a

File tree

2 files changed

+1306
-978
lines changed

2 files changed

+1306
-978
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,37 @@
2727
"homepage": "https://github.com/FrankAst/mongoose-history-diff",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@babel/runtime": "^7.4.0"
30+
"@babel/runtime": "^7.5.5"
3131
},
3232
"peerDependencies": {
3333
"mongoose": "^5.4.19"
3434
},
3535
"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",
4040
"@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",
4444
"@babel/preset-flow": "^7.0.0",
4545
"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",
4848
"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"
6161
},
6262
"publishConfig": {
6363
"access": "public"

0 commit comments

Comments
 (0)