make CI check for yarn install warnings and fix the peer deps ones we have (#2683)

- [x] `internal` — Any other changes that don't affect the published
package
This commit is contained in:
Dan Groshev 2024-01-30 11:41:46 +00:00 committed by GitHub
parent 7ac003cc05
commit a43b172b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 478 additions and 95 deletions

View file

@ -64,5 +64,9 @@
"nanoevents": "^7.0.1",
"nanoid": "4.0.2",
"ws": "^8.16.0"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
}
}