mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
dfa07a4cee
* cli, core * material cdk * schematics * chore(deps-dev): bump karma-jasmine from 5.0.1 to 5.1.0 in /console (#3843) Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 5.0.1 to 5.1.0. - [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/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: karma-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): bump google-proto-files from 2.5.2 to 3.0.0 in /console (#3840) Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.5.2 to 3.0.0. - [Release notes](https://github.com/googleapis/nodejs-proto-files/releases) - [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0) --- updated-dependencies: - dependency-name: google-proto-files dependency-type: direct:production 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 karma from 6.3.20 to 6.4.0 in /console (#3839) Bumps [karma](https://github.com/karma-runner/karma) from 6.3.20 to 6.4.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0) --- updated-dependencies: - dependency-name: karma 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> * jasmine * packs * lock * html tags * base / Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Livio Spring <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": "^14.0.4",
|
|
"@angular/cdk": "^14.0.4",
|
|
"@angular/common": "^14.0.4",
|
|
"@angular/compiler": "^14.0.4",
|
|
"@angular/core": "^14.0.4",
|
|
"@angular/forms": "^14.0.4",
|
|
"@angular/material": "^14.0.4",
|
|
"@angular/material-moment-adapter": "^14.0.4",
|
|
"@angular/platform-browser": "^14.0.4",
|
|
"@angular/platform-browser-dynamic": "^14.0.4",
|
|
"@angular/router": "^14.0.4",
|
|
"@angular/service-worker": "^14.0.4",
|
|
"@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": "^3.0.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": "^7.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": "^14.0.4",
|
|
"@angular-eslint/builder": "^14.0.0",
|
|
"@angular-eslint/eslint-plugin": "^14.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "^14.0.0",
|
|
"@angular-eslint/schematics": "^14.0.0",
|
|
"@angular-eslint/template-parser": "^14.0.0",
|
|
"@angular/cli": "^14.0.4",
|
|
"@angular/compiler-cli": "^14.0.4",
|
|
"@angular/language-service": "^14.0.4",
|
|
"@types/jasmine": "~4.0.3",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/node": "^17.0.42",
|
|
"@typescript-eslint/eslint-plugin": "5.30.4",
|
|
"@typescript-eslint/parser": "5.30.4",
|
|
"codelyzer": "^6.0.0",
|
|
"cypress": "^10.1.0",
|
|
"cypress-terminal-report": "^4.0.1",
|
|
"eslint": "^8.18.0",
|
|
"jasmine-core": "~4.2.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|