Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.12.0.cjs

This file was deleted.

944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.17.0.cjs

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
approvedGitRepositories:
- "**"

compressionLevel: mixed

enableGlobalCache: false

enableScripts: true

nodeLinker: node-modules

npmMinimalAgeGate: 0

npmPublishRegistry: "https://registry.npmjs.org/"

npmRegistryServer: "https://registry.npmjs.org/"
Expand All @@ -23,4 +30,4 @@ supportedArchitectures:
- darwin
- win32

yarnPath: .yarn/releases/yarn-4.12.0.cjs
yarnPath: .yarn/releases/yarn-4.17.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.9"
},
"packageManager": "yarn@4.12.0",
"packageManager": "yarn@4.17.0",
"msw": {
"workerDirectory": "static"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/controlled-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"@availity/mui-checkbox": "workspace:^",
"@availity/mui-datepicker": "workspace:^",
"@availity/mui-form-utils": "workspace:^",
"@availity/mui-textfield": "workspace:^",
"react-hook-form": "^7.79.0"
"@availity/mui-textfield": "workspace:^"
},
"devDependencies": {
"@availity/api-axios": "^13.2.0",
Expand All @@ -66,7 +65,8 @@
"@availity/api-axios": "^13.0.2",
"@mui/material": "^7.0.0",
"@tanstack/react-query": "^5.101.0",
"react": ">=17.0.0"
"react": ">=17.0.0",
"react-hook-form": "^7.79.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"peerDependencies": {
"@mui/material": "^7.0.0",
"react": ">=17.0.0"
"react": ">=17.0.0",
"react-hook-form": "^7.79.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -60,8 +61,7 @@
"@availity/mui-popover": "workspace:^",
"@availity/mui-textfield": "workspace:^",
"@availity/mui-toggle-button": "workspace:^",
"@availity/mui-typography": "workspace:^",
"react-hook-form": "^7.79.0"
"@availity/mui-typography": "workspace:^"
},
"sideEffects": false,
"type": "module"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 10
cacheKey: 10

"@adobe/css-tools@npm:^4.4.0":
Expand Down Expand Up @@ -493,7 +493,6 @@ __metadata:
dayjs: "npm:^1.11.21"
react: "npm:19.2.7"
react-dom: "npm:19.2.7"
react-hook-form: "npm:^7.79.0"
tsup: "npm:^8.5.1"
typescript: "npm:^5.9.3"
yup: "npm:^1.6.1"
Expand All @@ -502,6 +501,7 @@ __metadata:
"@mui/material": ^7.0.0
"@tanstack/react-query": ^5.101.0
react: ">=17.0.0"
react-hook-form: ^7.79.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -684,12 +684,12 @@ __metadata:
"@mui/material": "npm:^7.3.11"
react: "npm:19.2.7"
react-dom: "npm:19.2.7"
react-hook-form: "npm:^7.79.0"
tsup: "npm:^8.5.1"
typescript: "npm:^5.9.3"
peerDependencies:
"@mui/material": ^7.0.0
react: ">=17.0.0"
react-hook-form: ^7.79.0
languageName: unknown
linkType: soft

Expand Down
Loading