Skip to content

Commit 04e58b2

Browse files
committed
fix: bump versions
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f513b6a commit 04e58b2

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

demos/gallery/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
"devDependencies": {
2828
"@hpcc-js/api": "^3.3.12",
2929
"@hpcc-js/dataflow": "^9.4.3",
30-
"@hpcc-js/chart": "^3.4.2",
30+
"@hpcc-js/chart": "^3.4.3",
3131
"@hpcc-js/codemirror": "^3.5.2",
32-
"@hpcc-js/codemirror-shim": "^2.37.0",
32+
"@hpcc-js/codemirror-shim": "^2.38.0",
3333
"@hpcc-js/common": "^3.4.2",
34-
"@hpcc-js/comms": "^3.9.3",
35-
"@hpcc-js/composite": "^3.2.15",
36-
"@hpcc-js/ddl-shim": "^3.0.0",
37-
"@hpcc-js/deck-shim": "^2.8.0",
38-
"@hpcc-js/dgrid": "^3.3.2",
34+
"@hpcc-js/comms": "^3.10.1",
35+
"@hpcc-js/composite": "^3.3.1",
36+
"@hpcc-js/ddl-shim": "^3.1.0",
37+
"@hpcc-js/deck-shim": "^2.9.0",
38+
"@hpcc-js/dgrid": "^3.4.1",
3939
"@hpcc-js/dgrid-shim": "^3.2.0",
4040
"@hpcc-js/dgrid2": "^3.3.2",
41-
"@hpcc-js/form": "^3.2.12",
41+
"@hpcc-js/form": "^3.2.13",
4242
"@hpcc-js/graph": "^3.4.2",
4343
"@hpcc-js/html": "^3.2.13",
44-
"@hpcc-js/layout": "^3.2.13",
45-
"@hpcc-js/leaflet-shim": "^2.5.0",
46-
"@hpcc-js/map": "^3.2.18",
44+
"@hpcc-js/layout": "^3.3.1",
45+
"@hpcc-js/leaflet-shim": "^2.6.0",
46+
"@hpcc-js/map": "^3.3.1",
4747
"@hpcc-js/map-deck": "^2.9.1",
48-
"@hpcc-js/marshaller": "^2.28.5",
49-
"@hpcc-js/other": "^3.2.13",
48+
"@hpcc-js/marshaller": "^2.28.6",
49+
"@hpcc-js/other": "^3.3.1",
5050
"@hpcc-js/phosphor": "^3.2.13",
51-
"@hpcc-js/phosphor-shim": "^2.16.0",
51+
"@hpcc-js/phosphor-shim": "^2.17.0",
5252
"@hpcc-js/react": "^3.3.2",
53-
"@hpcc-js/timeline": "^3.0.0",
54-
"@hpcc-js/tree": "^3.0.0",
53+
"@hpcc-js/timeline": "^3.1.0",
54+
"@hpcc-js/tree": "^3.1.0",
5555
"@hpcc-js/util": "^3.3.12",
5656
"d3-selection": "^1"
5757
}

demos/imdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@hpcc-js/common": "^3.4.2",
14-
"@hpcc-js/dgrid": "^3.3.2",
14+
"@hpcc-js/dgrid": "^3.4.1",
1515
"@hpcc-js/dgrid-shim": "^3.2.0",
1616
"@hpcc-js/graph": "^3.4.2",
17-
"@hpcc-js/layout": "^3.2.13",
17+
"@hpcc-js/layout": "^3.3.1",
1818
"@hpcc-js/phosphor": "^3.2.13",
1919
"@hpcc-js/util": "^3.3.12",
2020
"d3-fetch": "^1"

packages/timeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@hpcc-js/api": "^3.3.12",
41-
"@hpcc-js/chart": "^3.4.2",
41+
"@hpcc-js/chart": "^3.4.3",
4242
"@hpcc-js/common": "^3.4.2",
4343
"@hpcc-js/html": "^3.2.13",
4444
"@hpcc-js/layout": "^3.3.1",

0 commit comments

Comments
 (0)