Skip to content

Commit baaa68c

Browse files
committed
fix react types
1 parent 83c617d commit baaa68c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/graphql-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/jest": "^20.0.4",
4141
"@types/koa": "^2.0.39",
4242
"@types/node": "^8.0.14",
43-
"@types/react": "15.5.1",
44-
"@types/react-dom": "15.6.0",
43+
"@types/react": "^16.0.22",
44+
"@types/react-dom": "^16.0.3",
4545
"@types/react-redux": "^4.4.46",
4646
"autoprefixer": "6.5.1",
4747
"babel-cli": "^6.24.1",

packages/graphql-playground/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
version "1.0.0"
110110
resolved "https://registry.yarnpkg.com/@types/podium/-/podium-1.0.0.tgz#bfaa2151be2b1d6109cc69f7faa9dac2cba3bb20"
111111

112-
"@types/react-dom@15.6.0":
112+
"@types/react-dom@^16.0.3":
113113
version "16.0.3"
114114
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.3.tgz#8accad7eabdab4cca3e1a56f5ccb57de2da0ff64"
115115
dependencies:
@@ -127,7 +127,7 @@
127127
version "15.6.0"
128128
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.0.tgz#3b3e92a60b65045e4df48fda324de84d83addbc4"
129129

130-
"@types/react@15.5.1":
130+
"@types/react@^16.0.22":
131131
version "16.0.22"
132132
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.22.tgz#19ad106e124aceebd2b4d430a278d55413ee8759"
133133

0 commit comments

Comments
 (0)