Skip to content

Commit 53ad9f2

Browse files
committed
fix: bump versions
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f502b64 commit 53ad9f2

50 files changed

Lines changed: 1349 additions & 1261 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/comms": "2.102.0",
99
"packages/composite": "2.9.3",
1010
"packages/dataflow": "9.1.0",
11-
"packages/ddl-shim": "2.22.0",
11+
"packages/ddl-shim": "2.24.0",
1212
"packages/deck-shim": "2.8.0",
1313
"packages/dgrid": "2.34.2",
1414
"packages/dgrid-shim": "2.26.0",
@@ -32,8 +32,8 @@
3232
"packages/preact-shim": "2.18.0",
3333
"packages/react": "2.55.1",
3434
"packages/requirejs-shim": "2.3.0",
35-
"packages/timeline": "2.54.1",
36-
"packages/tree": "2.42.1",
35+
"packages/timeline": "2.56.0",
36+
"packages/tree": "2.44.0",
3737
"packages/util": "2.53.1",
3838
"packages/observable-shim": "1.0.0"
3939
}

components/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@hpcc-js/util": "^2.53.0"
32+
"@hpcc-js/util": "^2.53.1"
3333
},
3434
"devDependencies": {
35-
"@types/react": "16.14.63",
35+
"@types/react": "16.14.67",
3636
"@types/react-dom": "16.9.25"
3737
},
3838
"peerDependencies": {

components/editor/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@codemirror/autocomplete": "6.18.6",
33-
"@codemirror/commands": "6.8.1",
34-
"@codemirror/lang-html": "6.4.9",
35-
"@codemirror/lang-javascript": "6.2.3",
36-
"@codemirror/lang-json": "6.0.1",
37-
"@codemirror/lint": "6.8.5",
38-
"@codemirror/search": "6.5.10",
32+
"@codemirror/autocomplete": "6.19.0",
33+
"@codemirror/commands": "6.9.0",
34+
"@codemirror/lang-html": "6.4.11",
35+
"@codemirror/lang-javascript": "6.2.4",
36+
"@codemirror/lang-json": "6.0.2",
37+
"@codemirror/lint": "6.9.0",
38+
"@codemirror/search": "6.5.11",
3939
"@codemirror/state": "6.5.2",
40-
"@codemirror/theme-one-dark": "6.1.2",
41-
"@codemirror/view": "6.36.5",
40+
"@codemirror/theme-one-dark": "6.1.3",
41+
"@codemirror/view": "6.38.6",
4242
"@hpcc-js/wc-core": "^0.5.0",
4343
"tslib": "2.8.1"
4444
},

