Skip to content

Commit b5ca429

Browse files
authored
Merge branch 'main' into feat/kpatl-1537
2 parents 5977cdc + 203751e commit b5ca429

File tree

16 files changed

+515
-207
lines changed

16 files changed

+515
-207
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-node@v4
25+
- uses: actions/setup-node@v5
2626
with:
2727
node-version-file: ".nvmrc"
2828
cache: "npm"

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version-file: ".nvmrc"
1717
cache: "npm"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v5
1313
with:
1414
node-version-file: ".nvmrc"
1515
cache: "npm"

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version-file: ".nvmrc"
1717
cache: "npm"

client/package-lock.json

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

client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"vscode": "^1.89.0"
1010
},
1111
"dependencies": {
12-
"ag-grid-community": "^34.1.1",
13-
"ag-grid-react": "^34.1.1",
14-
"axios": "^1.11.0",
12+
"ag-grid-community": "^34.1.2",
13+
"ag-grid-react": "^34.1.2",
14+
"axios": "^1.12.0",
1515
"highlight.js": "^11.11.1",
16-
"marked": "^16.2.0",
16+
"marked": "^16.2.1",
1717
"media-typer": "^1.1.0",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
20-
"ssh2": "^1.16.0",
21-
"uuid": "^11.1.0",
20+
"ssh2": "^1.17.0",
21+
"uuid": "^13.0.0",
2222
"vscode-languageclient": "^10.0.0-next.2",
23-
"zustand": "^5.0.7"
23+
"zustand": "^5.0.8"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.10",
27-
"@types/react-dom": "^19.1.7",
26+
"@types/react": "^19.1.12",
27+
"@types/react-dom": "^19.1.9",
2828
"@types/ssh2": "^1.15.5",
2929
"@types/uuid": "^10.0.0",
3030
"@types/vscode": "1.82.0",

0 commit comments

Comments
 (0)