Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deps (drop reselect, drop MoneyInput workaround) #137

Merged
merged 9 commits into from
Oct 5, 2018

Conversation

dferber90
Copy link
Contributor

  • Upgrades a bunch of deps
  • Removes usage of reselect in CollapsiblePanel and drops the reselect dep
  • Upgrades Formik to the latest version, which allows us to drop the MoneyInput Formik workaround. Closes Remove MoneyInput Formik workaround #109
  • Upgrades husky and migrates its package.json configuration
  • Fixes the ever-annoying theme typo of the Icons story
  • Removes an outdated warning of CollapsiblePanel for a prop the component doesn't support anymore anyways (somebody can double-check this, I'm not entirely sure whether I interpreted the leftover code correctly)

@@ -94,27 +91,27 @@
"@storybook/addon-links": "4.0.0-alpha.20",
"@storybook/addon-options": "4.0.0-alpha.20",
"@storybook/react": "4.0.0-alpha.20",
"@svgr/rollup": "2.4.1",
"@svgr/webpack": "2.4.1",
"@svgr/rollup": "3.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be cool to have a snapshot test that includes an icon, so that we could see easily if the svg output changed.

@montezume montezume merged commit 279e179 into master Oct 5, 2018
@montezume montezume deleted the df-upgrade-deps branch October 5, 2018 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants