Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Fix some of yarn audit critical issues (#1043)
Browse files Browse the repository at this point in the history
By upgrading storybook to v6
  • Loading branch information
hoanphungt authored Mar 2, 2022
1 parent 6413418 commit 7a2282b
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 544 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"react-onclickoutside": "^6.11.2",
"react-query": "^3.19.0",
"react-redux": "^7.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.0.0",
"react-scripts": "4.0.3",
"react-select": "^4.0.2",
Expand Down Expand Up @@ -92,13 +93,13 @@
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-knobs": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/node-logger": "^6.0.26",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.4.19",
"@storybook/node-logger": "^6.4.19",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.26",
"@storybook/react": "^6.4.19",
"@types/classnames": "^2.2.10",
"@types/dagre": "^0.7.46",
"@types/jest": "^24.0.0",
Expand Down
Loading

0 comments on commit 7a2282b

Please sign in to comment.