Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jan 17, 2025
1 parent c754fba commit 5210d54
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 460 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"sort-package-json": "^2.10.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"lerna": "^8.1.9",
"prettier": "^3.4.2",
"sort-package-json": "^2.14.0",
"ts-node": "^10.9.2",
"ttpt": "^0.12.1",
"typescript": "^5.6.2",
"ttpt": "^0.13.0",
"typescript": "^5.7.3",
"yarn-upgrade-all": "^0.7.4"
},
"yarn-upgrade-all": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"access": "public"
},
"dependencies": {
"@types/qs": "^6.9.16",
"axios": "^1.7.7",
"qs": "^6.13.0"
"@types/qs": "^6.9.18",
"axios": "^1.7.9",
"qs": "^6.14.0"
},
"devDependencies": {
"dotenv-override-true": "^6.2.2",
"ringcentral-code-generator": "^0.6.13",
"ringcentral-code-generator": "^0.7.2",
"ts-node": "^10.9.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"wait-for-async": "^0.7.0"
"wait-for-async": "^0.7.9"
},
"devDependencies": {
"@rc-ex/core": "file:../../core"
Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"access": "public"
},
"dependencies": {
"@types/ws": "^8.5.12",
"@types/ws": "^8.5.13",
"http-status-codes": "^2.3.0",
"hyperid": "^3.3.0",
"isomorphic-ws": "^5.0.0",
"wait-for-async": "^0.7.0",
"wait-for-async": "^0.7.9",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@rc-ex/rcsdk": "file:../packages/extensions/rcsdk",
"@rc-ex/ws": "file:../packages/extensions/ws",
"@ringcentral/sdk": "^5.0.3",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"dotenv-override-true": "^6.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"wait-for-async": "^0.7.0",
"winston": "^3.14.2"
"wait-for-async": "^0.7.9",
"winston": "^3.17.0"
}
}
Loading

0 comments on commit 5210d54

Please sign in to comment.