diff --git a/components/core/package.json b/components/core/package.json index f72c135c17..48dc899229 100644 --- a/components/core/package.json +++ b/components/core/package.json @@ -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": { diff --git a/components/editor/package.json b/components/editor/package.json index 9aa69702de..163071a45c 100644 --- a/components/editor/package.json +++ b/components/editor/package.json @@ -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", diff --git a/components/layout/package.json b/components/layout/package.json index f22874b66c..ef13ba9846 100644 --- a/components/layout/package.json +++ b/components/layout/package.json @@ -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", diff --git a/components/observable/package.json b/components/observable/package.json index 8a159cd07e..f8be665460 100644 --- a/components/observable/package.json +++ b/components/observable/package.json @@ -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", diff --git a/components/preview/package.json b/components/preview/package.json index 22208a375d..6dc3abf5ab 100644 --- a/components/preview/package.json +++ b/components/preview/package.json @@ -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", diff --git a/demos/dashy/package.json b/demos/dashy/package.json index 4e971fe2a3..6ebbc92e3d 100644 --- a/demos/dashy/package.json +++ b/demos/dashy/package.json @@ -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", diff --git a/demos/dermatology/package.json b/demos/dermatology/package.json index f02dc5b578..552a12ceac 100644 --- a/demos/dermatology/package.json +++ b/demos/dermatology/package.json @@ -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", @@ -39,6 +39,6 @@ "devDependencies": { "material-design-lite": "1.3.0", "pure-css": "1.0.4", - "rimraf": "5.0.7" + "rimraf": "5.0.10" } } \ No newline at end of file diff --git a/demos/gallery/package-lock.json b/demos/gallery/package-lock.json deleted file mode 100644 index 39353ae2fe..0000000000 --- a/demos/gallery/package-lock.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "@hpcc-js/demo-gallery", - "requires": true, - "lockfileVersion": 1, - "dependencies": { - "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", - "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" - } - } -} diff --git a/demos/gallery/package.json b/demos/gallery/package.json index 399d0f2bfa..00f3137fa8 100644 --- a/demos/gallery/package.json +++ b/demos/gallery/package.json @@ -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" } diff --git a/demos/gallery/test.html b/demos/gallery/test.html index 1b073ea0bc..6f873e0723 100644 --- a/demos/gallery/test.html +++ b/demos/gallery/test.html @@ -9,7 +9,7 @@ - +