Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit f836dcd

Browse files
authored
Fix: Support react 17 Issue #1662 (#1692)
1 parent ab327e3 commit f836dcd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

core/docz/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.3.3-alpha.1",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -37,7 +37,7 @@
3737
"gatsby": "^2.13.27",
3838
"gatsby-plugin-eslint": "^2.0.5",
3939
"gatsby-plugin-typescript": "^2.1.6",
40-
"gatsby-theme-docz": "2.3.3-alpha.0",
40+
"gatsby-theme-docz": "2.3.3-alpha.1",
4141
"lodash": "^4.17.14",
4242
"marksy": "^8.0.0",
4343
"match-sorter": "^3.1.1",
@@ -48,7 +48,7 @@
4848
"yargs": "^13.3.0"
4949
},
5050
"peerDependencies": {
51-
"react": "^16.8.0",
52-
"react-dom": "^16.8.0"
51+
"react": "^16.8.0 || ^17.0.2",
52+
"react-dom": "^16.8.0 || ^17.0.2"
5353
}
5454
}

core/gatsby-theme-docz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-docz",
3-
"version": "2.3.3-alpha.0",
3+
"version": "2.3.3-alpha.1",
44
"description": "Gatsby theme created to use Docz",
55
"license": "MIT",
66
"author": "Pedro Nauck ([email protected])",
@@ -60,8 +60,8 @@
6060
},
6161
"peerDependencies": {
6262
"docz": ">=2.0.0",
63-
"react": "^16.8.0",
64-
"react-dom": "^16.8.0"
63+
"react": "^16.8.0 || ^17.0.2",
64+
"react-dom": "^16.8.0 || ^17.0.2"
6565
},
6666
"gitHead": "74932cd67112bacd1e29780a202d466acdd79535"
6767
}

0 commit comments

Comments
 (0)