demos/dashy/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"update": "npx --yes npm-check-updates -u -t minor"
1717
},
1818
"dependencies": {
19-
"@hpcc-js/common": "^2.73.0",
20-
"@hpcc-js/comms": "^2.99.1",
21-
"@hpcc-js/dgrid": "^2.34.0",
22-
"@hpcc-js/form": "^2.12.0",
23-
"@hpcc-js/graph": "^2.87.0",
24-
"@hpcc-js/layout": "^2.51.0",
25-
"@hpcc-js/marshaller": "^2.27.3",
26-
"@hpcc-js/other": "^2.17.0",
27-
"@hpcc-js/react": "^2.55.0",
28-
"@hpcc-js/util": "^2.53.0",
19+
"@hpcc-js/common": "^2.73.1",
20+
"@hpcc-js/comms": "^2.102.0",
21+
"@hpcc-js/dgrid": "^2.34.2",
22+
"@hpcc-js/form": "^2.12.1",
23+
"@hpcc-js/graph": "^2.87.1",
24+
"@hpcc-js/layout": "^2.51.1",
25+
"@hpcc-js/marshaller": "^2.28.5",
26+
"@hpcc-js/other": "^2.17.1",
27+
"@hpcc-js/react": "^2.55.1",
28+
"@hpcc-js/util": "^2.53.1",
2929
"d3-array": "^1",
3030
"d3-collection": "^1",
3131
"d3-fetch": "^1",

demos/dermatology/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
"update": "npx --yes npm-check-updates -u -t minor"
77
},
88
"dependencies": {
9-
"@hpcc-js/api": "^2.14.0",
10-
"@hpcc-js/chart": "^2.86.0",
11-
"@hpcc-js/codemirror": "^2.65.0",
9+
"@hpcc-js/api": "^2.14.1",
10+
"@hpcc-js/chart": "^2.86.1",
11+
"@hpcc-js/codemirror": "^2.66.0",
1212
"@hpcc-js/codemirror-shim": "^2.37.0",
13-
"@hpcc-js/common": "^2.73.0",
14-
"@hpcc-js/composite": "^2.9.0",
15-
"@hpcc-js/ddl-shim": "^2.22.0",
16-
"@hpcc-js/dgrid": "^2.34.0",
13+
"@hpcc-js/common": "^2.73.1",
14+
"@hpcc-js/composite": "^2.9.3",
15+
"@hpcc-js/ddl-shim": "^2.24.0",
16+
"@hpcc-js/dgrid": "^2.34.2",
1717
"@hpcc-js/dgrid-shim": "^2.26.0",
18-
"@hpcc-js/form": "^2.12.0",
19-
"@hpcc-js/graph": "^2.87.0",
20-
"@hpcc-js/html": "^2.44.0",
21-
"@hpcc-js/layout": "^2.51.0",
22-
"@hpcc-js/loader": "^2.107.3",
23-
"@hpcc-js/map": "^2.79.0",
24-
"@hpcc-js/marshaller": "^2.27.3",
25-
"@hpcc-js/other": "^2.17.0",
26-
"@hpcc-js/phosphor": "^2.20.0",
18+
"@hpcc-js/form": "^2.12.1",
19+
"@hpcc-js/graph": "^2.87.1",
20+
"@hpcc-js/html": "^2.44.1",
21+
"@hpcc-js/layout": "^2.51.1",
22+
"@hpcc-js/loader": "^2.108.5",
23+
"@hpcc-js/map": "^2.79.1",
24+
"@hpcc-js/marshaller": "^2.28.5",
25+
"@hpcc-js/other": "^2.17.1",
26+
"@hpcc-js/phosphor": "^2.20.2",
2727
"@hpcc-js/phosphor-shim": "^2.16.0",
2828
"@hpcc-js/preact-shim": "^2.18.0",
29-
"@hpcc-js/react": "^2.55.0",
29+
"@hpcc-js/react": "^2.55.1",
3030
"@hpcc-js/requirejs-shim": "^2.3.0",
31-
"@hpcc-js/timeline": "^2.54.0",
32-
"@hpcc-js/tree": "^2.42.0",
31+
"@hpcc-js/timeline": "^2.56.0",
32+
"@hpcc-js/tree": "^2.44.0",
3333
"d3-collection": "^1",
3434
"d3-random": "^1",
3535
"d3-selection": "^1",

demos/gallery/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
"tslib": "2.8.1"
1616
},
1717
"devDependencies": {
18-
"@hpcc-js/api": "^2.14.0",
19-
"@hpcc-js/dataflow": "^9.3.0",
20-
"@hpcc-js/chart": "^2.86.0",
21-
"@hpcc-js/codemirror": "^2.65.0",
18+
"@hpcc-js/api": "^2.14.1",
19+
"@hpcc-js/dataflow": "^9.4.3",
20+
"@hpcc-js/chart": "^2.86.1",
21+
"@hpcc-js/codemirror": "^2.66.0",
2222
"@hpcc-js/codemirror-shim": "^2.37.0",
23-
"@hpcc-js/common": "^2.73.0",
24-
"@hpcc-js/comms": "^2.99.1",
25-
"@hpcc-js/composite": "^2.9.0",
26-
"@hpcc-js/ddl-shim": "^2.22.0",
23+
"@hpcc-js/common": "^2.73.1",
24+
"@hpcc-js/comms": "^2.102.0",
25+
"@hpcc-js/composite": "^2.9.3",
26+
"@hpcc-js/ddl-shim": "^2.24.0",
2727
"@hpcc-js/deck-shim": "^2.8.0",
28-
"@hpcc-js/dgrid": "^2.34.0",
28+
"@hpcc-js/dgrid": "^2.34.2",
2929
"@hpcc-js/dgrid-shim": "^2.26.0",
30-
"@hpcc-js/dgrid2": "^2.5.0",
31-
"@hpcc-js/form": "^2.12.0",
32-
"@hpcc-js/graph": "^2.87.0",
33-
"@hpcc-js/html": "^2.44.0",
34-
"@hpcc-js/layout": "^2.51.0",
30+
"@hpcc-js/dgrid2": "^2.5.1",
31+
"@hpcc-js/form": "^2.12.1",
32+
"@hpcc-js/graph": "^2.87.1",
33+
"@hpcc-js/html": "^2.44.1",
34+
"@hpcc-js/layout": "^2.51.1",
3535
"@hpcc-js/leaflet-shim": "^2.5.0",
36-
"@hpcc-js/map": "^2.79.0",
37-
"@hpcc-js/map-deck": "^2.9.0",
38-
"@hpcc-js/marshaller": "^2.27.3",
39-
"@hpcc-js/other": "^2.17.0",
40-
"@hpcc-js/phosphor": "^2.20.0",
36+
"@hpcc-js/map": "^2.79.1",
37+
"@hpcc-js/map-deck": "^2.9.1",
38+
"@hpcc-js/marshaller": "^2.28.5",
39+
"@hpcc-js/other": "^2.17.1",
40+
"@hpcc-js/phosphor": "^2.20.2",
4141
"@hpcc-js/phosphor-shim": "^2.16.0",
4242
"@hpcc-js/preact-shim": "^2.18.0",
43-
"@hpcc-js/react": "^2.55.0",
44-
"@hpcc-js/timeline": "^2.54.0",
45-
"@hpcc-js/tree": "^2.42.0",
46-
"@hpcc-js/util": "^2.53.0",
43+
"@hpcc-js/react": "^2.55.1",
44+
"@hpcc-js/timeline": "^2.56.0",
45+
"@hpcc-js/tree": "^2.44.0",
46+
"@hpcc-js/util": "^2.53.1",
4747
"d3-selection": "^1",
48-
"systemjs": "0.21.4"
48+
"systemjs": "0.21.6"
4949
}
5050
}

