Skip to content

Commit 3fbaec3

Browse files
committed
chore: update dependencies
1 parent 8711111 commit 3fbaec3

File tree

2 files changed

+732
-580
lines changed

2 files changed

+732
-580
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,32 @@
2828
"graphql-compose": ">=6.0.0"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.2.3",
32-
"@babel/core": "^7.3.4",
31+
"@babel/cli": "^7.4.3",
32+
"@babel/core": "^7.4.3",
3333
"@babel/node": "^7.2.2",
34-
"@babel/plugin-proposal-class-properties": "^7.3.4",
35-
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
36-
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
37-
"@babel/plugin-transform-runtime": "^7.3.4",
38-
"@babel/preset-env": "^7.3.4",
34+
"@babel/plugin-proposal-class-properties": "^7.4.0",
35+
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
36+
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
37+
"@babel/plugin-transform-runtime": "^7.4.3",
38+
"@babel/preset-env": "^7.4.3",
3939
"@babel/preset-flow": "^7.0.0",
40-
"aws-sdk": "^2.422.0",
40+
"aws-sdk": "^2.437.0",
4141
"babel-core": "^7.0.0-bridge.0",
4242
"babel-eslint": "^10.0.1",
43-
"babel-jest": "^24.5.0",
43+
"babel-jest": "^24.7.1",
4444
"cz-conventional-changelog": "^2.1.0",
45-
"eslint": "^5.15.2",
45+
"eslint": "^5.16.0",
4646
"eslint-config-airbnb-base": "^13.1.0",
4747
"eslint-config-prettier": "^4.1.0",
48-
"eslint-plugin-flowtype": "^3.4.2",
48+
"eslint-plugin-flowtype": "^3.5.1",
4949
"eslint-plugin-import": "^2.16.0",
5050
"eslint-plugin-prettier": "^3.0.1",
5151
"express": "^4.16.4",
5252
"express-graphql": "^0.7.1",
53-
"flow-bin": "^0.95.1",
54-
"graphql": "14.1.1",
55-
"graphql-compose": "^6.0.1",
56-
"jest": "^24.5.0",
53+
"flow-bin": "^0.96.0",
54+
"graphql": "14.2.1",
55+
"graphql-compose": "^6.2.0",
56+
"jest": "^24.7.1",
5757
"nodemon": "^1.18.10",
5858
"prettier": "^1.16.4",
5959
"rimraf": "^2.6.3",
@@ -76,9 +76,9 @@
7676
"build-mjs-rename": "find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;",
7777
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done",
7878
"demo": "npm run demo-fullApi",
79-
"demo-fullApi": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/fullApi/index.js",
80-
"demo-introspection": "./node_modules/.bin/babel-node ./examples/introspection/generate.js",
81-
"demo-partialApi": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/partialApi/index.js",
79+
"demo-fullApi": "BABEL_ENV=cjs nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/fullApi/index.js",
80+
"demo-introspection": "BABEL_ENV=cjs ./node_modules/.bin/babel-node ./examples/introspection/generate.js",
81+
"demo-partialApi": "BABEL_ENV=cjs nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/partialApi/index.js",
8282
"watch": "jest --watch",
8383
"coverage": "jest --coverage",
8484
"lint": "eslint --ext .js ./src",

0 commit comments

Comments
 (0)