File tree Expand file tree Collapse file tree 3 files changed +1457
-1137
lines changed Expand file tree Collapse file tree 3 files changed +1457
-1137
lines changed Original file line number Diff line number Diff line change 6464 "object-is" : " ^1.0.1"
6565 },
6666 "devDependencies" : {
67- "@babel/core" : " ^7.3.4 " ,
68- "@babel/preset-env" : " ^7.3.4 " ,
67+ "@babel/core" : " ^7.5.5 " ,
68+ "@babel/preset-env" : " ^7.5.5 " ,
6969 "@babel/preset-flow" : " ^7.0.0" ,
7070 "@babel/preset-react" : " ^7.0.0" ,
71- "codecov" : " ^3.2 .0" ,
72- "flow-bin" : " ^0.94.0 " ,
73- "husky" : " ^1.3.1 " ,
74- "jest" : " ^24.5 .0" ,
75- "lint-staged" : " ^8.1 .5" ,
71+ "codecov" : " ^3.5 .0" ,
72+ "flow-bin" : " ^0.106.3 " ,
73+ "husky" : " ^3.0.5 " ,
74+ "jest" : " ^24.9 .0" ,
75+ "lint-staged" : " ^9.2 .5" ,
7676 "microbundle" : " ^0.11.0" ,
7777 "npm-run-all" : " ^4.1.5" ,
78- "prettier" : " ^1.16.4" ,
79- "react" : " ^16.8.4" ,
80- "react-dom" : " ^16.8.4" ,
81- "react-is" : " ^16.8.4" ,
82- "styled-components" : " ^4.2.0"
78+ "prettier" : " ^1.18.2" ,
79+ "react" : " ^16.9.0" ,
80+ "react-dom" : " ^16.9.0" ,
81+ "react-is" : " ^16.9.0" ,
82+ "rollup" : " ^1.20.3" ,
83+ "styled-components" : " ^4.3.2"
8384 }
8485}
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import React, {
33 Fragment ,
44 Suspense ,
55 StrictMode ,
6- unstable_Profiler as Profiler ,
7- unstable_ConcurrentMode as AsyncMode ,
6+ Profiler ,
87 createContext ,
98 useReducer ,
109 useContext ,
@@ -82,17 +81,11 @@ describe('visitElement', () => {
8281 < Noop />
8382 </ Suspense >
8483 )
85-
8684 assert (
8785 < StrictMode >
8886 < Noop />
8987 </ StrictMode >
9088 )
91- assert (
92- < AsyncMode >
93- < Noop />
94- </ AsyncMode >
95- )
9689 assert (
9790 < Profiler >
9891 < Noop />
You can’t perform that action at this time.
0 commit comments