Skip to content

Commit 6bc864a

Browse files
committed
Update dependencies, including React peer dependencies.
1 parent b234ed2 commit 6bc864a

2 files changed

Lines changed: 26 additions & 19 deletions

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-react changelog
22

3+
## Next
4+
5+
### Patch
6+
7+
- Updated the [`react`](https://npm.im/react) and [`react-dom`](https://npm.im/react-dom) peer dependencies to `16.8 - 17`.
8+
- Updated dependencies.
9+
310
## 12.0.0
411

512
### Major

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,49 +56,49 @@
5656
},
5757
"browserslist": "Node 10.17 - 11 and Node < 11, Node 12 - 13 and Node < 13, Node >= 13.7, > 0.5%, not OperaMini all, not dead",
5858
"peerDependencies": {
59-
"react": "^16.8.0",
60-
"react-dom": "^16.8.0"
59+
"react": "16.8 - 17",
60+
"react-dom": "16.8 - 17"
6161
},
6262
"dependencies": {
63-
"@babel/runtime": "^7.11.2",
63+
"@babel/runtime": "^7.12.1",
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": {
70-
"@babel/cli": "^7.11.6",
71-
"@babel/core": "^7.11.6",
72-
"@babel/plugin-transform-runtime": "^7.11.5",
73-
"@babel/preset-env": "^7.11.5",
74-
"@babel/preset-react": "^7.10.4",
75-
"@size-limit/preset-small-lib": "^4.6.0",
70+
"@babel/cli": "^7.12.1",
71+
"@babel/core": "^7.12.3",
72+
"@babel/plugin-transform-runtime": "^7.12.1",
73+
"@babel/preset-env": "^7.12.1",
74+
"@babel/preset-react": "^7.12.1",
75+
"@size-limit/preset-small-lib": "^4.6.2",
7676
"babel-eslint": "^10.1.0",
7777
"coverage-node": "^3.0.0",
78-
"eslint": "^7.10.0",
78+
"eslint": "^7.12.1",
7979
"eslint-config-env": "^15.0.1",
80-
"eslint-config-prettier": "^6.12.0",
80+
"eslint-config-prettier": "^6.15.0",
8181
"eslint-plugin-import": "^2.22.1",
82-
"eslint-plugin-jsdoc": "^30.6.3",
82+
"eslint-plugin-jsdoc": "^30.7.3",
8383
"eslint-plugin-node": "^11.1.0",
8484
"eslint-plugin-prettier": "^3.1.4",
85-
"eslint-plugin-react": "^7.21.3",
86-
"eslint-plugin-react-hooks": "^4.1.2",
85+
"eslint-plugin-react": "^7.21.5",
86+
"eslint-plugin-react-hooks": "^4.2.0",
8787
"fetch-blob": "^2.1.1",
8888
"formdata-node": "^2.4.0",
89-
"graphql": "^15.3.0",
89+
"graphql": "^15.4.0",
9090
"graphql-api-koa": "^6.0.0",
9191
"hard-rejection": "^2.1.0",
9292
"jsdoc-md": "^7.0.0",
9393
"koa": "^2.13.0",
9494
"koa-bodyparser": "^4.3.0",
9595
"node-fetch": "^3.0.0-beta.9",
9696
"prettier": "^2.1.2",
97-
"react": "^16.13.1",
98-
"react-dom": "^16.13.1",
99-
"react-test-renderer": "^16.13.1",
97+
"react": "^17.0.1",
98+
"react-dom": "^17.0.1",
99+
"react-test-renderer": "^17.0.1",
100100
"revertable-globals": "^1.0.1",
101-
"size-limit": "^4.6.0",
101+
"size-limit": "^4.6.2",
102102
"test-director": "^4.0.1"
103103
},
104104
"scripts": {

0 commit comments

Comments
 (0)