mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
ce22961d8e
* clean * cli * core * material * chore(deps): bump grpc-web from 1.3.1 to 1.4.1 in /console (#4481) Bumps [grpc-web](https://github.com/grpc/grpc-web) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/grpc/grpc-web/releases) - [Changelog](https://github.com/grpc/grpc-web/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-web/compare/1.3.1...1.4.1) --- updated-dependencies: - dependency-name: grpc-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @grpc/grpc-js from 1.7.0 to 1.7.1 in /console (#4479) Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump typescript from 4.8.2 to 4.8.4 in /console (#4465) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.38.1 in /console (#4457) chore(deps-dev): bump @typescript-eslint/eslint-plugin in /console Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.36.1 to 5.38.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.38.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump uuid from 8.3.2 to 9.0.0 in /console (#4397) Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 8.23.0 to 8.24.0 in /console (#4453) Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.24.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * deferred load on passwordless add Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --configuration production --base-href=/ui/console/",
|
|
"lint": "ng lint && prettier --check src",
|
|
"lint:fix": "prettier --write src",
|
|
"generate": "DOCKER_BUILDKIT=1 docker build -f ../build/grpc/Dockerfile -t zitadel-base:local .. && DOCKER_BUILDKIT=1 docker build -f ../build/console/Dockerfile .. --target npm-copy -o .."
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^14.2.4",
|
|
"@angular/cdk": "^14.2.3",
|
|
"@angular/common": "^14.2.4",
|
|
"@angular/compiler": "^14.2.4",
|
|
"@angular/core": "^14.2.4",
|
|
"@angular/forms": "^14.2.4",
|
|
"@angular/material": "^14.2.3",
|
|
"@angular/material-moment-adapter": "^14.2.3",
|
|
"@angular/platform-browser": "^14.2.4",
|
|
"@angular/platform-browser-dynamic": "^14.2.4",
|
|
"@angular/router": "^14.2.4",
|
|
"@angular/service-worker": "^14.2.4",
|
|
"@ctrl/ngx-codemirror": "^5.1.1",
|
|
"@grpc/grpc-js": "^1.7.1",
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@types/file-saver": "^2.0.2",
|
|
"@types/google-protobuf": "^3.15.3",
|
|
"@types/uuid": "^8.3.0",
|
|
"angular-oauth2-oidc": "^13.0.1",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.65.8",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^3.0.0",
|
|
"google-protobuf": "^3.19.4",
|
|
"grpc-web": "^1.4.1",
|
|
"libphonenumber-js": "^1.10.6",
|
|
"material-design-icons-iconfont": "^6.1.1",
|
|
"moment": "^2.29.4",
|
|
"ng-qrcode": "^7.0.0",
|
|
"ngx-color": "^8.0.3",
|
|
"ngx-quicklink": "^0.3.0",
|
|
"rxjs": "~7.5.2",
|
|
"tinycolor2": "^1.4.2",
|
|
"tslib": "^2.2.0",
|
|
"uuid": "^9.0.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^14.2.4",
|
|
"@angular-eslint/builder": "^14.1.2",
|
|
"@angular-eslint/eslint-plugin": "^14.1.2",
|
|
"@angular-eslint/eslint-plugin-template": "^14.1.2",
|
|
"@angular-eslint/schematics": "^14.1.2",
|
|
"@angular-eslint/template-parser": "^14.1.2",
|
|
"@angular/cli": "^14.2.4",
|
|
"@angular/compiler-cli": "^14.2.4",
|
|
"@angular/language-service": "^14.2.4",
|
|
"@types/jasmine": "~4.3.0",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/node": "^18.7.16",
|
|
"@typescript-eslint/eslint-plugin": "5.38.1",
|
|
"@typescript-eslint/parser": "5.36.1",
|
|
"codelyzer": "^6.0.0",
|
|
"eslint": "^8.24.0",
|
|
"jasmine-core": "~4.4.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
"prettier": "^2.7.1",
|
|
"protractor": "~7.0.0",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
} |