Skip to content

Commit

Permalink
chore: Bump point versions
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 24, 2024
1 parent 4f463ef commit 2729f9d
Show file tree
Hide file tree
Showing 69 changed files with 2,298 additions and 2,045 deletions.
2 changes: 1 addition & 1 deletion components/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@hpcc-js/util": "^2.52.0"
},
"devDependencies": {
"@types/react": "16.14.60",
"@types/react": "16.14.61",
"@types/react-dom": "16.9.24"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions components/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@codemirror/autocomplete": "6.16.3",
"@codemirror/commands": "6.6.0",
"@codemirror/autocomplete": "6.18.1",
"@codemirror/commands": "6.6.2",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lint": "6.8.1",
"@codemirror/lint": "6.8.2",
"@codemirror/search": "6.5.6",
"@codemirror/state": "6.4.1",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.28.2",
"@codemirror/view": "6.33.0",
"@hpcc-js/wc-core": "^0.5.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion components/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@lumino/messaging": "1.10.3",
"@lumino/widgets": "1.37.2",
"d3": "7.9.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions components/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@hpcc-js/observablehq-compiler": "^1.3.0",
"@hpcc-js/wc-core": "^0.5.0",
"@observablehq/runtime": "5.9.8",
"tslib": "2.6.3"
"@observablehq/runtime": "5.9.9",
"tslib": "2.7.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion components/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@hpcc-js/wc-core": "^0.5.0",
"@hpcc-js/wc-editor": "^0.5.0",
"@hpcc-js/wc-layout": "^0.5.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"repository": {
"type": "git",
Expand Down
22 changes: 11 additions & 11 deletions demos/dashy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/comms": "^2.92.2",
"@hpcc-js/dgrid": "^2.32.20",
"@hpcc-js/form": "^2.10.20",
"@hpcc-js/graph": "^2.85.15",
"@hpcc-js/layout": "^2.49.22",
"@hpcc-js/marshaller": "^2.25.50",
"@hpcc-js/other": "^2.15.22",
"@hpcc-js/react": "^2.53.16",
"@hpcc-js/util": "^2.51.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/comms": "^2.97.0",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/form": "^2.11.2",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/layout": "^2.50.2",
"@hpcc-js/marshaller": "^2.26.8",
"@hpcc-js/other": "^2.16.2",
"@hpcc-js/react": "^2.54.0",
"@hpcc-js/util": "^2.52.0",
"d3-array": "^1",
"d3-collection": "^1",
"d3-fetch": "^1",
"d3-selection": "^1",
"es6-promise": "4.2.8",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"devDependencies": {
"material-design-lite": "1.3.0",
Expand Down
50 changes: 25 additions & 25 deletions demos/dermatology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/api": "^2.12.17",
"@hpcc-js/chart": "^2.83.3",
"@hpcc-js/codemirror": "^2.62.0",
"@hpcc-js/codemirror-shim": "^2.35.0",
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/composite": "^2.7.27",
"@hpcc-js/ddl-shim": "^2.20.6",
"@hpcc-js/dgrid": "^2.32.20",
"@hpcc-js/dgrid-shim": "^2.24.10",
"@hpcc-js/form": "^2.10.20",
"@hpcc-js/graph": "^2.85.15",
"@hpcc-js/html": "^2.42.20",
"@hpcc-js/layout": "^2.49.22",
"@hpcc-js/loader": "^2.105.11",
"@hpcc-js/map": "^2.77.21",
"@hpcc-js/marshaller": "^2.25.50",
"@hpcc-js/other": "^2.15.22",
"@hpcc-js/phosphor": "^2.18.8",
"@hpcc-js/phosphor-shim": "^2.14.6",
"@hpcc-js/preact-shim": "^2.16.10",
"@hpcc-js/react": "^2.53.16",
"@hpcc-js/requirejs-shim": "^2.1.5",
"@hpcc-js/timeline": "^2.51.25",
"@hpcc-js/tree": "^2.40.17",
"@hpcc-js/api": "^2.13.0",
"@hpcc-js/chart": "^2.85.0",
"@hpcc-js/codemirror": "^2.63.0",
"@hpcc-js/codemirror-shim": "^2.36.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/composite": "^2.8.2",
"@hpcc-js/ddl-shim": "^2.21.0",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/dgrid-shim": "^2.25.0",
"@hpcc-js/form": "^2.11.2",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/html": "^2.43.0",
"@hpcc-js/layout": "^2.50.2",
"@hpcc-js/loader": "^2.106.11",
"@hpcc-js/map": "^2.78.2",
"@hpcc-js/marshaller": "^2.26.8",
"@hpcc-js/other": "^2.16.2",
"@hpcc-js/phosphor": "^2.19.2",
"@hpcc-js/phosphor-shim": "^2.15.0",
"@hpcc-js/preact-shim": "^2.17.0",
"@hpcc-js/react": "^2.54.0",
"@hpcc-js/requirejs-shim": "^2.2.0",
"@hpcc-js/timeline": "^2.53.1",
"@hpcc-js/tree": "^2.41.0",
"d3-collection": "^1",
"d3-random": "^1",
"d3-selection": "^1",
Expand All @@ -39,6 +39,6 @@
"devDependencies": {
"material-design-lite": "1.3.0",
"pure-css": "1.0.4",
"rimraf": "5.0.7"
"rimraf": "5.0.10"
}
}
58 changes: 29 additions & 29 deletions demos/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
},
"dependencies": {
"es6-promise": "4.2.8",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"devDependencies": {
"@hpcc-js/api": "^2.12.18",
"@hpcc-js/api": "^2.13.0",
"@hpcc-js/dataflow": "^9.0.0",
"@hpcc-js/chart": "^2.83.4",
"@hpcc-js/codemirror": "^2.62.1",
"@hpcc-js/codemirror-shim": "^2.35.1",
"@hpcc-js/common": "^2.71.18",
"@hpcc-js/comms": "^2.93.0",
"@hpcc-js/composite": "^2.7.30",
"@hpcc-js/ddl-shim": "^2.20.7",
"@hpcc-js/deck-shim": "^2.6.10",
"@hpcc-js/dgrid": "^2.32.23",
"@hpcc-js/dgrid-shim": "^2.24.11",
"@hpcc-js/dgrid2": "^2.3.20",
"@hpcc-js/form": "^2.10.21",
"@hpcc-js/graph": "^2.85.16",
"@hpcc-js/html": "^2.42.21",
"@hpcc-js/layout": "^2.49.23",
"@hpcc-js/leaflet-shim": "^2.3.6",
"@hpcc-js/map": "^2.77.22",
"@hpcc-js/map-deck": "^2.7.20",
"@hpcc-js/marshaller": "^2.25.53",
"@hpcc-js/other": "^2.15.23",
"@hpcc-js/phosphor": "^2.18.9",
"@hpcc-js/phosphor-shim": "^2.14.7",
"@hpcc-js/preact-shim": "^2.16.11",
"@hpcc-js/react": "^2.53.17",
"@hpcc-js/timeline": "^2.51.26",
"@hpcc-js/tree": "^2.40.18",
"@hpcc-js/util": "^2.51.1",
"@hpcc-js/chart": "^2.85.0",
"@hpcc-js/codemirror": "^2.63.0",
"@hpcc-js/codemirror-shim": "^2.36.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/comms": "^2.97.0",
"@hpcc-js/composite": "^2.8.2",
"@hpcc-js/ddl-shim": "^2.21.0",
"@hpcc-js/deck-shim": "^2.7.0",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/dgrid-shim": "^2.25.0",
"@hpcc-js/dgrid2": "^2.4.0",
"@hpcc-js/form": "^2.11.2",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/html": "^2.43.0",
"@hpcc-js/layout": "^2.50.2",
"@hpcc-js/leaflet-shim": "^2.4.0",
"@hpcc-js/map": "^2.78.2",
"@hpcc-js/map-deck": "^2.8.0",
"@hpcc-js/marshaller": "^2.26.8",
"@hpcc-js/other": "^2.16.2",
"@hpcc-js/phosphor": "^2.19.2",
"@hpcc-js/phosphor-shim": "^2.15.0",
"@hpcc-js/preact-shim": "^2.17.0",
"@hpcc-js/react": "^2.54.0",
"@hpcc-js/timeline": "^2.53.1",
"@hpcc-js/tree": "^2.41.0",
"@hpcc-js/util": "^2.52.0",
"d3-selection": "^1",
"systemjs": "0.21.4"
}
Expand Down
4 changes: 2 additions & 2 deletions demos/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"d3-scale": "^1",
"es6-promise": "4.2.8",
"h3-js": "3.7.2",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"devDependencies": {
"rimraf": "5.0.7"
"rimraf": "5.0.10"
}
}
18 changes: 9 additions & 9 deletions demos/imdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/dgrid": "^2.32.20",
"@hpcc-js/dgrid-shim": "^2.24.10",
"@hpcc-js/graph": "^2.85.15",
"@hpcc-js/layout": "^2.49.22",
"@hpcc-js/phosphor": "^2.18.8",
"@hpcc-js/util": "^2.51.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/dgrid-shim": "^2.25.0",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/layout": "^2.50.2",
"@hpcc-js/phosphor": "^2.19.2",
"@hpcc-js/util": "^2.52.0",
"d3-fetch": "^1",
"es6-promise": "4.2.8",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"devDependencies": {
"rimraf": "5.0.7"
"rimraf": "5.0.10"
}
}
6 changes: 3 additions & 3 deletions demos/quickstart/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@hpcc-js/phosphor": "*"
},
"devDependencies": {
"rollup": "4.18.0",
"@rollup/plugin-node-resolve": "15.2.3",
"terser": "5.31.1"
"rollup": "4.22.4",
"@rollup/plugin-node-resolve": "15.3.0",
"terser": "5.33.0"
},
"author": "",
"license": "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions demos/react/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@hpcc-js/wc-layout": "^0.5.0",
"@lit-labs/react": "^1.2.1",
"@types/react": "^17.0.80",
"@types/react": "^17.0.82",
"@types/react-dom": "^17.0.25",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -17,7 +17,7 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"scripts": {
"clean": "rimraf --glob ./node_modules/.cache",
Expand Down
Loading

0 comments on commit 2729f9d

Please sign in to comment.