Skip to content

Commit 6ec5b17

Browse files
fix: react version
1 parent e4e583d commit 6ec5b17

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"nwb": "^0.21.5",
6262
"prettier": "1.13.7",
6363
"prop-types": "^15.6.0",
64-
"react": "^16.3.2",
64+
"react": "^17.0.2",
6565
"react-dnd": "^2.5.4",
6666
"react-dnd-html5-backend": "^2.5.4",
6767
"react-dom": "^16.2.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10427,14 +10427,13 @@ react-virtualized@^9.18.5:
1042710427
prop-types "^15.6.0"
1042810428
react-lifecycles-compat "^3.0.4"
1042910429

10430-
react@^16.3.2:
10431-
version "16.4.1"
10432-
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
10430+
react@^17.0.2:
10431+
version "17.0.2"
10432+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
10433+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1043310434
dependencies:
10434-
fbjs "^0.8.16"
1043510435
loose-envify "^1.1.0"
1043610436
object-assign "^4.1.1"
10437-
prop-types "^15.6.0"
1043810437

1043910438
read-only-stream@^2.0.0:
1044010439
version "2.0.0"

0 commit comments

Comments
 (0)