Skip to content

Commit

Permalink
chore: bump spring-shell-e2e dependencies
Browse files Browse the repository at this point in the history
- Bump node-pty from 0.11.0-beta19 to 1.0.0
- Bump xterm-headless from 4.18.0 to 5.5.0
- Rename xterm-headless to @xterm/headless as per https://www.npmjs.com/package/xterm-headless
- Unpin Python 3.11 in e2e test by reverting commit 8097f1e because it's no longer necessary as explained in #909 (comment) .

- Fixes #909
- Fixes #921
  • Loading branch information
codespearhead committed Jun 25, 2024
1 parent a54eb09 commit 18601d8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 35 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
distribution: adopt
java-version: 21
cache: gradle
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down
55 changes: 26 additions & 29 deletions e2e/spring-shell-e2e/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/spring-shell-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"node-pty": "0.11.0-beta19",
"xterm-headless": "^4.18.0"
"node-pty": "^1.0.0",
"@xterm/headless": "^5.5.0"
}
}

0 comments on commit 18601d8

Please sign in to comment.