Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
psmulovics authored Jun 1, 2024
2 parents f862a65 + 24fd749 commit 549916c
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 83 deletions.
4 changes: 2 additions & 2 deletions examples/fdc3-chart-and-grid/js-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"http-server": "14.1.1",
"rimraf": "5.0.5",
"rollup": "4.17.2",
"@rollup/plugin-commonjs": "25.0.7",
"rollup": "4.18.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"http-server": "14.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3"
}
}
167 changes: 88 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/fdc3/js/composeui-fdc3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"provenance": true
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/jest": "^29.4.0",
"@types/node": "^20.12.6",
Expand Down

0 comments on commit 549916c

Please sign in to comment.