Skip to content

Commit

Permalink
chore: Upgrade typescript and devworkspace-generator versions
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
RomanNikitenko committed Oct 30, 2024
1 parent 6739ad2 commit 844ff5f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .rebase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ https://github.com/che-incubator/che-code/commit/d3cf7dc86d284bc4cdff7cc163c5642
- code/src/vs/code/browser/workbench/workbench.html
---

#### @RomanNikitenko
https://github.com/che-incubator/che-code/pull/397

- code/package.json
---
#### @RomanNikitenko @azatsarynnyy
https://github.com/che-incubator/che-code/pull/210 \
https://github.com/che-incubator/che-code/pull/379/commits/926b6fe20ccff7cc7e91aa8d83b3fa56f9fe7632 \
Expand Down
3 changes: 1 addition & 2 deletions .rebase/override/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "che-code",
"bin": "out/vs/server/main.js",
"devDependencies": {
"@vscode/l10n-dev": "0.0.18",
"typescript": "5.6.0-dev.20240715"
"@vscode/l10n-dev": "0.0.18"
}
}
16 changes: 8 additions & 8 deletions code/extensions/che-remote/package-lock.json

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

2 changes: 1 addition & 1 deletion code/extensions/che-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"vscode-nls": "^5.0.0",
"axios": "^1.7.4",
"@eclipse-che/che-devworkspace-generator": "7.90.0-1a2253f",
"@eclipse-che/che-devworkspace-generator": "^7.93.0",
"https": "^1.0.0",
"js-yaml": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions code/package-lock.json

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

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
"typescript": "5.6.0-dev.20240715",
"typescript": "^5.7.0-dev.20240927",
"util": "^0.12.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 4 additions & 4 deletions launcher/package-lock.json

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

2 changes: 1 addition & 1 deletion launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "^2.2.0",
"ts-jest": "29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 844ff5f

Please sign in to comment.