File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "bugs" : " https://github.com/jquery-support/react-globalize/issues" ,
3838 "peerDependencies" : {
3939 "globalize" : " >= 1.0.0" ,
40- "react" : " ^16.0.0-rc.2 "
40+ "react" : " ^16.0.0"
4141 },
4242 "devDependencies" : {
4343 "babel-cli" : " ^6.26.0" ,
5252 "cldrjs" : " ^0.4.3" ,
5353 "create-react-class" : " ^15.5.2" ,
5454 "enzyme" : " ^3.0.0" ,
55- "enzyme-adapter-react-16" : " ^1.0.0 " ,
55+ "enzyme-adapter-react-16" : " ^1.0.1 " ,
5656 "eslint" : " ^1.10.3" ,
5757 "eslint-config-defaults" : " ^7.1.1" ,
5858 "eslint-plugin-react" : " ^3.11.2" ,
Original file line number Diff line number Diff line change 1+ import Adapter from "enzyme-adapter-react-16" ;
12import { expect } from "chai" ;
23import React from "react" ;
3- import Enzyme , { shallow } from "enzyme" ;
4- import Adapter from "enzyme-adapter-react-16" ;
54import Globalize from "globalize" ;
5+ import Enzyme , { shallow } from "enzyme" ;
66
77Enzyme . configure ( { adapter : new Adapter ( ) } ) ;
88
You can’t perform that action at this time.
0 commit comments