mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
Merge pull request #6 from hiveteams/chore/update-react-to-17
chore: update react version to 17
This commit is contained in:
commit
3dba156566
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Slate collaborative editing",
|
||||
"scripts": {
|
||||
"format": "prettier --write",
|
||||
@ -49,14 +49,14 @@
|
||||
"dependencies": {
|
||||
"@types/jest": "^24.9.0",
|
||||
"@types/lodash": "^4.14.178",
|
||||
"@types/react": "^16.12.0",
|
||||
"@types/react": "17.0.0",
|
||||
"@types/socket.io": "^2.1.4",
|
||||
"@types/socket.io-client": "1.4.32",
|
||||
"@types/debug": "^4.1.7",
|
||||
"automerge": "0.14.0",
|
||||
"debug": "^4.3.3",
|
||||
"lodash": "4.17.21",
|
||||
"react": "16.12.0",
|
||||
"react": "17.0.0",
|
||||
"slate": "0.73.1",
|
||||
"slate-history": "0.66.0",
|
||||
"socket.io": "^2.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user