Skip to content

Commit a19e4b0

Browse files
committed
Update dependencies
1 parent 24430ca commit a19e4b0

File tree

2 files changed

+596
-692
lines changed

2 files changed

+596
-692
lines changed

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,29 @@
5757
"@babel/preset-env": "^7.5.5",
5858
"@babel/preset-react": "^7.0.0",
5959
"@babel/preset-typescript": "^7.3.3",
60-
"@samuelmeuli/eslint-config": "^2.1.0",
60+
"@samuelmeuli/eslint-config": "^3.0.1",
6161
"@samuelmeuli/stylelint-config": "^1.0.2",
6262
"@samuelmeuli/tsconfig": "^0.1.1",
63-
"@storybook/react": "^5.0.5",
64-
"@types/react": "^16.8.10",
65-
"@typescript-eslint/eslint-plugin": "^1.5.0",
66-
"@typescript-eslint/parser": "^1.5.0",
63+
"@storybook/react": "^5.1.11",
64+
"@types/react": "^16.9.2",
65+
"@typescript-eslint/eslint-plugin": "^2.0.0",
66+
"@typescript-eslint/parser": "^2.0.0",
6767
"babel-loader": "^8.0.6",
68-
"eslint": "^5.15.3",
69-
"eslint-config-airbnb": "^17.1.0",
70-
"eslint-config-prettier": "^6.0.0",
71-
"eslint-plugin-import": "^2.14.0",
72-
"eslint-plugin-jsx-a11y": "^6.1.1",
73-
"eslint-plugin-react": "^7.11.1",
74-
"husky": "^3.0.2",
75-
"lint-staged": "^9.2.1",
68+
"eslint": "6.1.0",
69+
"eslint-config-airbnb": "18.0.1",
70+
"eslint-config-prettier": "^6.1.0",
71+
"eslint-plugin-import": "^2.18.2",
72+
"eslint-plugin-jsx-a11y": "^6.2.3",
73+
"eslint-plugin-react": "^7.14.3",
74+
"eslint-plugin-react-hooks": "^1.7.0",
75+
"eslint-plugin-simple-import-sort": "^4.0.0",
76+
"husky": "^3.0.4",
77+
"lint-staged": "^9.2.3",
7678
"np": "^5.0.2",
7779
"npm-run-all": "^4.1.3",
7880
"prettier": "^1.16.4",
79-
"react": "^16.8.6",
80-
"react-dom": "^16.8.6",
81+
"react": "^16.9.0",
82+
"react-dom": "^16.9.0",
8183
"stylelint": "^10.1.0",
8284
"typescript": "^3.5.3"
8385
},

0 commit comments

Comments
 (0)