File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
"bugs" : " https://github.com/jquery-support/react-globalize/issues" ,
38
38
"peerDependencies" : {
39
39
"globalize" : " >= 1.0.0" ,
40
- "react" : " ^16.0.0-rc.2 "
40
+ "react" : " ^16.0.0"
41
41
},
42
42
"devDependencies" : {
43
43
"babel-cli" : " ^6.26.0" ,
52
52
"cldrjs" : " ^0.4.3" ,
53
53
"create-react-class" : " ^15.5.2" ,
54
54
"enzyme" : " ^3.0.0" ,
55
- "enzyme-adapter-react-16" : " ^1.0.0 " ,
55
+ "enzyme-adapter-react-16" : " ^1.0.1 " ,
56
56
"eslint" : " ^1.10.3" ,
57
57
"eslint-config-defaults" : " ^7.1.1" ,
58
58
"eslint-plugin-react" : " ^3.11.2" ,
Original file line number Diff line number Diff line change
1
+ import Adapter from "enzyme-adapter-react-16" ;
1
2
import { expect } from "chai" ;
2
3
import React from "react" ;
3
- import Enzyme , { shallow } from "enzyme" ;
4
- import Adapter from "enzyme-adapter-react-16" ;
5
4
import Globalize from "globalize" ;
5
+ import Enzyme , { shallow } from "enzyme" ;
6
6
7
7
Enzyme . configure ( { adapter : new Adapter ( ) } ) ;
8
8
You can’t perform that action at this time.
0 commit comments