Skip to content

Commit

Permalink
Merge pull request #4311 from GordonSmith/V3TWEAKS_ECLWATCH
Browse files Browse the repository at this point in the history
chore: Switch to vite for development
  • Loading branch information
GordonSmith authored Nov 23, 2024
2 parents b4f63e0 + f136590 commit c65798f
Show file tree
Hide file tree
Showing 171 changed files with 2,478 additions and 1,080 deletions.
54 changes: 27 additions & 27 deletions demos/gallery/samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,27 @@
}
]
},
{
"path": "./samples/chart/dataMeta",
"name": "dataMeta",
"type": "folder",
"children": [
{
"path": "./samples/chart/dataMeta/PieColumn.js",
"name": "PieColumn.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Column",
"Pie"
],
"@hpcc-js/layout": [
"FlexGrid"
]
}
}
]
},
{
"path": "./samples/chart/Gantt",
"name": "Gantt",
Expand Down Expand Up @@ -681,27 +702,6 @@
"SummaryC"
]
}
},
{
"path": "./samples/chart/dataMeta",
"name": "dataMeta",
"type": "folder",
"children": [
{
"path": "./samples/chart/dataMeta/PieColumn.js",
"name": "PieColumn.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Column",
"Pie"
],
"@hpcc-js/layout": [
"FlexGrid"
]
}
}
]
}
]
},
Expand Down Expand Up @@ -901,22 +901,22 @@
}
},
{
"path": "./samples/common/SVGWidget.js",
"name": "SVGWidget.js",
"path": "./samples/common/Shape.js",
"name": "Shape.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"SVGWidget"
"Shape"
]
}
},
{
"path": "./samples/common/Shape.js",
"name": "Shape.js",
"path": "./samples/common/SVGWidget.js",
"name": "SVGWidget.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"Shape"
"SVGWidget"
]
}
},
Expand Down
186 changes: 164 additions & 22 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"playwright": "1.49.0",
"rimraf": "5.0.10",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-static-copy": "^2.1.0",
"vitest": "2.1.5"
},
"overrides": {
Expand All @@ -51,4 +54,4 @@
"author": "HPCC Systems",
"license": "Apache-2.0",
"homepage": "https://github.com/hpcc-systems/Visualization"
}
}
Loading

0 comments on commit c65798f

Please sign in to comment.