Skip to content

Commit

Permalink
chore: apply fixes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Aug 17, 2023
1 parent 1ec3ea0 commit 655a8c9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .babelrc.json

This file was deleted.

25 changes: 25 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,29 @@ module.exports = {
docs: {
autodocs: true,
},

core: {
disableTelemetry: true,
},

babel: (config) => {
return {
sourceType: 'unambiguous',
presets: [
[
'@babel/preset-env',
{
targets: {
chrome: 100,
safari: 15,
firefox: 91,
},
},
],
'@babel/preset-typescript',
'@babel/preset-react',
],
plugins: [],
};
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"dependencies": {
"@headlessui/react": "^1.7.16",
"@popperjs/core": "^2.11.8",
"@storybook/addon-styling": "^1.3.6",
"@tippyjs/react": "^4.2.6",
"@types/lodash": "^4.14.197",
"clsx": "^1.2.1",
Expand Down Expand Up @@ -120,6 +119,7 @@
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-interactions": "^7.3.1",
"@storybook/addon-links": "^7.3.1",
"@storybook/addon-styling": "^1.3.6",
"@storybook/react": "^7.3.1",
"@storybook/react-webpack5": "^7.3.1",
"@storybook/storybook-deployer": "^2.8.16",
Expand Down

0 comments on commit 655a8c9

Please sign in to comment.