@@ -13,21 +13,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
1414### Changed
1515- Moved all code to React functional components, in PR [ #31 ] ( https://github.com/compulim/react-scroll-to-bottom/pull/31 )
16+ - ` * ` : bump dependencies, in PR [ #47 ] ( https://github.com/compulim/react-scroll-to-bottom/pull/47 )
17+ - [ ` @babel/[email protected] ` ] ( https://www.npmjs.com/package/@babel/cli ) 18+ - [ ` @babel/[email protected] ` ] ( https://www.npmjs.com/package/@babel/core ) 19+ - [ ` @babel/[email protected] ` ] ( https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread ) 20+ - [ ` @babel/[email protected] ` ] ( https://www.npmjs.com/package/@babel/preset-env ) 21+ - [ ` @babel/[email protected] ` ] ( https://www.npmjs.com/package/@babel/preset-react ) 22+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/babel-eslint ) 23+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/babel-jest ) 24+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/eslint-plugin-prettier ) 25+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/eslint-plugin-react-hooks ) 26+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/eslint-plugin-react ) 27+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/eslint ) 28+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/jest ) 29+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/lerna ) 30+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/lorem-ipsum ) 31+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/prettier ) 32+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/react-interval ) 33+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/react-scripts ) 1634- ` * ` : bump dependencies, in PR [ #31 ] ( https://github.com/compulim/react-scroll-to-bottom/pull/31 )
17- - [ @babel/cli @^7.6.2] ( https://www.npmjs.com/package/@babel/cli )
18- - [ @babel/core @^7.6.2] ( https://www.npmjs.com/package/@babel/core )
19- - [ @babel/plugin-proposal-object-rest-spread @^7.6.2] ( https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread )
20- - [ @babel/preset-env @^7.6.2] ( https://www.npmjs.com/package/@babel/preset-env )
21- - [ babel-jest@^24.9.0] ( https://www.npmjs.com/package/babel-jest )
22- - [ jest@^24.9.0] ( https://www.npmjs.com/package/jest )
23- - [ [email protected] ] ( https://www.npmjs.com/package/react-dom ) 24- - [ [email protected] ] ( https://www.npmjs.com/package/react ) 35+ - [ ` @babel/cli@^7.6.2 ` ] ( https://www.npmjs.com/package/@babel/cli )
36+ - [ ` @babel/core@^7.6.2 ` ] ( https://www.npmjs.com/package/@babel/core )
37+ - [ ` @babel/plugin-proposal-object-rest-spread@^7.6.2 ` ] ( https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread )
38+ - [ ` @babel/preset-env@^7.6.2 ` ] ( https://www.npmjs.com/package/@babel/preset-env )
39+ - [ ` babel-jest@^24.9.0 ` ] ( https://www.npmjs.com/package/babel-jest )
40+ - [ ` jest@^24.9.0 ` ] ( https://www.npmjs.com/package/jest )
41+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/react-dom ) 42+ - [ ` [email protected] ` ] ( https://www.npmjs.com/package/react ) 2543- ` * ` : bump dependencies, in PR [ #27 ] ( https://github.com/compulim/react-scroll-to-bottom/pull/27 )
26- - [ @babel/cli @^7.5.5] ( https://www.npmjs.com/package/@babel/cli )
27- - [ @babel/core @^7.5.5] ( https://www.npmjs.com/package/@babel/core )
28- - [ @babel/plugin-proposal-object-rest-spread @^7.5.5] ( https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread )
29- - [ @babel/preset-env @^7.5.5] ( https://www.npmjs.com/package/@babel/preset-env )
30- - [ rimraf@^2.6.3] ( https://www.npmjs.com/package/rimraf )
44+ - [ ` @babel/cli@^7.5.5 ` ] ( https://www.npmjs.com/package/@babel/cli )
45+ - [ ` @babel/core@^7.5.5 ` ] ( https://www.npmjs.com/package/@babel/core )
46+ - [ ` @babel/plugin-proposal-object-rest-spread@^7.5.5 ` ] ( https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread )
47+ - [ ` @babel/preset-env@^7.5.5 ` ] ( https://www.npmjs.com/package/@babel/preset-env )
48+ - [ ` rimraf@^2.6.3 ` ] ( https://www.npmjs.com/package/rimraf )
3149
3250### Added
3351- Added React Hooks, in PR [ #31 ] ( https://github.com/compulim/react-scroll-to-bottom/pull/31 )
0 commit comments