mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Merge branch 'main' into v5
This commit is contained in:
commit
105bc570d2
@ -70,7 +70,7 @@ you can use this suggested workflow:
|
||||
- Create failing tests for your fix or new feature;
|
||||
- Implement your changes and confirm that all test are passing.
|
||||
You can run the tests continuously during development
|
||||
with the `yarn test:dev` command.
|
||||
with the `yarn test` command.
|
||||
- If you want to test it in a React project:
|
||||
- Either use `yarn link`, or
|
||||
- Use the `yalc` package.
|
||||
|
||||
@ -254,15 +254,15 @@
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immer": ">=9.0",
|
||||
"@types/react": ">=16.8",
|
||||
"immer": ">=9.0.6",
|
||||
"react": ">=16.8"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"immer": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/react": {
|
||||
"immer": {
|
||||
"optional": true
|
||||
},
|
||||
"react": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user