File tree Expand file tree Collapse file tree
packages/generator/app/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "postcss-loader" : " ^4.2.0" ,
3939 "postcss-preset-env" : " ^6.7.0" ,
4040 "prop-types" : " ^15.7.2" ,
41- "react" : " ^16.14.0 " ,
42- "react-dom" : " ^16.14.0 " ,
41+ "react" : " ^17.0.1 " ,
42+ "react-dom" : " ^17.0.1 " ,
4343 "redbox-react" : " ^1.6.0" ,
4444 "webpack" : " ^4.46.0" ,
4545 "webpack-cli" : " ^4.5.0" ,
4848 "devDependencies" : {
4949 "@jetbrains/eslint-config" : " ^5.3.1" ,
5050 "@jetbrains/stylelint-config" : " ^2.0.1" ,
51+ "@wojtekmaj/enzyme-adapter-react-17" : " ^0.4.1" ,
5152 "babel-eslint" : " ^10.1.0" ,
5253 "chai" : " ^4.3.4" ,
5354 "chai-as-promised" : " ^7.1.1" ,
5455 "chai-dom" : " ^1.9.0" ,
5556 "chai-enzyme" : " 1.0.0-beta.1" ,
5657 "enzyme" : " ^3.11.0" ,
57- "enzyme-adapter-react-16" : " ^1.15.6" ,
5858 "eslint" : " ^7.22.0" ,
5959 "eslint-plugin-bdd" : " ^2.1.1" ,
6060 "eslint-plugin-import" : " ^2.22.1" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import sinonChai from 'sinon-chai';
66import chaiEnzyme from 'chai-enzyme' ;
77import sinon from 'sinon' ;
88import Enzyme from 'enzyme' ;
9- import Adapter from 'enzyme-adapter-react-16 ' ;
9+ import Adapter from '@wojtekmaj/ enzyme-adapter-react-17 ' ;
1010
1111Enzyme . configure ( { adapter : new Adapter ( ) } ) ;
1212
You can’t perform that action at this time.
0 commit comments