iflex-react-library
Advanced tools
Comparing version 1.0.53 to 1.0.54
{ | ||
"notes": "iflex-library - Presently babel-loader must be 8.1.0, all other dependecies should be upgradable, webpack dependency added to facilitate process.env and Snowpack alias to work with Storybook", | ||
"name": "iflex-react-library", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "Modern React Ui Component", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -139,4 +139,4 @@ # Create React Component Libraries | ||
## **Side Note (Library versions and Upgrading)** | ||
## **Side Note (React version and Library Upgrades)** | ||
At this time (Jan 2021) all packages can be updated via **yarn upgrade --force** to most current versions. The only exception to this presently is babel-loader which requires version 8.1.0 owing to some breaking changes that will hopefully be rectified in future versions. If you App requires React version 16.x then you can simply remove version 17 using **yarn remove react react-dom** and reinstalling them using **yarn add -D react@16.14.0 react-dom@16.14.0**. Be sure to also add these to peerDependencies object in package.json. |
69248