File tree Expand file tree Collapse file tree 4 files changed +335
-249
lines changed
react-css-transition-replace Expand file tree Collapse file tree 4 files changed +335
-249
lines changed Original file line number Diff line number Diff line change 1
1
### Next
2
2
3
3
- [ UPGRADE] Remove the use of ` componentWillMount ` which is unsafe.
4
+ - [ UPGRADE] Update dependencies to latest stable versions.
4
5
- [ DEPENDENCY] Remove the ` warning ` dependency since function refs are now standard practice.
5
6
- [ CHORE] Switch to a monorepo for the lib and demo and use CRA for the demo app.
6
7
- [ CHORE] Use Prettier.
Original file line number Diff line number Diff line change 15
15
"react-css-transition-replace" : " ^3.0.3" ,
16
16
"react-dom" : " ^16.7.0" ,
17
17
"react-router-dom" : " ^4.2.2" ,
18
- "react-scripts" : " 2.1.2"
18
+ "react-scripts" : " ^ 2.1.2"
19
19
},
20
20
"eslintConfig" : {
21
21
"extends" : " react-app"
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"babel-cli" : " ^6.26.0" ,
29
29
"babel-core" : " ^6.26.0" ,
30
- "babel-plugin-add-module-exports" : " ^0.2.1 " ,
30
+ "babel-plugin-add-module-exports" : " ^1.0.0 " ,
31
31
"babel-plugin-check-es2015-constants" : " ^6.8.0" ,
32
32
"babel-plugin-syntax-trailing-function-commas" : " ^6.13.0" ,
33
33
"babel-plugin-transform-class-properties" : " ^6.24.1" ,
You can’t perform that action at this time.
0 commit comments