Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 24, 2025
1 parent 36765f5 commit fbeb30e
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 146 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"scripts": {
"compile": "lerna exec 'yarn build' --scope=@rc-ex/core && lerna exec 'yarn build' --no-private --ignore=@rc-ex/core",
"reset": "lerna exec 'rm -rf dist'",
"reinstall": "lerna exec 'rm -rf node_modules' && yarn install",
"prepublishOnly": "yarn reset && yarn compile && yarn test",
"test": "yarn workspace @rc-ex/test run vitest",
"upgrade-all": "yarn-upgrade-all -W && yarn workspaces run yarn-upgrade-all && yarn install"
},
"devDependencies": {
"@types/node": "^22.13.1",
"lerna": "^8.1.9",
"@types/node": "^22.13.5",
"lerna": "^8.2.0",
"typescript": "^5.7.3",
"yarn-upgrade-all": "^0.7.4"
"yarn-upgrade-all": "^0.7.5"
}
}
2 changes: 1 addition & 1 deletion packages/extensions/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"wait-for-async": "^0.7.11"
"wait-for-async": "^0.7.13"
},
"scripts": {
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
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 @@ -43,8 +43,8 @@
"http-status-codes": "^2.3.0",
"hyperid": "^3.3.0",
"isomorphic-ws": "^5.0.0",
"wait-for-async": "^0.7.11",
"ws": "^8.18.0"
"wait-for-async": "^0.7.13",
"ws": "^8.18.1"
},
"scripts": {
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
Expand Down
18 changes: 9 additions & 9 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@rc-ex/authorize-uri": "./packages/extensions/authorize-uri",
"@rc-ex/auto-refresh": "./packages/extensions/auto-refresh",
"@rc-ex/core": "./packages/core",
"@rc-ex/debug": "./packages/extensions/debug",
"@rc-ex/events": "./packages/extensions/events",
"@rc-ex/rcsdk": "./packages/extensions/rcsdk",
"@rc-ex/ws": "./packages/extensions/ws",
"@rc-ex/authorize-uri": "^1.3.12",
"@rc-ex/auto-refresh": "^0.3.12",
"@rc-ex/core": "^1.6.16",
"@rc-ex/debug": "^1.3.12",
"@rc-ex/events": "^1.3.12",
"@rc-ex/rcsdk": "^1.3.13",
"@rc-ex/ws": "^1.3.16",
"@ringcentral/sdk": "^5.0.3",
"dotenv-override-true": "^6.2.2",
"vitest": "^3.0.5",
"wait-for-async": "^0.7.11",
"vitest": "^3.0.6",
"wait-for-async": "^0.7.13",
"winston": "^3.17.0"
}
}
Loading

0 comments on commit fbeb30e

Please sign in to comment.