demos/imdb/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"update": "npx --yes npm-check-updates -u -t minor"
1111
},
1212
"dependencies": {
13-
"@hpcc-js/common": "^2.73.0",
14-
"@hpcc-js/dgrid": "^2.34.0",
13+
"@hpcc-js/common": "^2.73.1",
14+
"@hpcc-js/dgrid": "^2.34.2",
1515
"@hpcc-js/dgrid-shim": "^2.26.0",
16-
"@hpcc-js/graph": "^2.87.0",
17-
"@hpcc-js/layout": "^2.51.0",
18-
"@hpcc-js/phosphor": "^2.20.0",
19-
"@hpcc-js/util": "^2.53.0",
16+
"@hpcc-js/graph": "^2.87.1",
17+
"@hpcc-js/layout": "^2.51.1",
18+
"@hpcc-js/phosphor": "^2.20.2",
19+
"@hpcc-js/util": "^2.53.1",
2020
"d3-fetch": "^1",
2121
"es6-promise": "4.2.8",
2222
"tslib": "2.8.1"

demos/quickstart/rollup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@hpcc-js/phosphor": "*"
1818
},
1919
"devDependencies": {
20-
"rollup": "4.39.0",
21-
"@rollup/plugin-node-resolve": "16.0.1",
22-
"terser": "5.39.0"
20+
"rollup": "4.52.5",
21+
"@rollup/plugin-node-resolve": "16.0.3",
22+
"terser": "5.44.0"
2323
},
2424
"author": "",
2525
"license": "Apache-2.0"

demos/react/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@hpcc-js/wc-layout": "^0.5.0",
77
"@lit-labs/react": "^1.2.1",
8-
"@types/react": "^17.0.85",
8+
"@types/react": "^17.0.89",
99
"@types/react-dom": "^17.0.26",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
@@ -17,7 +17,7 @@
1717
"@testing-library/user-event": "^13.5.0",
1818
"@types/jest": "^27.5.2",
1919
"@types/node": "^18",
20-
"typescript": "5.8.2"
20+
"typescript": "5.9.3"
2121
},
2222
"scripts": {
2323
"clean": "rimraf --glob ./node_modules/.cache",

0 commit comments

Comments
 (0)