Skip to content

Commit 0945eab

Browse files
committed
chore: update dependencies
1 parent 52a2a95 commit 0945eab

File tree

4 files changed

+335
-348
lines changed

4 files changed

+335
-348
lines changed

.eslintrc

-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
"prefer-template": 0,
1212
"no-use-before-define": 0,
1313
"no-else-return": 0,
14-
"comma-dangle": ["error", {
15-
"arrays": "always-multiline",
16-
"objects": "always-multiline",
17-
"imports": "always-multiline",
18-
"exports": "always-multiline",
19-
"functions": "ignore",
20-
}],
2114
"no-plusplus": 0,
2215
"import/no-extraneous-dependencies": 0,
2316
"import/prefer-default-export": 0,

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package.json

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",
3131
"babel-eslint": "^8.2.3",
32-
"babel-jest": "^22.4.3",
32+
"babel-jest": "^23.0.1",
3333
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3434
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3535
"babel-plugin-transform-runtime": "^6.23.0",
36-
"babel-preset-env": "^1.6.1",
36+
"babel-preset-env": "^1.7.0",
3737
"cz-conventional-changelog": "^2.1.0",
3838
"eslint": "^4.19.1",
3939
"eslint-config-airbnb-base": "^12.1.0",
4040
"eslint-config-prettier": "^2.9.0",
41-
"eslint-plugin-flowtype": "^2.46.2",
42-
"eslint-plugin-import": "^2.11.0",
41+
"eslint-plugin-flowtype": "^2.48.0",
42+
"eslint-plugin-import": "^2.12.0",
4343
"eslint-plugin-prettier": "^2.6.0",
44-
"flow-bin": "^0.70.0",
44+
"flow-bin": "^0.73.0",
4545
"graphql": "0.13.2",
46-
"graphql-compose": "^4.0.0",
47-
"jest": "^22.4.3",
48-
"prettier": "^1.12.0",
46+
"graphql-compose": "^4.3.0",
47+
"jest": "^23.1.0",
48+
"prettier": "^1.13.3",
4949
"rimraf": "^2.6.2",
50-
"semantic-release": "^15.1.7"
50+
"semantic-release": "^15.5.0"
5151
},
5252
"dependencies": {
5353
"babel-runtime": "^6.26.0"

0 commit comments

Comments
 (0)