Skip to content

Commit

Permalink
Merge pull request #4117 from GordonSmith/trunk
Browse files Browse the repository at this point in the history
chore:  Bump version
  • Loading branch information
GordonSmith authored Oct 12, 2023
2 parents 87c22ec + 741b36d commit 5f1fdb6
Show file tree
Hide file tree
Showing 67 changed files with 4,111 additions and 21,906 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[actions]"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[submodule]"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[npm]"
4 changes: 2 additions & 2 deletions components/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@hpcc-js/util": "^2.50.5"
},
"devDependencies": {
"@types/react": "16.14.42",
"@types/react-dom": "16.9.19"
"@types/react": "16.14.49",
"@types/react-dom": "16.9.20"
},
"peerDependencies": {
"react": "*",
Expand Down
18 changes: 9 additions & 9 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.7.1",
"@codemirror/commands": "6.2.4",
"@codemirror/lang-html": "6.4.4",
"@codemirror/lang-javascript": "6.1.9",
"@codemirror/autocomplete": "6.10.1",
"@codemirror/commands": "6.3.0",
"@codemirror/lang-html": "6.4.6",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lint": "6.2.2",
"@codemirror/search": "6.5.0",
"@codemirror/state": "6.2.1",
"@codemirror/lint": "6.4.2",
"@codemirror/search": "6.5.4",
"@codemirror/state": "6.3.0",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.13.0",
"@codemirror/view": "6.21.3",
"@hpcc-js/wc-core": "^0.4.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"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.8.5",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion components/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@hpcc-js/observable-md": "^2.54.12",
"@hpcc-js/wc-core": "^0.4.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"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.4.8",
"@hpcc-js/wc-editor": "^0.4.8",
"@hpcc-js/wc-layout": "^0.4.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"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.8",
"@hpcc-js/comms": "^2.82.1",
"@hpcc-js/dgrid": "^2.32.8",
"@hpcc-js/form": "^2.10.8",
"@hpcc-js/graph": "^2.85.4",
"@hpcc-js/layout": "^2.49.8",
"@hpcc-js/marshaller": "^2.25.16",
"@hpcc-js/other": "^2.15.8",
"@hpcc-js/react": "^2.53.5",
"@hpcc-js/util": "^2.50.2",
"@hpcc-js/common": "^2.71.11",
"@hpcc-js/comms": "^2.84.3",
"@hpcc-js/dgrid": "^2.32.12",
"@hpcc-js/form": "^2.10.11",
"@hpcc-js/graph": "^2.85.7",
"@hpcc-js/layout": "^2.49.11",
"@hpcc-js/marshaller": "^2.25.26",
"@hpcc-js/other": "^2.15.11",
"@hpcc-js/react": "^2.53.8",
"@hpcc-js/util": "^2.50.5",
"d3-array": "^1",
"d3-collection": "^1",
"d3-fetch": "^1",
"d3-selection": "^1",
"es6-promise": "4.2.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"devDependencies": {
"material-design-lite": "1.3.0",
Expand Down
48 changes: 24 additions & 24 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.8",
"@hpcc-js/chart": "^2.81.3",
"@hpcc-js/codemirror": "^2.60.8",
"@hpcc-js/codemirror-shim": "^2.34.2",
"@hpcc-js/common": "^2.71.8",
"@hpcc-js/composite": "^2.7.9",
"@hpcc-js/ddl-shim": "^2.20.2",
"@hpcc-js/dgrid": "^2.32.8",
"@hpcc-js/dgrid-shim": "^2.24.2",
"@hpcc-js/form": "^2.10.8",
"@hpcc-js/graph": "^2.85.4",
"@hpcc-js/html": "^2.42.9",
"@hpcc-js/layout": "^2.49.8",
"@hpcc-js/loader": "^2.104.19",
"@hpcc-js/map": "^2.77.7",
"@hpcc-js/marshaller": "^2.25.16",
"@hpcc-js/other": "^2.15.8",
"@hpcc-js/phosphor": "^2.16.8",
"@hpcc-js/phosphor-shim": "^2.14.3",
"@hpcc-js/preact-shim": "^2.16.3",
"@hpcc-js/react": "^2.53.5",
"@hpcc-js/requirejs-shim": "^2.1.3",
"@hpcc-js/timeline": "^2.51.11",
"@hpcc-js/tree": "^2.40.8",
"@hpcc-js/api": "^2.12.11",
"@hpcc-js/chart": "^2.81.6",
"@hpcc-js/codemirror": "^2.60.11",
"@hpcc-js/codemirror-shim": "^2.34.5",
"@hpcc-js/common": "^2.71.11",
"@hpcc-js/composite": "^2.7.13",
"@hpcc-js/ddl-shim": "^2.20.5",
"@hpcc-js/dgrid": "^2.32.12",
"@hpcc-js/dgrid-shim": "^2.24.6",
"@hpcc-js/form": "^2.10.11",
"@hpcc-js/graph": "^2.85.7",
"@hpcc-js/html": "^2.42.12",
"@hpcc-js/layout": "^2.49.11",
"@hpcc-js/loader": "^2.104.29",
"@hpcc-js/map": "^2.77.10",
"@hpcc-js/marshaller": "^2.25.26",
"@hpcc-js/other": "^2.15.11",
"@hpcc-js/phosphor": "^2.16.11",
"@hpcc-js/phosphor-shim": "^2.14.6",
"@hpcc-js/preact-shim": "^2.16.6",
"@hpcc-js/react": "^2.53.8",
"@hpcc-js/requirejs-shim": "^2.1.5",
"@hpcc-js/timeline": "^2.51.14",
"@hpcc-js/tree": "^2.40.11",
"d3-collection": "^1",
"d3-random": "^1",
"d3-selection": "^1",
Expand Down
58 changes: 29 additions & 29 deletions demos/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@
},
"dependencies": {
"es6-promise": "4.2.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@hpcc-js/api": "^2.12.8",
"@hpcc-js/chart": "^2.81.3",
"@hpcc-js/codemirror": "^2.60.8",
"@hpcc-js/codemirror-shim": "^2.34.2",
"@hpcc-js/common": "^2.71.8",
"@hpcc-js/comms": "^2.82.1",
"@hpcc-js/composite": "^2.7.9",
"@hpcc-js/ddl-shim": "^2.20.2",
"@hpcc-js/deck-shim": "^2.6.2",
"@hpcc-js/dgrid": "^2.32.8",
"@hpcc-js/dgrid-shim": "^2.24.2",
"@hpcc-js/dgrid2": "^2.3.8",
"@hpcc-js/form": "^2.10.8",
"@hpcc-js/graph": "^2.85.4",
"@hpcc-js/html": "^2.42.9",
"@hpcc-js/layout": "^2.49.8",
"@hpcc-js/leaflet-shim": "^2.3.2",
"@hpcc-js/map": "^2.77.7",
"@hpcc-js/map-deck": "^2.7.8",
"@hpcc-js/marshaller": "^2.25.16",
"@hpcc-js/other": "^2.15.8",
"@hpcc-js/phosphor": "^2.16.8",
"@hpcc-js/phosphor-shim": "^2.14.3",
"@hpcc-js/preact-shim": "^2.16.3",
"@hpcc-js/react": "^2.53.5",
"@hpcc-js/timeline": "^2.51.11",
"@hpcc-js/tree": "^2.40.8",
"@hpcc-js/util": "^2.50.2",
"@hpcc-js/api": "^2.12.11",
"@hpcc-js/chart": "^2.81.6",
"@hpcc-js/codemirror": "^2.60.11",
"@hpcc-js/codemirror-shim": "^2.34.5",
"@hpcc-js/common": "^2.71.11",
"@hpcc-js/comms": "^2.84.3",
"@hpcc-js/composite": "^2.7.13",
"@hpcc-js/ddl-shim": "^2.20.5",
"@hpcc-js/deck-shim": "^2.6.5",
"@hpcc-js/dgrid": "^2.32.12",
"@hpcc-js/dgrid-shim": "^2.24.6",
"@hpcc-js/dgrid2": "^2.3.11",
"@hpcc-js/form": "^2.10.11",
"@hpcc-js/graph": "^2.85.7",
"@hpcc-js/html": "^2.42.12",
"@hpcc-js/layout": "^2.49.11",
"@hpcc-js/leaflet-shim": "^2.3.3",
"@hpcc-js/map": "^2.77.10",
"@hpcc-js/map-deck": "^2.7.11",
"@hpcc-js/marshaller": "^2.25.26",
"@hpcc-js/other": "^2.15.11",
"@hpcc-js/phosphor": "^2.16.11",
"@hpcc-js/phosphor-shim": "^2.14.6",
"@hpcc-js/preact-shim": "^2.16.6",
"@hpcc-js/react": "^2.53.8",
"@hpcc-js/timeline": "^2.51.14",
"@hpcc-js/tree": "^2.40.11",
"@hpcc-js/util": "^2.50.5",
"d3-selection": "^1",
"systemjs": "0.21.6"
}
Expand Down
2 changes: 1 addition & 1 deletion demos/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"d3-scale": "^1",
"es6-promise": "4.2.8",
"h3-js": "3.7.2",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"devDependencies": {
"rimraf": "2.7.1"
Expand Down
16 changes: 8 additions & 8 deletions demos/imdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/common": "^2.71.8",
"@hpcc-js/dgrid": "^2.32.8",
"@hpcc-js/dgrid-shim": "^2.24.2",
"@hpcc-js/graph": "^2.85.4",
"@hpcc-js/layout": "^2.49.8",
"@hpcc-js/phosphor": "^2.16.8",
"@hpcc-js/util": "^2.50.2",
"@hpcc-js/common": "^2.71.11",
"@hpcc-js/dgrid": "^2.32.12",
"@hpcc-js/dgrid-shim": "^2.24.6",
"@hpcc-js/graph": "^2.85.7",
"@hpcc-js/layout": "^2.49.11",
"@hpcc-js/phosphor": "^2.16.11",
"@hpcc-js/util": "^2.50.5",
"d3-fetch": "^1",
"es6-promise": "4.2.8",
"tslib": "2.4.1"
"tslib": "2.6.2"
},
"devDependencies": {
"rimraf": "2.7.1"
Expand Down
2 changes: 1 addition & 1 deletion demos/quickstart/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"rollup": "2.79.1",
"@rollup/plugin-node-resolve": "13.3.0",
"terser": "5.17.7"
"terser": "5.21.0"
},
"author": "",
"license": "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions demos/react/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"private": true,
"dependencies": {
"@hpcc-js/wc-layout": "^0.4.8",
"@lit-labs/react": "^1.2.0",
"@types/react": "^17.0.60",
"@types/react-dom": "^17.0.20",
"@lit-labs/react": "^1.2.1",
"@types/react": "^17.0.68",
"@types/react-dom": "^17.0.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
Expand Down
34 changes: 17 additions & 17 deletions demos/storyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/chart": "^2.81.3",
"@hpcc-js/codemirror": "^2.60.8",
"@hpcc-js/common": "^2.71.8",
"@hpcc-js/comms": "^2.82.1",
"@hpcc-js/ddl-shim": "^2.20.2",
"@hpcc-js/dgrid": "^2.32.8",
"@hpcc-js/eclwatch": "^2.73.16",
"@hpcc-js/form": "^2.10.8",
"@hpcc-js/graph": "^2.85.4",
"@hpcc-js/layout": "^2.49.8",
"@hpcc-js/map": "^2.77.7",
"@hpcc-js/marshaller": "^2.25.16",
"@hpcc-js/observable-md": "^2.54.9",
"@hpcc-js/other": "^2.15.8",
"@hpcc-js/phosphor": "^2.16.8",
"@hpcc-js/util": "^2.50.2"
"@hpcc-js/chart": "^2.81.6",
"@hpcc-js/codemirror": "^2.60.11",
"@hpcc-js/common": "^2.71.11",
"@hpcc-js/comms": "^2.84.3",
"@hpcc-js/ddl-shim": "^2.20.5",
"@hpcc-js/dgrid": "^2.32.12",
"@hpcc-js/eclwatch": "^2.73.26",
"@hpcc-js/form": "^2.10.11",
"@hpcc-js/graph": "^2.85.7",
"@hpcc-js/layout": "^2.49.11",
"@hpcc-js/map": "^2.77.10",
"@hpcc-js/marshaller": "^2.25.26",
"@hpcc-js/observable-md": "^2.54.12",
"@hpcc-js/other": "^2.15.11",
"@hpcc-js/phosphor": "^2.16.11",
"@hpcc-js/util": "^2.50.5"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.10.23",
"d3-require": "^1",
"tslib": "2.4.1"
"tslib": "2.6.2"
}
}
Loading

0 comments on commit 5f1fdb6

Please sign in to comment.