-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from aerian-studios/upgrade-yarn
Package upgrades
- Loading branch information
Showing
7 changed files
with
4,773 additions
and
4,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
/node_modules/ | ||
/build | ||
.npmrc | ||
.npmrc | ||
.idea | ||
|
||
.pnp.* | ||
.yarn/* | ||
|
||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ yarn add @aerian-studios/[email protected] | |
|
||
# Form | ||
|
||
The `Form` component is an implimentation of `react-hook-form`. | ||
The `Form` component is an implementation of `react-hook-form`. | ||
The component has 2 required props `onSubmitFn` and `validationSchema`. | ||
|
||
- onSubmitFn: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,17 @@ | |
"author": "", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0" | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
}, | ||
"dependencies": { | ||
"@hookform/error-message": "^0.0.2", | ||
"@hookform/resolvers": "^0.0.5", | ||
"react-hook-form": "^6.0.1", | ||
"@hookform/error-message": "^0", | ||
"@hookform/resolvers": "^0", | ||
"react-hook-form": "^6", | ||
"react-select": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.4", | ||
"@hookform/error-message": "^0.0.2", | ||
"@hookform/resolvers": "^0.0.5", | ||
"@babel/core": "^7.23.7", | ||
"@storybook/addon-a11y": "^5.3.19", | ||
"@storybook/addon-docs": "^5.3.19", | ||
"@storybook/addon-knobs": "^5.3.19", | ||
|
@@ -36,16 +34,19 @@ | |
"babel-loader": "^8.1.0", | ||
"babel-preset-react-app": "^9.1.2", | ||
"cssnano": "^4.1.10", | ||
"node-sass": "^4.14.1", | ||
"postcss-import": "^12.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-hook-form": "^6.0.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-select": "^3.1.0", | ||
"resolve-url-loader": "^3.1.1", | ||
"sass-loader": "^9.0.0", | ||
"sass-loader": "^14.0.0", | ||
"typescript": "^3.9.6", | ||
"yalc": "^1.0.0-pre.37", | ||
"yup": "^0.29.1" | ||
} | ||
}, | ||
"volta": { | ||
"node": "20.11.0", | ||
"yarn": "3.7.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.