Skip to content

Commit 86759ba

Browse files
committed
fix types
1 parent baaa68c commit 86759ba

File tree

2 files changed

+17
-27
lines changed

2 files changed

+17
-27
lines changed

packages/graphql-playground/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
"@types/jest": "^20.0.4",
4141
"@types/koa": "^2.0.39",
4242
"@types/node": "^8.0.14",
43-
"@types/react": "^16.0.22",
44-
"@types/react-dom": "^16.0.3",
45-
"@types/react-redux": "^4.4.46",
43+
"@types/react": "15.0.31",
44+
"@types/react-dom": "15.5.1",
4645
"autoprefixer": "6.5.1",
4746
"babel-cli": "^6.24.1",
4847
"babel-core": "^6.25.0",
@@ -129,7 +128,7 @@
129128
"react-dom": "^16.0.0",
130129
"react-helmet": "^5.2.0",
131130
"react-modal": "^3.1.0",
132-
"react-redux": "^5.0.5",
131+
"react-redux": "^5.0.6",
133132
"react-router-dom": "^4.2.2",
134133
"react-transition-group": "^1.1.3",
135134
"react-virtualized": "^9.12.0",

packages/graphql-playground/yarn.lock

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

112-
"@types/react-dom@^16.0.3":
113-
version "16.0.3"
114-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.3.tgz#8accad7eabdab4cca3e1a56f5ccb57de2da0ff64"
115-
dependencies:
116-
"@types/node" "*"
117-
"@types/react" "*"
118-
119-
"@types/react-redux@^4.4.46":
120-
version "4.4.47"
121-
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-4.4.47.tgz#12af1677116e08d413fe2620d0a85560c8a0536e"
112+
"@types/react-dom@15.5.1":
113+
version "15.5.1"
114+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-15.5.1.tgz#f3c3e14c682785923c7d64583537df319442dec1"
122115
dependencies:
123116
"@types/react" "*"
124-
redux "^3.6.0"
125117

126118
"@types/react@*":
127119
version "15.6.0"
128120
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.0.tgz#3b3e92a60b65045e4df48fda324de84d83addbc4"
129121

130-
"@types/react@^16.0.22":
131-
version "16.0.22"
132-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.22.tgz#19ad106e124aceebd2b4d430a278d55413ee8759"
122+
"@types/react@15.0.31":
123+
version "15.0.31"
124+
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.0.31.tgz#21dfc5d41ee1600ff7d7b738ad21a9502aa3ecf2"
133125

134126
"@types/serve-static@*":
135127
version "1.7.31"
@@ -1848,7 +1840,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
18481840
safe-buffer "^5.0.1"
18491841
sha.js "^2.4.8"
18501842

1851-
create-react-class@^15.5.1, create-react-class@^15.5.3:
1843+
create-react-class@^15.5.1:
18521844
version "15.6.0"
18531845
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
18541846
dependencies:
@@ -3234,11 +3226,11 @@ hoek@2.x.x:
32343226
version "2.16.3"
32353227
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
32363228

3237-
hoist-non-react-statics@^1.0.3, hoist-non-react-statics@^1.2.0:
3229+
hoist-non-react-statics@^1.2.0:
32383230
version "1.2.0"
32393231
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
32403232

3241-
hoist-non-react-statics@^2.3.0:
3233+
hoist-non-react-statics@^2.2.1, hoist-non-react-statics@^2.3.0:
32423234
version "2.3.1"
32433235
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
32443236

@@ -5973,12 +5965,11 @@ react-modal@^3.1.0:
59735965
exenv "^1.2.0"
59745966
prop-types "^15.5.10"
59755967

5976-
react-redux@^5.0.5:
5977-
version "5.0.5"
5978-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.5.tgz#f8e8c7b239422576e52d6b7db06439469be9846a"
5968+
react-redux@^5.0.6:
5969+
version "5.0.6"
5970+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.6.tgz#23ed3a4f986359d68b5212eaaa681e60d6574946"
59795971
dependencies:
5980-
create-react-class "^15.5.3"
5981-
hoist-non-react-statics "^1.0.3"
5972+
hoist-non-react-statics "^2.2.1"
59825973
invariant "^2.0.0"
59835974
lodash "^4.2.0"
59845975
lodash-es "^4.2.0"
@@ -6181,7 +6172,7 @@ redux-localstorage@rc:
61816172
version "1.0.0-rc5"
61826173
resolved "https://registry.yarnpkg.com/redux-localstorage/-/redux-localstorage-1.0.0-rc5.tgz#7067bc4cb0b03b5c791025ac33dde6175d50d5d1"
61836174

6184-
redux@^3.6.0, redux@^3.7.2:
6175+
redux@^3.7.2:
61856176
version "3.7.2"
61866177
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
61876178
dependencies:

0 commit comments

Comments
 (0)