Skip to content

Commit

Permalink
chore(deps): update socketcluster to v19 (#1591)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
renovate[bot] and Methuselah96 committed Jan 1, 2024
1 parent 28a08cd commit 8aa3765
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 78 deletions.
4 changes: 2 additions & 2 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"socketcluster-client": "^17.2.2"
"socketcluster-client": "^19.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -83,7 +83,7 @@
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/socketcluster-client": "^16.0.3",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/webpack-env": "^1.18.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"semver": "^7.5.4",
"socketcluster-server": "^17.4.1",
"socketcluster-server": "^19.0.1",
"sqlite3": "^5.1.6",
"styled-components": "^5.3.11",
"uuid": "^9.0.1"
Expand All @@ -78,8 +78,8 @@
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.5",
"@types/semver": "^7.5.6",
"@types/socketcluster-client": "^16.0.3",
"@types/socketcluster-server": "^17.3.3",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.0",
"@types/styled-components": "^5.1.34",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.7",
Expand All @@ -91,7 +91,7 @@
"jest": "^29.7.0",
"ncp": "^2.0.0",
"rimraf": "^5.0.5",
"socketcluster-client": "^17.2.2",
"socketcluster-client": "^19.1.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsan": "^3.1.14",
"querystring": "^0.2.1",
"rn-host-detect": "^1.2.0",
"socketcluster-client": "^17.2.2"
"socketcluster-client": "^19.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -59,7 +59,7 @@
"@types/jsan": "^3.1.5",
"@types/node": "^20.10.5",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^16.0.3",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
Expand Down
119 changes: 49 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8aa3765

Please sign in to comment.