Skip to content

Commit

Permalink
Merge pull request #12 from decentraland/fix/upgrade-libs
Browse files Browse the repository at this point in the history
fix: Upgrade libs
  • Loading branch information
LautaroPetaccio authored Dec 23, 2022
2 parents 6d7c05f + 9aafea3 commit e809aa7
Show file tree
Hide file tree
Showing 15 changed files with 33,854 additions and 10,885 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.d.ts
*.js
*.css
lib
node_modules
storybook-static
lib
lib
2 changes: 0 additions & 2 deletions .storybook/addons.js

This file was deleted.

10 changes: 0 additions & 10 deletions .storybook/config.ts

This file was deleted.

11 changes: 11 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
stories: ['../stories/**/*.stories.mdx', '../stories/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-storysource',
'@storybook/addon-knobs'
],
framework: '@storybook/react'
}
9 changes: 9 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}
25 changes: 0 additions & 25 deletions .storybook/webpack.config.js

This file was deleted.

Loading

0 comments on commit e809aa7

Please sign in to comment.