Skip to content

Commit e924612

Browse files
committed
docs(changeset): Expose state to be used outside of the component context where hooks can not be used via getState function
1 parent 02166c9 commit e924612

File tree

4 files changed

+105
-163
lines changed

4 files changed

+105
-163
lines changed

.changeset/brown-hats-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kosha": patch
3+
---
4+
5+
Expose state to be used outside of the component context where hooks can not be used via getState function

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/react": "^19.1.6",
3333
"@types/react-dom": "^19.1.5",
3434
"@vitejs/plugin-react": "^4.5.0",
35-
"@vitest/coverage-v8": "^3.1.4",
35+
"@vitest/coverage-v8": "^3.2.0",
3636
"esbuild-plugin-rdi": "^0.0.0",
3737
"esbuild-plugin-react18": "0.2.6",
3838
"esbuild-plugin-react18-css": "^0.0.4",
@@ -42,7 +42,7 @@
4242
"tsup": "^8.5.0",
4343
"typescript": "^5.8.3",
4444
"vite-tsconfig-paths": "^5.1.4",
45-
"vitest": "^3.1.4"
45+
"vitest": "^3.2.0"
4646
},
4747
"peerDependencies": {
4848
"@types/react": ">=18",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.5.0",
29-
"@vitest/coverage-v8": "^3.1.4",
29+
"@vitest/coverage-v8": "^3.2.0",
3030
"esbuild-plugin-rdi": "^0.0.0",
3131
"esbuild-plugin-react18": "^0.2.6",
3232
"esbuild-plugin-react18-css": "^0.0.4",
@@ -36,7 +36,7 @@
3636
"tsup": "^8.5.0",
3737
"typescript": "^5.8.3",
3838
"vite-tsconfig-paths": "^5.1.4",
39-
"vitest": "^3.1.4"
39+
"vitest": "^3.2.0"
4040
},
4141
"dependencies": {
4242
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)