Running `yarn check --verify-tree` outputs `error "react-bootstrap-table-next#classnames" is wrong version: expected "2.2.5", got "2.2.6"` my dependencies have `"classnames": "^2.2.6"` as I need 2.2.6 in the react-bootstrap-table2 package.json ``` "dependencies": { "classnames": "2.2.5", "prop-types": "15.5.10", "react": "16.4.0", "react-dom": "16.4.0", "underscore": "1.9.1" } ``` should classnames be in peerDependencies? or should it be like "^2.2.5"? I'm not super familiar with this. So please forgive me if i'm mistaken, just learning new things! Thanks