mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Bump mermaid from 10.9.1 to 10.9.3 in /ui Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.9.1 to 10.9.3. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.1...v10.9.3) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Regenerate static UI files Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "devfile-builder",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --host 0.0.0.0",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"deploy": "ng deploy --base-href='/'"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^15.2.0",
|
|
"@angular/cdk": "^15.2.2",
|
|
"@angular/common": "^15.2.0",
|
|
"@angular/compiler": "^15.2.0",
|
|
"@angular/core": "^15.2.0",
|
|
"@angular/forms": "^15.2.0",
|
|
"@angular/material": "^15.2.2",
|
|
"@angular/platform-browser": "^15.2.0",
|
|
"@angular/platform-browser-dynamic": "^15.2.0",
|
|
"@angular/router": "^15.2.0",
|
|
"mermaid": "^10.9.3",
|
|
"ngx-segment-analytics": "^16.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.2.2",
|
|
"@angular/cli": "~15.2.2",
|
|
"@angular/compiler-cli": "^15.2.0",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/dompurify": "^2.4.0",
|
|
"@types/jasmine": "~4.3.0",
|
|
"angular-cli-ghpages": "^1.0.5",
|
|
"cypress": "^13.6.4",
|
|
"cypress-terminal-report": "^5.3.2",
|
|
"jasmine-core": "~4.5.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"typescript": "~4.9.4"
|
|
}
|
|
}
|