Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Sep 18, 2024
1 parent 66f18ce commit 6a14f88
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 210 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^8.1.5",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"eslint-plugin-prettier": "^5.2.1",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"sort-package-json": "^2.10.1",
"ts-node": "^10.9.2",
"ttpt": "^0.9.6",
"typescript": "^5.5.3",
"yarn-upgrade-all": "^0.7.2"
"ttpt": "^0.12.1",
"typescript": "^5.6.2",
"yarn-upgrade-all": "^0.7.4"
},
"yarn-upgrade-all": {
"ignore": [
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"access": "public"
},
"dependencies": {
"@types/qs": "^6.9.15",
"axios": "^1.7.2",
"qs": "^6.12.2"
"@types/qs": "^6.9.16",
"axios": "^1.7.7",
"qs": "^6.13.0"
},
"devDependencies": {
"dotenv-override-true": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/rcsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@rc-ex/core": "file:../../core",
"@ringcentral/sdk": "^5.0.1"
"@ringcentral/sdk": "^5.0.3"
}
}
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.6.1"
"wait-for-async": "^0.7.0"
},
"devDependencies": {
"@rc-ex/core": "file:../../core"
Expand Down
8 changes: 4 additions & 4 deletions packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"access": "public"
},
"dependencies": {
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.12",
"http-status-codes": "^2.3.0",
"hyperid": "^3.2.0",
"hyperid": "^3.3.0",
"isomorphic-ws": "^5.0.0",
"wait-for-async": "^0.6.1",
"ws": "^8.17.1"
"wait-for-async": "^0.7.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@rc-ex/core": "file:../../core"
Expand Down
10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@rc-ex/events": "file:../packages/extensions/events",
"@rc-ex/rcsdk": "file:../packages/extensions/rcsdk",
"@rc-ex/ws": "file:../packages/extensions/ws",
"@ringcentral/sdk": "^5.0.1",
"@types/jest": "^29.5.12",
"@ringcentral/sdk": "^5.0.3",
"@types/jest": "^29.5.13",
"dotenv-override-true": "^6.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"wait-for-async": "^0.6.1",
"winston": "^3.13.0"
"wait-for-async": "^0.7.0",
"winston": "^3.14.2"
}
}
Loading

0 comments on commit 6a14f88

Please sign in to comment.