Skip to content

Commit

Permalink
Merge 9b4c9f4 into f4845fd
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Mar 2, 2023
2 parents f4845fd + 9b4c9f4 commit 0591da9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions examples/counter-json1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"express": "^4.14.0",
"ot-json1": "^1.0.0",
"reconnecting-websocket": "^4.2.0",
"sharedb": "^1.0.0-beta",
"ws": "^7.2.0"
"express": "^4.18.2",
"ot-json1": "^1.0.2",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^3.2.4",
"ws": "^8.12.1"
},
"devDependencies": {
"browserify": "^16.5.0"
"browserify": "^17.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"express": "^4.14.0",
"reconnecting-websocket": "^4.2.0",
"sharedb": "^1.0.0-beta",
"ws": "^7.2.0"
"express": "^4.18.2",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^3.2.4",
"ws": "^8.12.1"
},
"devDependencies": {
"browserify": "^16.5.0"
"browserify": "^17.0.0"
}
}
28 changes: 14 additions & 14 deletions examples/leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React Leaderboard backed by ShareDB",
"main": "server.js",
"scripts": {
"build": "browserify -t [ babelify --presets [ react ] ] client/index.jsx -o static/dist/bundle.js",
"build": "browserify -t [ babelify --presets [ @babel/react ] ] client/index.jsx -o static/dist/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js"
},
Expand All @@ -16,20 +16,20 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"classnames": "^2.2.5",
"express": "^4.17.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"reconnecting-websocket": "^4.2.0",
"sharedb": "^1.0.0-beta",
"sharedb-mingo-memory": "^1.0.0-beta",
"underscore": "^1.8.3",
"ws": "^7.2.0"
"classnames": "^2.3.2",
"express": "^4.18.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^3.2.4",
"sharedb-mingo-memory": "^2.1.2",
"underscore": "^1.13.6",
"ws": "^8.12.1"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^16.5.0"
"@babel/preset-react": "^7.18.6",
"babelify": "^10.0.0",
"browserify": "^17.0.0"
}
}
16 changes: 8 additions & 8 deletions examples/rich-text-presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"bson-objectid": "^1.3.0",
"express": "^4.17.1",
"bson-objectid": "^2.0.4",
"express": "^4.18.2",
"quill": "^1.3.7",
"quill-cursors": "^2.2.1",
"reconnecting-websocket": "^4.2.0",
"quill-cursors": "^4.0.2",
"reconnecting-websocket": "^4.4.0",
"rich-text": "^4.1.0",
"sharedb": "file:../../",
"tinycolor2": "^1.4.1",
"ws": "^7.2.0"
"sharedb": "^3.2.4",
"tinycolor2": "^1.6.0",
"ws": "^8.12.1"
},
"devDependencies": {
"browserify": "^16.5.0"
"browserify": "^17.0.0"
}
}
12 changes: 6 additions & 6 deletions examples/rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"express": "^4.17.1",
"express": "^4.18.2",
"quill": "^1.3.7",
"reconnecting-websocket": "^4.2.0",
"rich-text": "^4.0.0",
"sharedb": "^1.0.0-beta",
"ws": "^7.2.0"
"reconnecting-websocket": "^4.4.0",
"rich-text": "^4.1.0",
"sharedb": "^3.2.4",
"ws": "^8.12.1"
},
"devDependencies": {
"browserify": "^16.5.0"
"browserify": "^17.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"license": "MIT",
"dependencies": {
"@teamwork/websocket-json-stream": "^2.0.0",
"express": "^4.17.1",
"reconnecting-websocket": "^4.2.0",
"sharedb": "^1.0.0-beta",
"express": "^4.18.2",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^3.2.4",
"sharedb-string-binding": "^1.0.0",
"ws": "^7.2.0"
"ws": "^8.12.1"
},
"devDependencies": {
"browserify": "^16.5.0"
"browserify": "^17.0.0"
}
}

0 comments on commit 0591da9

Please sign in to comment.