mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.3.0 to 5.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jasmine/jasmine/releases">jasmine-core's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.4.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c8c3325b56"><code>c8c3325</code></a> Bump version to 5.4.0</li> <li><a href="84c7e2b21b"><code>84c7e2b</code></a> Fixed de-duplication of exception messages containing blank lines on Node and...</li> <li><a href="dda25bb29e"><code>dda25bb</code></a> Removed references to PhantomJS from StackTraceSpec.js</li> <li><a href="9ccf2ef96b"><code>9ccf2ef</code></a> Also deprecate the expected and actual properties of ThrowUnlessFailure</li> <li><a href="c6fa55bfc8"><code>c6fa55b</code></a> Clarify support status of old Firefox ESRs</li> <li><a href="06bcf1c2e1"><code>06bcf1c</code></a> Fixed broken docs link</li> <li><a href="40f402d117"><code>40f402d</code></a> Deprecate the expected and actual properties of expectation results</li> <li><a href="71f6a95ce5"><code>71f6a95</code></a> Added Firefox 128 (current ESR) to supported browsers</li> <li>See full diff in <a href="https://github.com/jasmine/jasmine/compare/v5.3.0...v5.4.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "ng-flutter",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"prebuild": "pushd flutter && flutter clean && flutter build web && popd",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^18.0.1",
|
|
"@angular/cdk": "^18.0.1",
|
|
"@angular/common": "^18.0.1",
|
|
"@angular/compiler": "^18.0.1",
|
|
"@angular/core": "^18.0.1",
|
|
"@angular/forms": "^18.0.1",
|
|
"@angular/material": "^18.0.1",
|
|
"@angular/platform-browser": "^18.0.1",
|
|
"@angular/platform-browser-dynamic": "^18.0.1",
|
|
"@angular/router": "^18.0.1",
|
|
"rxjs": "~7.8.1",
|
|
"tslib": "^2.6.2",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^18.0.2",
|
|
"@angular/cli": "~18.2.0",
|
|
"@angular/compiler-cli": "^18.0.1",
|
|
"@types/jasmine": "~5.1.0",
|
|
"jasmine-core": "~5.4.0",
|
|
"karma": "~6.4.2",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~5.6.2"
|
|
},
|
|
"sideEffects": false
|
|
}
|