Skip to content

Commit

Permalink
chore: #625 fix security vulnerabilities (#639)
Browse files Browse the repository at this point in the history
* chore: #625 fix security vulnerabilities

* fix: vulnerabilities fix

* chore: #625 downgrade typescript-eslint to 2.23.0
  • Loading branch information
Cuong Vu committed Mar 19, 2020
1 parent e4af8e8 commit 582d861
Show file tree
Hide file tree
Showing 2 changed files with 1,087 additions and 1,189 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
"**/**/prop-types": "^15.7.2",
"**/**/rollup": "1.31.1",
"**/**/styled-components": "4.4.1",
"**/**/eslint-plugin-react-hooks": "2.4.0",
"**/**/react-test-renderer": "16.12.0",
"eslint/**/acorn": "^6.4.1",
"eslint/**/minimist": "^1.2.2"
"**/**/react-test-renderer": "16.12.0"
},
"dependencies": {
"@sentry/browser": "^5.11.1",
Expand Down Expand Up @@ -103,8 +100,8 @@
"@types/react-slick": "^0.23.4",
"@types/storybook__react": "^4.0.2",
"@types/styled-components": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@typescript-eslint/eslint-plugin": "~2.23.0",
"@typescript-eslint/parser": "~2.23.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
Expand Down

0 comments on commit 582d861

Please sign in to comment.