Skip to content

Commit

Permalink
chore: Update to storybook 6.3.1
Browse files Browse the repository at this point in the history
Fixes: atlasmap#3000
Fixes: atlasmap#3011
Disabled react-scripts preflight check
Also downgraded husky to 4.2.3 as v6 has an issue with monorepo - typicode/husky#677
  • Loading branch information
igarashitm committed Jun 28, 2021
1 parent 212fcc9 commit 15186b0
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 445 deletions.
2 changes: 1 addition & 1 deletion ui/packages/atlasmap-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "^24.9.1",
"babel-jest": "^24.9.0",
"eslint-plugin-header": "^3.1.1",
"husky": "^6.0.0",
"husky": "^4.2.3",
"ts-jest": "^24.3.0",
"tsdx": "^0.13.1",
"typescript": "~3.9.9"
Expand Down
1 change: 1 addition & 0 deletions ui/packages/atlasmap-standalone/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
14 changes: 7 additions & 7 deletions ui/packages/atlasmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-viewport": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-docs": "^6.3.1",
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-links": "^6.3.1",
"@storybook/addon-viewport": "^6.3.1",
"@storybook/addons": "^6.3.1",
"@storybook/react": "^6.3.1",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
Expand Down
Loading

0 comments on commit 15186b0

Please sign in to comment.