Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 2d741a5

Browse files
authored
Merge pull request #4 from smooth-code/upgrade-deps
chore(deps): upgrade
2 parents 28d6950 + c20e231 commit 2d741a5

File tree

4 files changed

+1463
-943
lines changed

4 files changed

+1463
-943
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,43 +23,43 @@
2323
"devDependencies": {
2424
"babel-cli": "^6.26.0",
2525
"babel-core": "^6.26.0",
26-
"babel-eslint": "^8.2.1",
27-
"babel-loader": "^7.1.2",
26+
"babel-eslint": "^8.2.2",
27+
"babel-loader": "^7.1.4",
2828
"babel-plugin-external-helpers": "^6.22.0",
2929
"babel-plugin-transform-class-properties": "^6.24.1",
3030
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
3131
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3232
"babel-preset-env": "^1.6.1",
3333
"babel-preset-react": "^6.24.1",
34-
"conventional-github-releaser": "^2.0.0",
35-
"cross-env": "^5.1.3",
36-
"eslint": "^4.17.0",
34+
"conventional-github-releaser": "^2.0.2",
35+
"cross-env": "^5.1.4",
36+
"eslint": "^4.19.1",
3737
"eslint-config-airbnb": "^16.1.0",
3838
"eslint-config-prettier": "^2.9.0",
39-
"eslint-plugin-import": "^2.8.0",
39+
"eslint-plugin-import": "^2.10.0",
4040
"eslint-plugin-jsx-a11y": "^6.0.3",
41-
"eslint-plugin-react": "^7.6.1",
42-
"jest": "^22.1.4",
43-
"react": "^16.2.0",
44-
"react-dom": "^16.2.0",
45-
"react-styleguidist": "^6.2.2",
46-
"rollup": "^0.55.3",
41+
"eslint-plugin-react": "^7.7.0",
42+
"jest": "^22.4.3",
43+
"react": "^16.3.0",
44+
"react-dom": "^16.3.0",
45+
"react-styleguidist": "^7.0.1",
46+
"rollup": "^0.57.1",
4747
"rollup-plugin-babel": "^3.0.3",
48-
"rollup-plugin-commonjs": "^8.3.0",
49-
"rollup-plugin-node-resolve": "^3.0.2",
48+
"rollup-plugin-commonjs": "^9.1.0",
49+
"rollup-plugin-node-resolve": "^3.3.0",
5050
"rollup-plugin-replace": "^2.0.0",
5151
"rollup-plugin-uglify": "^3.0.0",
5252
"shx": "^0.2.2",
5353
"standard-version": "^4.3.0",
54-
"styled-components": "^3.1.6",
55-
"uglifyjs-webpack-plugin": "^1.1.8",
56-
"webpack": "^3.10.0"
54+
"styled-components": "^3.2.5",
55+
"uglifyjs-webpack-plugin": "^1.2.4",
56+
"webpack": "^4.4.1"
5757
},
5858
"dependencies": {
5959
"classnames": "^2.2.5",
6060
"polished": "^1.9.2",
61-
"prop-types": "^15.6.0",
62-
"recompact": "^3.2.1"
61+
"prop-types": "^15.6.1",
62+
"recompact": "^3.3.0"
6363
},
6464
"peerDependencies": {
6565
"react": "^16.2.0",

β€Žstyleguidist/Logo.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export default () => (
1717
width="80%"
1818
src="https://raw.githubusercontent.com/smooth-code/smooth-ui/master/resources/smooth-ui-logo.png?token=AAQQPuM4Puh4DdUkTB1OufRD9oW_EOHzks5agcuiwA%3D%3D"
1919
/>
20-
v{pkg.version}
20+
<div>v{pkg.version}</div>
2121
</div>
2222
)

β€Žwebpack.config.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
mode: 'development',
23
module: {
34
rules: [
45
{

0 commit comments

Comments
Β (0)