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

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 1, 2018
1 parent 28d6950 commit c20e231
Show file tree
Hide file tree
Showing 4 changed files with 1,463 additions and 943 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"conventional-github-releaser": "^2.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.17.0",
"conventional-github-releaser": "^2.0.2",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.1.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-styleguidist": "^6.2.2",
"rollup": "^0.55.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.3",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-styleguidist": "^7.0.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"shx": "^0.2.2",
"standard-version": "^4.3.0",
"styled-components": "^3.1.6",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0"
"styled-components": "^3.2.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.4.1"
},
"dependencies": {
"classnames": "^2.2.5",
"polished": "^1.9.2",
"prop-types": "^15.6.0",
"recompact": "^3.2.1"
"prop-types": "^15.6.1",
"recompact": "^3.3.0"
},
"peerDependencies": {
"react": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion styleguidist/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default () => (
width="80%"
src="https://raw.githubusercontent.com/smooth-code/smooth-ui/master/resources/smooth-ui-logo.png?token=AAQQPuM4Puh4DdUkTB1OufRD9oW_EOHzks5agcuiwA%3D%3D"
/>
v{pkg.version}
<div>v{pkg.version}</div>
</div>
)
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
mode: 'development',
module: {
rules: [
{
Expand Down
Loading

0 comments on commit c20e231

Please sign in to comment.