Skip to content

Commit aa9fa28

Browse files
author
denisp22
committed
Update dependencies.
1 parent b9bec50 commit aa9fa28

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-react changelog
22

3+
## Next
4+
5+
### Patch
6+
7+
- Updated dependencies.
8+
39
## 11.0.4
410

511
### Patch

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -60,44 +60,44 @@
6060
"react-dom": "^16.8.0"
6161
},
6262
"dependencies": {
63-
"@babel/runtime": "^7.10.5",
63+
"@babel/runtime": "^7.11.2",
6464
"extract-files": "^9.0.0",
6565
"fnv1a": "^1.0.1",
6666
"mitt": "^2.1.0",
6767
"prop-types": "^15.7.2"
6868
},
6969
"devDependencies": {
7070
"@babel/cli": "^7.10.5",
71-
"@babel/core": "^7.10.5",
72-
"@babel/plugin-transform-runtime": "^7.10.5",
73-
"@babel/preset-env": "^7.10.4",
71+
"@babel/core": "^7.11.4",
72+
"@babel/plugin-transform-runtime": "^7.11.0",
73+
"@babel/preset-env": "^7.11.0",
7474
"@babel/preset-react": "^7.10.4",
75-
"@size-limit/preset-small-lib": "^4.5.5",
75+
"@size-limit/preset-small-lib": "^4.5.7",
7676
"babel-eslint": "^10.1.0",
77-
"eslint": "^7.5.0",
77+
"eslint": "^7.7.0",
7878
"eslint-config-env": "^15.0.1",
7979
"eslint-config-prettier": "^6.11.0",
8080
"eslint-plugin-import": "^2.22.0",
81-
"eslint-plugin-jsdoc": "^30.0.3",
81+
"eslint-plugin-jsdoc": "^30.3.0",
8282
"eslint-plugin-node": "^11.1.0",
8383
"eslint-plugin-prettier": "^3.1.4",
84-
"eslint-plugin-react": "^7.20.4",
85-
"eslint-plugin-react-hooks": "^4.0.8",
86-
"fetch-blob": "^2.0.1",
87-
"formdata-node": "^2.2.2",
84+
"eslint-plugin-react": "^7.20.6",
85+
"eslint-plugin-react-hooks": "^4.1.0",
86+
"fetch-blob": "^2.1.1",
87+
"formdata-node": "^2.3.0",
8888
"graphql": "^15.3.0",
8989
"graphql-api-koa": "^6.0.0",
9090
"hard-rejection": "^2.1.0",
9191
"jsdoc-md": "^7.0.0",
9292
"koa": "^2.13.0",
9393
"koa-bodyparser": "^4.3.0",
94-
"node-fetch": "^3.0.0-beta.7",
95-
"prettier": "^2.0.5",
94+
"node-fetch": "^3.0.0-beta.8",
95+
"prettier": "^2.1.1",
9696
"react": "^16.13.1",
9797
"react-dom": "^16.13.1",
9898
"react-test-renderer": "^16.13.1",
9999
"revertable-globals": "^1.0.1",
100-
"size-limit": "^4.5.5",
100+
"size-limit": "^4.5.7",
101101
"test-director": "^4.0.1"
102102
},
103103
"scripts": {

0 commit comments

Comments
 (0)