Skip to content

Commit 7b939a6

Browse files
tobeojjbottiglieroclaude
authored
chore: update @globus/sdk to ^6.2.0 (#132)
* chore: update @globus/sdk to ^6.2.0 Update the @globus/sdk devDependency from ^5.8.0 to ^6.2.0 to use the latest stable version. All tests and builds pass successfully with the new version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: update peerDependencies to reference stable 6.x Update the @globus/sdk peerDependency range from ">=5.4.0 || >=6.0.0-rc.6" to ">=5.4.0 || >=6.0.0" to reference the stable 6.x version instead of the release candidate. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Joe Bottigliero <694253+jbottigliero@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d4d61d9 commit 7b939a6

2 files changed

Lines changed: 7 additions & 15 deletions

File tree

package-lock.json

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"author": "Joe Bottigliero",
2929
"license": "Apache-2.0",
3030
"peerDependencies": {
31-
"@globus/sdk": ">=5.4.0 || >=6.0.0-rc.6",
31+
"@globus/sdk": ">=5.4.0 || >=6.0.0",
3232
"react": ">=18",
3333
"react-dom": ">=18"
3434
},
3535
"devDependencies": {
36-
"@globus/sdk": "^5.8.0",
36+
"@globus/sdk": "^6.2.0",
3737
"@testing-library/dom": "^10.4.1",
3838
"@testing-library/jest-dom": "^6.9.1",
3939
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)