Merge branch 'main' of https://github.com/flutter/samples into compass-app

pull/2398/head
Eric Windmill 3 months ago
commit bb58c63be5

@ -50,6 +50,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 uses: github/codeql-action/upload-sarif@883d8588e56d1753a8a58c1c86e88976f0c23449
with: with:
sarif_file: results.sarif sarif_file: results.sarif

@ -27,7 +27,7 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.0.2", "@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "~18.1.0", "@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.0.1", "@angular/compiler-cli": "^18.0.1",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"jasmine-core": "~5.2.0", "jasmine-core": "~5.2.0",

Loading…
Cancel
Save