Skip to content

Commit

Permalink
Upgrade deps in examples. Closes #594
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Mar 2, 2023
1 parent f4845fd commit ad23bf0
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 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"
}
}
26 changes: 13 additions & 13 deletions examples/leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0"
}
}
14 changes: 7 additions & 7 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"
"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 ad23bf0

Please sign in to comment.