mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
c36349f68f
* chore(deps): bump @types/google-protobuf from 3.7.2 to 3.7.3 in /console (#593) Bumps [@types/google-protobuf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-protobuf) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-protobuf) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular/cli from 10.0.5 to 10.0.6 in /console (#589) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.5 to 10.0.6. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v10.0.5...v10.0.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump google-protobuf from 3.12.4 to 3.13.0 in /console (#599) Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.13.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.4...v3.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @types/uuid from 8.0.1 to 8.3.0 in /console (#598) Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.0.1 to 8.3.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> * chore(deps-dev): bump @angular-devkit/build-angular in /console (#597) Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.5 to 0.1000.6. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> * chore(deps-dev): bump karma-jasmine from 3.3.1 to 4.0.1 in /console (#588) Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 3.3.1 to 4.0.1. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v3.3.1...v4.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular/language-service in /console (#587) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.0.8 to 10.0.9. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/10.0.9/packages/language-service) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --prod",
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss",
|
|
"postinstall": "../build/console/generate-grpc.sh"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~10.0.2",
|
|
"@angular/cdk": "~10.0.1",
|
|
"@angular/common": "~10.0.2",
|
|
"@angular/compiler": "~10.0.2",
|
|
"@angular/core": "~10.0.2",
|
|
"@angular/forms": "~10.0.2",
|
|
"@angular/material": "^10.0.1",
|
|
"@angular/platform-browser": "~10.0.2",
|
|
"@angular/platform-browser-dynamic": "~10.0.2",
|
|
"@angular/router": "~10.0.2",
|
|
"@angular/service-worker": "~10.0.2",
|
|
"@ngx-translate/core": "^13.0.0",
|
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/google-protobuf": "^3.7.3",
|
|
"angularx-qrcode": "^10.0.6",
|
|
"angular-oauth2-oidc": "^10.0.3",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.2",
|
|
"google-proto-files": "^2.2.0",
|
|
"google-protobuf": "^3.13.0",
|
|
"grpc": "^1.24.3",
|
|
"grpc-web": "^1.2.0",
|
|
"moment": "^2.27.0",
|
|
"ngx-moment": "^5.0.0",
|
|
"ngx-quicklink": "^0.2.3",
|
|
"prettier-stylelint": "^0.4.2",
|
|
"rxjs": "~6.6.2",
|
|
"ts-protoc-gen": "^0.12.0",
|
|
"tslib": "^2.0.1",
|
|
"uuid": "^8.3.0",
|
|
"zone.js": "~0.10.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1000.6",
|
|
"@angular/cli": "~10.0.6",
|
|
"@angular/compiler-cli": "~10.0.2",
|
|
"@types/jasmine": "~3.5.12",
|
|
"@angular/language-service": "~10.0.9",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^14.0.27",
|
|
"codelyzer": "^6.0.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~5.1.1",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.1",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"prettier": "^2.0.5",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.6.1",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"ts-node": "~8.10.2",
|
|
"tslint": "~6.1.3",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|