mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
694af4bebc
* chore(deps-dev): bump @typescript-eslint/eslint-plugin in /console (#3103) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.8.0 to 5.10.0. - [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.10.0/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @grpc/grpc-js from 1.4.5 to 1.5.3 in /console (#3100) Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.4.5 to 1.5.3. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.4.5...@grpc/grpc-js@1.5.3) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor ... 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.5.0 to 8.7.0 in /console (#3019) Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.7.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.5.0...v8.7.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump rxjs from 7.4.0 to 7.5.2 in /console (#3016) Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.4.0 to 7.5.2. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.4.0...7.5.2) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @types/jasmine from 3.9.1 to 3.10.3 in /console (#2915) Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.9.1 to 3.10.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) --- updated-dependencies: - dependency-name: "@types/jasmine" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump stylelint and stylelint-config-standard (#2895) Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together. Updates `stylelint` from 13.13.1 to 14.2.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0) Updates `stylelint-config-standard` from 22.0.0 to 24.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/22.0.0...24.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * rm ngx-image-cropper * cli * core * material cdk * downgrade stylelint * lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --configuration production",
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~13.2.0",
|
|
"@angular/cdk": "~13.2.0",
|
|
"@angular/common": "~13.2.0",
|
|
"@angular/compiler": "~13.2.0",
|
|
"@angular/core": "~13.2.0",
|
|
"@angular/forms": "~13.2.0",
|
|
"@angular/material": "^13.2.0",
|
|
"@angular/material-moment-adapter": "^13.2.0",
|
|
"@angular/platform-browser": "~13.2.0",
|
|
"@angular/platform-browser-dynamic": "~13.2.0",
|
|
"@angular/router": "~13.2.0",
|
|
"@angular/service-worker": "~13.2.0",
|
|
"@ctrl/ngx-codemirror": "^5.1.1",
|
|
"@grpc/grpc-js": "^1.5.3",
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@ngx-translate/http-loader": "^7.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",
|
|
"codemirror": "^5.65.0",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^2.5.0",
|
|
"google-protobuf": "^3.19.1",
|
|
"grpc-web": "^1.3.0",
|
|
"libphonenumber-js": "^1.9.44",
|
|
"moment": "^2.29.1",
|
|
"ng-qrcode": "^6.0.0",
|
|
"ngx-color": "^7.2.0",
|
|
"ngx-quicklink": "^0.2.6",
|
|
"rxjs": "~7.5.2",
|
|
"tinycolor2": "^1.4.2",
|
|
"tslib": "^2.2.0",
|
|
"uuid": "^8.3.2",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~13.2.0",
|
|
"@angular-eslint/builder": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "^13.0.1",
|
|
"@angular-eslint/schematics": "^13.0.1",
|
|
"@angular-eslint/template-parser": "^13.0.1",
|
|
"@angular/cli": "~13.2.0",
|
|
"@angular/compiler-cli": "~13.2.0",
|
|
"@angular/language-service": "~13.2.0",
|
|
"@types/jasmine": "~3.10.3",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/node": "^17.0.10",
|
|
"@typescript-eslint/eslint-plugin": "5.10.0",
|
|
"@typescript-eslint/parser": "5.10.0",
|
|
"codelyzer": "^6.0.0",
|
|
"eslint": "^8.7.0",
|
|
"jasmine-core": "~4.0.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.3.6",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
"prettier": "^2.4.1",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.10.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.21.0",
|
|
"ts-node": "~10.2.1",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|