Skip to content

Commit

Permalink
Hotfix for new internal subject name in react-hook-form
Browse files Browse the repository at this point in the history
  • Loading branch information
shkreios committed Mar 2, 2023
1 parent 746743b commit a2fe982
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 161 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-eggs-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-hook-form-subscribe': patch
---

Hotfix for new internal subject name in react-hook-form https://github.com/react-hook-form/react-hook-form/commit/a8fb1a1ca7e9ab98545aaf1040a36f9c043cc69c
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.14.0",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/ui": "^0.28.5",
"eslint": "^8.34.0",
"@vitest/ui": "^0.29.2",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -63,11 +63,11 @@
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
"react-hook-form": "^7.43.3",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.28.5"
"vitest": "^0.29.2"
},
"dependencies": {
"react-use-event-hook": "^0.9.4"
Expand Down
Loading

0 comments on commit a2fe982

Please sign in to comment.