Skip to content

Commit

Permalink
Merge pull request #6 from hiveteams/chore/update-react-to-17
Browse files Browse the repository at this point in the history
chore: update react version to 17
  • Loading branch information
rsavkiv authored Dec 19, 2022
2 parents 3064d0e + 65cf6f7 commit 3dba156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab",
"version": "1.0.4",
"version": "1.0.5",
"description": "Slate collaborative editing",
"scripts": {
"format": "prettier --write",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3dba156

Please sign in to comment.