Skip to content

Commit 12671da

Browse files
Bump Created React-based "flat" Tree View with Name / Value columns
1 parent 283fe21 commit 12671da

15 files changed

Lines changed: 1314 additions & 481 deletions

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ tsconfig.json
1919
tools/**/target.txt
2020
tools/**/sha256.txt
2121
docs/component-viewer
22+
webviews/
2223
*.config.{mjs,js,mts,ts}
2324
*.setup.{mjs,js,mts,ts}

package-lock.json

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

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@
601601
},
602602
"dependencies": {
603603
"vscode-uri": "^3.1.0",
604-
"yaml": "^2.8.3",
605-
"xml2js": "^0.6.2"
604+
"xml2js": "^0.6.2",
605+
"yaml": "^2.8.3"
606606
},
607607
"devDependencies": {
608608
"@eclipse-cdt-cloud/vscode-peripheral-inspector": "github:eclipse-cdt-cloud/vscode-peripheral-inspector#v1.9.0",
@@ -614,13 +614,16 @@
614614
"@types/minimist": "^1.2.5",
615615
"@types/node": "^22.19.15",
616616
"@types/node-fetch": "^2.6.13",
617+
"@types/react": "18.3.23",
618+
"@types/react-dom": "18.3.7",
617619
"@types/vscode": "^1.108.1",
618620
"@types/xml2js": "^0.4.14",
619621
"@types/yargs": "^17.0.35",
620622
"@typescript-eslint/eslint-plugin": "8.56.1",
621623
"@typescript-eslint/parser": "8.56.1",
622624
"@vscode/debugprotocol": "^1.68.0",
623625
"@vscode/vsce": "^3.7.1",
626+
"css-loader": "^7.1.4",
624627
"eslint": "^10.0.2",
625628
"eslint-plugin-security": "^4.0.0",
626629
"extract-zip": "^2.0.1",
@@ -637,6 +640,9 @@
637640
"minimist": "^1.2.8",
638641
"node-fetch": "^3.3.2",
639642
"octokit": "^5.0.5",
643+
"react": "18.3.1",
644+
"react-dom": "18.3.1",
645+
"style-loader": "^4.0.0",
640646
"tempfile": "^6.0.1",
641647
"ts-command-line-args": "^2.5.1",
642648
"ts-jest": "29.4.6",

0 commit comments

Comments
 (0)