Merge pull request #6 from hiveteams/chore/update-react-to-17

chore: update react version to 17
This commit is contained in:
Roman Savkiv 2022-12-19 18:31:19 +02:00 committed by GitHub
commit 3dba156566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab", "name": "@hiveteams/collab",
"version": "1.0.4", "version": "1.0.5",
"description": "Slate collaborative editing", "description": "Slate collaborative editing",
"scripts": { "scripts": {
"format": "prettier --write", "format": "prettier --write",
@ -49,14 +49,14 @@
"dependencies": { "dependencies": {
"@types/jest": "^24.9.0", "@types/jest": "^24.9.0",
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
"@types/react": "^16.12.0", "@types/react": "17.0.0",
"@types/socket.io": "^2.1.4", "@types/socket.io": "^2.1.4",
"@types/socket.io-client": "1.4.32", "@types/socket.io-client": "1.4.32",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"automerge": "0.14.0", "automerge": "0.14.0",
"debug": "^4.3.3", "debug": "^4.3.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "16.12.0", "react": "17.0.0",
"slate": "0.73.1", "slate": "0.73.1",
"slate-history": "0.66.0", "slate-history": "0.66.0",
"socket.io": "^2.3.0" "socket.io": "^2.3.0"