mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
66b6ef7f04
* cli, core * material, cdk * chore(deps-dev): bump karma-jasmine-html-reporter from 1.7.0 to 2.0.0 in /console (#3722) chore(deps-dev): bump karma-jasmine-html-reporter in /console Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.7.0 to 2.0.0. - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: karma-jasmine-html-reporter 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> * chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.26.0 in /console (#3717) chore(deps-dev): bump @typescript-eslint/parser in /console Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.25.0 to 5.26.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.26.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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 libphonenumber-js from 1.10.4 to 1.10.6 in /console (#3716) Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.4 to 1.10.6. - [Release notes](https://gitlab.com/catamphetamine/libphonenumber-js/tags) - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.4...v1.10.6) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * jasmine * lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com>
91 lines
2.9 KiB
JSON
91 lines
2.9 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 && stylelint './src/**/*.scss' --syntax scss",
|
|
"e2e": "./cypress.sh run e2e.env",
|
|
"e2e:open": "./cypress.sh open e2e.env"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~13.3.10",
|
|
"@angular/cdk": "~13.3.8",
|
|
"@angular/common": "~13.3.10",
|
|
"@angular/compiler": "~13.3.10",
|
|
"@angular/core": "~13.3.10",
|
|
"@angular/forms": "~13.3.10",
|
|
"@angular/material": "~13.3.8",
|
|
"@angular/material-moment-adapter": "~13.3.8",
|
|
"@angular/platform-browser": "~13.3.10",
|
|
"@angular/platform-browser-dynamic": "~13.3.10",
|
|
"@angular/router": "~13.3.10",
|
|
"@angular/service-worker": "~13.3.10",
|
|
"@ctrl/ngx-codemirror": "^5.1.1",
|
|
"@grpc/grpc-js": "^1.5.7",
|
|
"@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",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.65.0",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^2.5.0",
|
|
"google-protobuf": "^3.19.4",
|
|
"grpc-web": "^1.3.0",
|
|
"libphonenumber-js": "^1.10.6",
|
|
"material-design-icons-iconfont": "^6.1.1",
|
|
"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.3.7",
|
|
"@angular-eslint/builder": "^13.1.0",
|
|
"@angular-eslint/eslint-plugin": "^13.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "^13.1.0",
|
|
"@angular-eslint/schematics": "^13.1.0",
|
|
"@angular-eslint/template-parser": "^13.1.0",
|
|
"@angular/cli": "~13.3.7",
|
|
"@angular/compiler-cli": "~13.3.10",
|
|
"@angular/language-service": "~13.3.10",
|
|
"@types/jasmine": "~4.0.3",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/node": "^17.0.35",
|
|
"@typescript-eslint/parser": "5.26.0",
|
|
"codelyzer": "^6.0.0",
|
|
"cypress": "^9.5.1",
|
|
"cypress-terminal-report": "^3.4.1",
|
|
"eslint": "^8.16.0",
|
|
"@typescript-eslint/eslint-plugin": "5.25.0",
|
|
"jasmine-core": "~4.1.1",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"karma": "~6.3.16",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~5.0.1",
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
"mochawesome": "^7.1.2",
|
|
"prettier": "^2.4.1",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.10.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.21.0",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|