Skip to content

Commit 1dcb331

Browse files
committed
chore: update packages
1 parent 924e4bd commit 1dcb331

File tree

2 files changed

+191
-117
lines changed

2 files changed

+191
-117
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@
2727
"homepage": "https://github.com/FrankAst/mongoose-dp",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"mongoose": "^5.4.1"
30+
"mongoose": "^5.4.2"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.0.0",
34-
"@babel/core": "^7.0.0",
35-
"@babel/plugin-proposal-class-properties": "^7.0.0",
33+
"@babel/cli": "^7.2.3",
34+
"@babel/core": "^7.2.2",
35+
"@babel/plugin-proposal-class-properties": "^7.2.3",
3636
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
3737
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
38-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
38+
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
3939
"@babel/plugin-transform-runtime": "^7.0.0",
40-
"@babel/preset-env": "^7.0.0",
40+
"@babel/preset-env": "^7.2.3",
4141
"@babel/preset-flow": "^7.0.0",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-eslint": "^10.0.1",
4444
"babel-jest": "^23.4.2",
4545
"babel-preset-minify": "^0.5.0",
4646
"cz-conventional-changelog": "^2.1.0",
47-
"eslint": "^5.0.0",
47+
"eslint": "^5.12.0",
4848
"eslint-config-airbnb-base": "^13.1.0",
4949
"eslint-config-prettier": "^3.3.0",
50-
"eslint-plugin-flowtype": "^3.2.0",
50+
"eslint-plugin-flowtype": "^3.2.1",
5151
"eslint-plugin-import": "^2.8.0",
52-
"eslint-plugin-prettier": "^3.0.0",
53-
"fetch-mock": "^7.2.5",
54-
"flow-bin": "^0.87.0",
52+
"eslint-plugin-prettier": "^3.0.1",
53+
"fetch-mock": "^7.3.0",
54+
"flow-bin": "^0.89.0",
5555
"jest": "23.6.0",
56-
"mongodb-memory-server": "^2.7.2",
56+
"mongodb-memory-server": "^2.9.1",
5757
"prettier": "^1.10.2",
58-
"semantic-release": "^15.0.3"
58+
"semantic-release": "^15.13.2"
5959
},
6060
"publishConfig": {
6161
"access": "public"

0 commit comments

Comments
 (0)