Skip to content

Commit e200466

Browse files
authored
Merge pull request #4458 from GordonSmith/BUMP_VERSIONS
fix: Bump versions to latest
2 parents b1388e5 + 8c541d7 commit e200466

9 files changed

Lines changed: 96 additions & 96 deletions

File tree

demos/gallery/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,34 @@
2525
"tslib": "2.8.1"
2626
},
2727
"devDependencies": {
28-
"@hpcc-js/api": "^3.3.10",
29-
"@hpcc-js/dataflow": "^9.4.0",
30-
"@hpcc-js/chart": "^3.4.0",
31-
"@hpcc-js/codemirror": "^3.5.0",
28+
"@hpcc-js/api": "^3.3.11",
29+
"@hpcc-js/dataflow": "^9.4.1",
30+
"@hpcc-js/chart": "^3.4.1",
31+
"@hpcc-js/codemirror": "^3.5.1",
3232
"@hpcc-js/codemirror-shim": "^2.37.0",
33-
"@hpcc-js/common": "^3.4.0",
34-
"@hpcc-js/comms": "^3.8.0",
35-
"@hpcc-js/composite": "^3.2.13",
33+
"@hpcc-js/common": "^3.4.1",
34+
"@hpcc-js/comms": "^3.8.1",
35+
"@hpcc-js/composite": "^3.2.14",
3636
"@hpcc-js/ddl-shim": "^3.0.0",
3737
"@hpcc-js/deck-shim": "^2.8.0",
38-
"@hpcc-js/dgrid": "^3.3.0",
38+
"@hpcc-js/dgrid": "^3.3.1",
3939
"@hpcc-js/dgrid-shim": "^3.2.0",
40-
"@hpcc-js/dgrid2": "^3.3.0",
41-
"@hpcc-js/form": "^3.2.10",
42-
"@hpcc-js/graph": "^3.4.0",
43-
"@hpcc-js/html": "^3.2.11",
44-
"@hpcc-js/layout": "^3.2.11",
40+
"@hpcc-js/dgrid2": "^3.3.1",
41+
"@hpcc-js/form": "^3.2.11",
42+
"@hpcc-js/graph": "^3.4.1",
43+
"@hpcc-js/html": "^3.2.12",
44+
"@hpcc-js/layout": "^3.2.12",
4545
"@hpcc-js/leaflet-shim": "^2.5.0",
46-
"@hpcc-js/map": "^3.2.16",
46+
"@hpcc-js/map": "^3.2.17",
4747
"@hpcc-js/map-deck": "^2.9.1",
48-
"@hpcc-js/marshaller": "^2.28.4",
49-
"@hpcc-js/other": "^3.2.11",
50-
"@hpcc-js/phosphor": "^3.2.11",
48+
"@hpcc-js/marshaller": "^2.28.5",
49+
"@hpcc-js/other": "^3.2.12",
50+
"@hpcc-js/phosphor": "^3.2.12",
5151
"@hpcc-js/phosphor-shim": "^2.16.0",
52-
"@hpcc-js/react": "^3.3.0",
52+
"@hpcc-js/react": "^3.3.1",
5353
"@hpcc-js/timeline": "^3.0.0",
5454
"@hpcc-js/tree": "^3.0.0",
55-
"@hpcc-js/util": "^3.3.10",
55+
"@hpcc-js/util": "^3.3.11",
5656
"d3-selection": "^1"
5757
}
5858
}

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": "^3.4.0",
14-
"@hpcc-js/dgrid": "^3.3.0",
13+
"@hpcc-js/common": "^3.4.1",
14+
"@hpcc-js/dgrid": "^3.3.1",
1515
"@hpcc-js/dgrid-shim": "^3.2.0",
16-
"@hpcc-js/graph": "^3.4.0",
17-
"@hpcc-js/layout": "^3.2.11",
18-
"@hpcc-js/phosphor": "^3.2.11",
19-
"@hpcc-js/util": "^3.3.10",
16+
"@hpcc-js/graph": "^3.4.1",
17+
"@hpcc-js/layout": "^3.2.12",
18+
"@hpcc-js/phosphor": "^3.2.12",
19+
"@hpcc-js/util": "^3.3.11",
2020
"d3-fetch": "^1"
2121
},
2222
"devDependencies": {}

package-lock.json

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vitest/browser": "3.2.4",
4242
"@vitest/coverage-v8": "3.2.4",
4343
"cross-env": "7.0.3",
44-
"eslint": "9.35.0",
44+
"eslint": "9.36.0",
4545
"eslint-plugin-react-hooks": "5.2.0",
4646
"lerna": "8.2.4",
4747
"npm-run-all": "4.1.5",

packages/ddl-shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ajv": "6.12.6"
4343
},
4444
"devDependencies": {
45-
"@hpcc-js/esbuild-plugins": "^1.5.0",
45+
"@hpcc-js/esbuild-plugins": "^1.5.1",
4646
"@rodrigoff/ajv-cli": "5.2.0",
4747
"ts-json-schema-generator": "0.98.0"
4848
},

packages/esbuild-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"vite-plugin-static-copy": "3.1.2"
4747
},
4848
"devDependencies": {
49-
"@hpcc-js/wasm-base91": "1.6.0",
50-
"@hpcc-js/wasm-zstd": "1.5.0"
49+
"@hpcc-js/wasm-base91": "1.6.1",
50+
"@hpcc-js/wasm-zstd": "1.5.1"
5151
},
5252
"keywords": [
5353
"esbuild",

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@hpcc-js/esbuild-plugins": "^1.5.1",
52-
"@hpcc-js/wasm-graphviz": "1.12.0",
52+
"@hpcc-js/wasm-graphviz": "1.12.1",
5353
"@types/d3-transition": "1.3.6",
5454
"@types/dagre": "0.7.53",
5555
"d3-force": "^1",

packages/timeline/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/api": "^3.3.10",
41-
"@hpcc-js/chart": "^3.4.0",
42-
"@hpcc-js/common": "^3.4.0",
43-
"@hpcc-js/html": "^3.2.11",
44-
"@hpcc-js/layout": "^3.2.11",
45-
"@hpcc-js/react": "^3.3.0"
40+
"@hpcc-js/api": "^3.3.11",
41+
"@hpcc-js/chart": "^3.4.1",
42+
"@hpcc-js/common": "^3.4.1",
43+
"@hpcc-js/html": "^3.2.12",
44+
"@hpcc-js/layout": "^3.2.12",
45+
"@hpcc-js/react": "^3.3.1"
4646
},
4747
"devDependencies": {
48-
"@hpcc-js/esbuild-plugins": "^1.5.0",
48+
"@hpcc-js/esbuild-plugins": "^1.5.1",
4949
"d3-array": "^1",
5050
"d3-scale": "^1",
5151
"d3-selection": "^1",

packages/tree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/api": "^3.3.10",
41-
"@hpcc-js/common": "^3.4.0"
40+
"@hpcc-js/api": "^3.3.11",
41+
"@hpcc-js/common": "^3.4.1"
4242
},
4343
"devDependencies": {
44-
"@hpcc-js/esbuild-plugins": "^1.5.0",
44+
"@hpcc-js/esbuild-plugins": "^1.5.1",
4545
"@types/d3-transition": "1.3.6",
4646
"d3-hierarchy": "^1",
4747
"d3-interpolate": "^1",

0 commit comments

Comments
 (0)