Skip to content

Commit 8b607ae

Browse files
committed
fix: update dependencies in package.json and packages/comms/package.json
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f502b64 commit 8b607ae

File tree

5 files changed

+3465
-5303
lines changed

5 files changed

+3465
-5303
lines changed

apps/dashPOC/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"update": "npx --yes npm-check-updates -u -t minor"
1515
},
1616
"dependencies": {
17-
"@hpcc-js/form": "0.0.81",
1817
"@hpcc-js/dgrid": "0.1.6",
18+
"@hpcc-js/form": "0.0.81",
1919
"@hpcc-js/graph": "0.1.1",
2020
"@hpcc-js/layout": "0.1.6",
2121
"@hpcc-js/marshaller": "0.1.6",
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"rimraf": "5.0.7",
27-
"rollup": "4.39.0",
27+
"rollup": "4.59.0",
2828
"webpack": "5.94.0",
2929
"webpack-cli": "3.3.10"
3030
}
31-
}
31+
}

demos/quickstart/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@hpcc-js/phosphor": "*"
1818
},
1919
"devDependencies": {
20-
"rollup": "4.39.0",
2120
"@rollup/plugin-node-resolve": "16.0.1",
21+
"rollup": "4.59.0",
2222
"terser": "5.39.0"
2323
},
2424
"author": "",
2525
"license": "Apache-2.0"
26-
}
26+
}

0 commit comments

Comments
 (0)