Skip to content

Commit d5dd559

Browse files
authored
Merge pull request #115 from ganderzz/feature/update-dependencies
Resolve security issues with updated dependencies
2 parents 863540f + d9315b8 commit d5dd559

File tree

3 files changed

+3283
-3443
lines changed

3 files changed

+3283
-3443
lines changed

.swcrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"jsc": {
3+
"parser": {
4+
"syntax": "typescript",
5+
"tsx": true,
6+
"decorators": false
7+
}
8+
}
9+
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@
1919
"react": ">= ^16.0.0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "7.4.5",
23-
"@babel/plugin-proposal-class-properties": "7.4.4",
24-
"@babel/preset-env": "7.4.5",
22+
"@babel/core": "7.5.5",
23+
"@babel/plugin-proposal-class-properties": "7.5.5",
24+
"@babel/preset-env": "7.5.5",
2525
"@babel/preset-react": "7.0.0",
26-
"@storybook/react": "5.0.11",
27-
"@testing-library/react": "^8.0.1",
28-
"all-contributors-cli": "6.6.1",
26+
"@storybook/react": "5.1.9",
27+
"@testing-library/react": "8.0.5",
28+
"all-contributors-cli": "6.8.1",
2929
"babel-core": "7.0.0-bridge.0",
3030
"babel-jest": "24.8.0",
3131
"babel-loader": "8.0.6",
3232
"copy-webpack-plugin": "5.0.3",
33-
"eslint": "5.16.0",
34-
"eslint-config-airbnb": "17.1.0",
35-
"eslint-config-prettier": "4.3.0",
36-
"eslint-plugin-import": "2.17.3",
37-
"eslint-plugin-jsx-a11y": "6.2.1",
38-
"eslint-plugin-react": "7.13.0",
39-
"husky": "2.3.0",
33+
"eslint": "6.0.1",
34+
"eslint-config-airbnb": "17.1.1",
35+
"eslint-config-prettier": "6.0.0",
36+
"eslint-plugin-import": "2.18.1",
37+
"eslint-plugin-jsx-a11y": "6.2.3",
38+
"eslint-plugin-react": "7.14.2",
39+
"husky": "3.0.1",
4040
"jest": "24.8.0",
41-
"lint-staged": "8.1.7",
42-
"prettier": "1.17.1",
41+
"lint-staged": "9.2.0",
42+
"prettier": "1.18.2",
4343
"react": "16.8.6",
4444
"react-dom": "16.8.6",
45-
"ts-loader": "6.0.2",
46-
"typescript": "^3.5.1",
47-
"webpack": "4.32.1",
48-
"webpack-cli": "3.3.2"
45+
"ts-loader": "6.0.4",
46+
"typescript": "3.5.3",
47+
"webpack": "4.36.1",
48+
"webpack-cli": "3.3.6"
4949
},
5050
"repository": {
5151
"type": "git",

0 commit comments

Comments
 (0)