Skip to content

Commit b75a037

Browse files
authored
Update react version (#40)
Update react version
2 parents cff7472 + 4e02447 commit b75a037

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@storybook/react": "^5.1.1",
4949
"@svgr/rollup": "^4.2.0",
5050
"@types/jest": "^24.0.12",
51-
"@types/react": "^16.8.17",
52-
"@types/react-dom": "^16.8.4",
51+
"@types/react-dom": "^16.9.1",
52+
"@types/react": "^16.9.1",
5353
"@types/storybook__addon-a11y": "^5.0.0",
5454
"@types/storybook__addon-actions": "^3.4.3",
5555
"@types/storybook__react": "^4.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,10 +1918,10 @@
19181918
resolved "https://registry.npm.taobao.org/@types/q/download/@types/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
19191919
integrity sha1-aQoUdbhPKohP0HzXl8APXzE1bqg=
19201920

1921-
"@types/react-dom@^16.8.4":
1922-
version "16.8.4"
1923-
resolved "https://registry.npm.taobao.org/@types/react-dom/download/@types/react-dom-16.8.4.tgz#7fb7ba368857c7aa0f4e4511c4710ca2c5a12a88"
1924-
integrity sha1-f7e6NohXx6oPTkURxHEMosWhKog=
1921+
"@types/react-dom@^16.9.1":
1922+
version "16.9.1"
1923+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.1.tgz#79206237cba9532a9f870b1cd5428bef6b66378c"
1924+
integrity sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==
19251925
dependencies:
19261926
"@types/react" "*"
19271927

0 commit comments

Comments
 (0)