Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"eslint": "^5.12.1",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
Expand All @@ -201,7 +201,7 @@
"istanbul-reports": "2.0.1",
"jest-cli": "^24.0.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.1",
"lint-staged": "^8.1.3",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-styleguidist": "^8.0.6",
Expand All @@ -213,7 +213,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@bootstrap-styled/rsg-components": "^1.1.5",
"@bootstrap-styled/rsg-components": "^1.1.6",
"documentation": "^9.1.1",
"file-loader": "^3.0.1",
"lodash.omit": "^4.5.0",
Expand Down
3 changes: 1 addition & 2 deletions src/Layout/LayoutRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import omit from 'lodash.omit';
/**
* By default, we prefer to use this Layout which extend the one provided by `@bootstrap-styled/rsg-components` which is a copy of the original from `rsg-component`.
*
* This Layout includes new features such as
* This Layout includes the following features
* - Google analytics page tracking
*
* If you want to see all props available by `@bootstrap-styled/rsg-components/lib/Layout.js`, read https://bootstrap-styled.github.io/rsg-components/#styleguiderenderer
*/
export default class LayoutRenderer extends Component {
static propTypes = {
Expand Down