Merge branch 'main' into v5

This commit is contained in:
Daishi Kato 2023-12-10 08:31:59 +09:00 committed by GitHub
commit 105bc570d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 306 additions and 297 deletions

View File

@ -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.

View File

@ -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": {

595
yarn.lock

File diff suppressed because it is too large Load Diff