Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 28, 2018
1 parent 68d74fb commit 9ad5acb
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 108 deletions.
212 changes: 109 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-flowtype": "^3.1.1",
"eslint-plugin-flowtype": "^3.1.4",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
Expand All @@ -105,7 +105,7 @@
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-visualizer": "^0.9.2",
"styled-components": "^4.0.2",
"stylelint": "^9.6.0",
"stylelint": "^9.7.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-processor-styled-components": "^1.5.0",
"watch": "^1.0.2"
Expand All @@ -118,13 +118,13 @@
"build-storybook": "build-storybook -o docs",
"watch": "watch 'npm run build' src",
"clean": "del '*.js' '!*.config.js' '*.html' utils",
"storybook": "start-storybook -p 9001",
"lint": "eslint --ext .js --ext .jsx src stories",
"test": "jest --coverage",
"test:watch": "jest --watch",
"bundlesize": "node tools/sizer",
"precommit": "npm run lint && npm run build && npm run bundlesize",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 9001"
"prepublishOnly": "npm run build"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion tools/sizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const chalk = require('chalk');
const { fileSync } = require('gzip-size');
const ps = require('prettysize');

const limit = 1024 * 32;
const limit = 1024 * 40;

function getSizes(path, regex = /\.js$/) {
if (!existsSync(path)) {
Expand Down

0 comments on commit 9ad5acb

Please sign in to comment.