Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Dec 5, 2019
1 parent 397c18d commit e8a011b
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 562 deletions.
42 changes: 20 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,35 @@
"react": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@samuelmeuli/eslint-config": "^4.0.1",
"@babel/core": "^7.7.4",
"@samuelmeuli/eslint-config": "^5.0.2",
"@samuelmeuli/prettier-config": "^1.0.0",
"@samuelmeuli/stylelint-config": "^1.0.2",
"@samuelmeuli/tsconfig": "^0.2.0",
"@storybook/react": "^5.2.6",
"@types/react": "^16.9.11",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"@storybook/react": "^5.2.8",
"@types/react": "^16.9.15",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"babel-loader": "^8.0.6",
"eslint": "6.6.0",
"eslint": "6.7.2",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-simple-import-sort": "^4.0.0",
"husky": "^3.0.9",
"lint-staged": "^9.4.3",
"np": "~5.0.0",
"eslint-plugin-simple-import-sort": "^5.0.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"np": "^5.2.1",
"npm-run-all": "^4.1.3",
"prettier": "^1.19.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rollup": "^1.27.0",
"rollup-plugin-typescript2": "^0.25.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.27.8",
"rollup-plugin-typescript2": "^0.25.3",
"stylelint": "^11.0.0",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
},
"eslintConfig": {
"root": true,
Expand Down Expand Up @@ -106,10 +107,7 @@
"stylelint": {
"extends": "@samuelmeuli/stylelint-config"
},
"prettier": {
"printWidth": 100,
"trailingComma": "all"
},
"prettier": "@samuelmeuli/prettier-config",
"lint-staged": {
"*.{js,jsx}": [
"yarn lint:js",
Expand Down
1 change: 1 addition & 0 deletions src/FontPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default class FontPicker extends PureComponent<Props, State> {
variants: OPTIONS_DEFAULTS.variants,
limit: OPTIONS_DEFAULTS.limit,
sort: OPTIONS_DEFAULTS.sort,
// eslint-disable-next-line @typescript-eslint/no-empty-function
onChange: (): void => {},
};

Expand Down
Loading

0 comments on commit e8a011b

Please sign in to comment.