Skip to content

Commit e74c4dc

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): updated all dependencies
1 parent 25da890 commit e74c4dc

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,18 @@
140140
"@babel/preset-env": "^7.2.3",
141141
"@babel/preset-react": "^7.0.0",
142142
"@bootstrap-styled/documentation": "^1.2.1",
143-
"@bootstrap-styled/provider": "^1.4.1",
144-
"@bootstrap-styled/rsg-components": "^1.1.3",
145-
"@bootstrap-styled/v4": "^2.0.6",
146-
"@rollup-umd/documentation": "^1.3.4",
147-
"@semantic-release/changelog": "^3.0.1",
148-
"@semantic-release/git": "^7.0.6",
149-
"@semantic-release/github": "^5.2.7",
150-
"@semantic-release/npm": "^5.1.2",
143+
"@bootstrap-styled/provider": "^1.4.2",
144+
"@bootstrap-styled/rsg-components": "^1.1.4",
145+
"@bootstrap-styled/v4": "^2.0.15",
146+
"@rollup-umd/documentation": "^1.3.5",
147+
"@semantic-release/changelog": "^3.0.2",
148+
"@semantic-release/git": "^7.0.7",
149+
"@semantic-release/github": "^5.2.8",
150+
"@semantic-release/npm": "^5.1.3",
151151
"babel-core": "^7.0.0-bridge.0",
152152
"babel-eslint": "^10.0.1",
153153
"babel-jest": "^23.6.0",
154-
"babel-loader": "^8.0.4",
154+
"babel-loader": "^8.0.5",
155155
"babel-plugin-add-module-exports": "^1.0.0",
156156
"babel-plugin-array-includes": "^2.0.3",
157157
"babel-plugin-dynamic-import-node": "^2.2.0",
@@ -163,11 +163,11 @@
163163
"cz-conventional-changelog": "^2.1.0",
164164
"enzyme": "^3.8.0",
165165
"enzyme-adapter-react-16": "^1.7.1",
166-
"eslint": "^5.10.0",
166+
"eslint": "^5.12.0",
167167
"eslint-config-airbnb": "^17.1.0",
168168
"eslint-plugin-import": "^2.14.0",
169169
"eslint-plugin-jsx-a11y": "^6.1.2",
170-
"eslint-plugin-react": "^7.11.1",
170+
"eslint-plugin-react": "^7.12.3",
171171
"jest-cli": "^23.6.0",
172172
"jest-sonar-reporter": "^2.0.0",
173173
"lint-staged": "^8.1.0",
@@ -179,24 +179,24 @@
179179
"react-dom": "^16.7.0",
180180
"react-styleguidist": "^8.0.6",
181181
"react-test-renderer": "^16.7.0",
182-
"rimraf": "^2.6.2",
183-
"rollup": "^0.68.1",
184-
"rollup-plugin-babel": "^4.1.0",
185-
"rollup-plugin-cleanup": "^3.0.0",
182+
"rimraf": "^2.6.3",
183+
"rollup": "^1.1.0",
184+
"rollup-plugin-babel": "^4.2.0",
185+
"rollup-plugin-cleanup": "^3.1.0",
186186
"rollup-plugin-commonjs": "^9.2.0",
187187
"rollup-plugin-inject": "^2.2.0",
188188
"rollup-plugin-json": "^3.1.0",
189189
"rollup-plugin-node-builtins": "^2.1.2",
190190
"rollup-plugin-node-resolve": "^4.0.0",
191191
"rollup-plugin-replace": "^2.1.0",
192-
"rollup-plugin-terser": "^3.0.0",
192+
"rollup-plugin-terser": "^4.0.2",
193193
"rollup-plugin-visualizer": "^0.9.2",
194194
"rollup-watch": "^4.3.1",
195-
"semantic-release": "^15.13.1",
195+
"semantic-release": "^15.13.2",
196196
"sinon": "^7.2.2",
197197
"styled-components": "^4.1.3",
198198
"toctoc": "^0.3.2",
199-
"webpack": "^4.28.1"
199+
"webpack": "^4.28.3"
200200
},
201201
"jest": {
202202
"roots": [
@@ -247,7 +247,7 @@
247247
],
248248
"dependencies": {
249249
"@bootstrap-styled/utils": "^1.7.1",
250-
"bootstrap-styled": "^2.4.3",
250+
"bootstrap-styled": "^2.4.7",
251251
"classnames": "^2.2.6",
252252
"immutable": "^4.0.0-rc.12",
253253
"map-to-css-modules": "^1.0.6",

styleguide/styleguide.ext.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{
1515
"name": "Introduction",
1616
"content": "docs/introduction.md",
17+
"pagePerSection": false,
1718
"sections": [
1819
{
1920
"name": "Live examples",

0 commit comments

Comments
 (0)