Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/shell/dotnet/Shell/Syst…
Browse files Browse the repository at this point in the history
…em.Drawing.Common-8.0.6
  • Loading branch information
bingenito authored Jun 2, 2024
2 parents 2bcd6f6 + b1504ac commit 2ec4075
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 283 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

version: 2
updates:
- package-ecosystem: 'nuget'
directory: '/' # Location of package manifests
schedule:
interval: 'monthly'

# Dependabot doesn't support glob syntax. Every solution needs an entry

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
with:
sarif_file: results.sarif
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 @@ -14,13 +14,13 @@
"dependencies": {
"@finos/fdc3": "^2.0.3",
"bootstrap": "5.3.3",
"highcharts": "11.4.0",
"highcharts": "11.4.3",
"jquery": "3.7.1",
"tslib": "2.6.2"
},
"devDependencies": {
"http-server": "14.1.1",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@morgan-stanley/composeui-messaging-client": "*",
"bootstrap": "5.3.3",
"highcharts": "11.4.0",
"highcharts": "11.4.3",
"jquery": "3.7.1",
"tslib": "2.6.2"
},
Expand Down
Loading

0 comments on commit 2ec4075

Please sign in to comment.