Skip to content

Commit 6e895ae

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): upgrade all dependencies
1 parent 4afb829 commit 6e895ae

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"license": "MIT",
6363
"devDependencies": {
6464
"@babel/cli": "^7.4.4",
65-
"@babel/core": "^7.4.4",
65+
"@babel/core": "^7.4.5",
6666
"@babel/plugin-external-helpers": "^7.2.0",
6767
"@babel/plugin-proposal-class-properties": "^7.4.4",
6868
"@babel/plugin-proposal-decorators": "^7.4.4",
@@ -73,55 +73,55 @@
7373
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
7474
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
7575
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
76-
"@babel/preset-env": "^7.4.4",
76+
"@babel/preset-env": "^7.4.5",
7777
"@babel/preset-react": "^7.0.0",
7878
"@bootstrap-styled/documentation": "^2.0.0",
7979
"@bootstrap-styled/provider": "^1.4.2",
80-
"@rollup-umd/documentation": "^2.0.2",
81-
"@rollup-umd/rollup": "^1.0.12",
82-
"@semantic-release/changelog": "^3.0.2",
83-
"@semantic-release/git": "^7.0.8",
84-
"@semantic-release/github": "^5.2.10",
85-
"@semantic-release/npm": "^5.1.7",
86-
"babel-eslint": "^10.0.1",
80+
"@rollup-umd/documentation": "^2.0.5",
81+
"@rollup-umd/rollup": "^1.0.13",
82+
"@semantic-release/changelog": "^3.0.4",
83+
"@semantic-release/git": "^7.0.12",
84+
"@semantic-release/github": "^5.4.0",
85+
"@semantic-release/npm": "^5.1.9",
86+
"babel-eslint": "^10.0.2",
8787
"babel-jest": "^24.8.0",
8888
"babel-loader": "^8.0.6",
8989
"babel-plugin-add-module-exports": "^1.0.2",
9090
"babel-plugin-array-includes": "^2.0.3",
9191
"babel-plugin-dynamic-import-node": "^2.2.0",
92-
"babel-plugin-react-intl": "^3.0.1",
92+
"babel-plugin-react-intl": "^3.2.1",
9393
"babel-plugin-react-transform": "^3.0.0",
94-
"babel-plugin-styled-components": "^1.10.0",
94+
"babel-plugin-styled-components": "^1.10.1",
9595
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
9696
"babel-preset-react-hmre": "^1.1.1",
9797
"cz-conventional-changelog": "^2.1.0",
98-
"enzyme": "^3.9.0",
99-
"enzyme-adapter-react-16": "^1.13.0",
98+
"enzyme": "^3.10.0",
99+
"enzyme-adapter-react-16": "^1.14.0",
100100
"eslint": "^5.16.0",
101101
"eslint-config-airbnb": "^17.1.0",
102-
"eslint-plugin-import": "^2.17.2",
102+
"eslint-plugin-import": "^2.17.3",
103103
"eslint-plugin-jsx-a11y": "^6.2.1",
104104
"eslint-plugin-react": "^7.13.0",
105105
"immutable": "^4.0.0-rc.12",
106106
"jest-cli": "^24.8.0",
107107
"jest-sonar-reporter": "^2.0.0",
108-
"lint-staged": "^8.1.6",
109-
"mini-html-webpack-plugin": "^0.2.3",
108+
"lint-staged": "^8.2.1",
109+
"mini-html-webpack-plugin": "^1.0.0",
110110
"pre-commit": "^1.2.2",
111111
"raf": "^3.4.1",
112112
"react": "^16.8.6",
113113
"react-dom": "^16.8.6",
114114
"react-test-renderer": "^16.8.6",
115115
"rimraf": "^2.6.3",
116-
"rollup": "^1.11.3",
117-
"semantic-release": "^15.13.12",
116+
"rollup": "^1.15.6",
117+
"semantic-release": "^15.13.16",
118118
"styled-components": "^4.2.0",
119-
"stylelint": "^10.0.1",
119+
"stylelint": "^10.1.0",
120120
"stylelint-config-recommended": "^2.2.0",
121121
"stylelint-config-styled-components": "^0.1.1",
122-
"stylelint-processor-styled-components": "^1.7.0",
122+
"stylelint-processor-styled-components": "^1.8.0",
123123
"toctoc": "^0.3.2",
124-
"webpack": "^4.31.0"
124+
"webpack": "^4.34.0"
125125
},
126126
"jest": {
127127
"roots": [
@@ -177,8 +177,8 @@
177177
],
178178
"dependencies": {
179179
"@bootstrap-styled/color": "^1.0.9",
180-
"@bootstrap-styled/css-mixins": "^2.0.6",
181-
"@bootstrap-styled/css-utils": "^1.2.6",
180+
"@bootstrap-styled/css-mixins": "^2.0.7",
181+
"@bootstrap-styled/css-utils": "^1.2.7",
182182
"@bootstrap-styled/utils": "^1.7.1",
183183
"@rollup-umd/documentation-cli": "^1.1.3",
184184
"basic-math-utils": "^0.3.4",
@@ -193,9 +193,9 @@
193193
"tether-fix": "^1.4.0-fix-es"
194194
},
195195
"peerDependencies": {
196-
"react": "^16.0.0",
197-
"react-dom": "^16.0.0",
198-
"styled-components": "^4.0.0"
196+
"react": "^16.8.6",
197+
"react-dom": "^16.8.6",
198+
"styled-components": "^4.3.1"
199199
},
200200
"publishConfig": {
201201
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)