-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
9 additions
and
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ | |
"sb-start": "cd apps/storybook && yarn build-storybook && yarn start-storybook", | ||
"check-types": "cd packages/rhf-mui && tsc --noemit", | ||
"lint": "eslint apps/nextjs/src/** packages/rhf-mui/src/** apps/storybook/stories/** apps/storybook/src/**", | ||
"lint:fix": "npm run lint -- --fix", | ||
"lint:fix": "yarn run lint -- --fix", | ||
"prettier": "npx prettier apps/nextjs/src/** packages/rhf-mui/src/** apps/storybook/stories/** apps/storybook/src/** --check", | ||
"prettier:fix": "prettier --write \"**/*.{js,ts,tsx}\"", | ||
"deploy": "yarm build && cd apps/storybook/storybook-static && vercel --name react-hook-form-material-ui --prod", | ||
"build": "yarn lint:fix && yarn prettier:fix && cd packages/rhf-mui && yarn build", | ||
"upgrade:sb": "yarn up '@storybook/*' storybook -E", | ||
"upgrade:typescript": "yarn up typescript@latest", | ||
"upgrade:typescript": "yarn up typescript -E", | ||
"upgrade:rhf": "yarn up react-hook-form -E", | ||
"upgrade:mui": "yarn up '@mui/*' date-fns '@emotion/*' -E", | ||
"test": "cd apps/storybook && yarn chromatic" | ||
|
@@ -44,7 +44,7 @@ | |
"release": "^6.3.1", | ||
"simple-git-hooks": "^2.8.1", | ||
"turbo": "^1.6.3", | ||
"typescript": "latest" | ||
"typescript": "5.4.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"lint-staged": { | ||
|
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 was deleted.
Oops, something went wrong.
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