Skip to content

Commit 83c617d

Browse files
committed
resolve react typings
1 parent 27a51c5 commit 83c617d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/graphql-playground/yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@
110110
resolved "https://registry.yarnpkg.com/@types/podium/-/podium-1.0.0.tgz#bfaa2151be2b1d6109cc69f7faa9dac2cba3bb20"
111111

112112
"@types/react-dom@15.6.0":
113-
version "15.5.6"
114-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-15.5.6.tgz#7794ff7822882b59b899c30294e1b1e62e97757e"
113+
version "16.0.3"
114+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.3.tgz#8accad7eabdab4cca3e1a56f5ccb57de2da0ff64"
115115
dependencies:
116-
"@types/react" "^15"
116+
"@types/node" "*"
117+
"@types/react" "*"
117118

118119
"@types/react-redux@^4.4.46":
119120
version "4.4.47"
@@ -122,10 +123,14 @@
122123
"@types/react" "*"
123124
redux "^3.6.0"
124125

125-
"@types/react@*", "@types/react@15.5.1", "@types/react@^15":
126+
"@types/react@*":
126127
version "15.6.0"
127128
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.0.tgz#3b3e92a60b65045e4df48fda324de84d83addbc4"
128129

130+
"@types/react@15.5.1":
131+
version "16.0.22"
132+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.22.tgz#19ad106e124aceebd2b4d430a278d55413ee8759"
133+
129134
"@types/serve-static@*":
130135
version "1.7.31"
131136
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.7.31.tgz#15456de8d98d6b4cff31be6c6af7492ae63f521a"

0 commit comments

Comments
 (0)