rbardini / storybook-addon-paddings

🔲 A Storybook addon to add different paddings to your preview
https://storybook-addon-paddings.rbrd.in
MIT License
30 stars 2 forks source link

chore(deps): update dependencies #13

Closed joanrm20 closed 4 years ago

joanrm20 commented 4 years ago

What I did:

  1. Fix #12, by updating necessary dependencies.
  2. Update the rest of the dependencies to the latest version (bonus 😉 )
  3. Updated .babelrc, because of a warning mentioning that the config of "@babel/plugin-proposal-private-methods" should match "@babel/plugin-proposal-class-properties". Since the 2nd one is loose:true the other one should as well. At least that's one way to solve it I believe.

Note: Babel warning goes something like:

The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
    ["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
github-actions[bot] commented 4 years ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: