Skip to content

Commit

Permalink
fix: pipeline job failed (#8367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 committed Jan 23, 2024
1 parent aacd62b commit 6024bcc
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"prepare": "husky install"
},
"dependencies": {
"@angular/cdk": "^17.0.0",
"@angular/cdk": "~17.0.0",
"@ant-design/icons-angular": "^17.0.0",
"date-fns": "^2.16.1",
"ngx-quicklink": "^0.4.2"
Expand All @@ -35,30 +35,30 @@
"@angular-devkit/build-angular": "~17.0.0",
"@angular-devkit/core": "~17.0.0",
"@angular-devkit/schematics": "~17.0.0",
"@angular-eslint/builder": "^17.0.0",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@angular-eslint/schematics": "^17.0.0",
"@angular-eslint/template-parser": "^17.0.0",
"@angular/animations": "^17.0.1",
"@angular/cli": "^17.0.0",
"@angular/common": "^17.0.1",
"@angular/compiler": "^17.0.1",
"@angular/compiler-cli": "^17.0.1",
"@angular/core": "^17.0.1",
"@angular/forms": "^17.0.1",
"@angular/language-service": "^17.0.1",
"@angular/platform-browser": "^17.0.1",
"@angular/platform-browser-dynamic": "^17.0.1",
"@angular/platform-server": "^17.0.1",
"@angular/router": "^17.0.1",
"@angular/service-worker": "^17.0.1",
"@angular/ssr": "^17.0.0",
"@angular-eslint/builder": "~17.0.0",
"@angular-eslint/eslint-plugin": "~17.0.0",
"@angular-eslint/eslint-plugin-template": "~17.0.0",
"@angular-eslint/schematics": "~17.0.0",
"@angular-eslint/template-parser": "~17.0.0",
"@angular/animations": "~17.0.1",
"@angular/cli": "~17.0.0",
"@angular/common": "~17.0.1",
"@angular/compiler": "~17.0.1",
"@angular/compiler-cli": "~17.0.1",
"@angular/core": "~17.0.1",
"@angular/forms": "~17.0.1",
"@angular/language-service": "~17.0.1",
"@angular/platform-browser": "~17.0.1",
"@angular/platform-browser-dynamic": "~17.0.1",
"@angular/platform-server": "~17.0.1",
"@angular/router": "~17.0.1",
"@angular/service-worker": "~17.0.1",
"@angular/ssr": "~17.0.0",
"@ant-design/dark-theme": "^2.0.2",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-angular": "^13.0.0",
"@ctrl/tinycolor": "^3.6.0",
"@schematics/angular": "^17.0.0",
"@schematics/angular": "~17.0.0",
"@stackblitz/sdk": "^1.5.2",
"@types/d3": "^6.2.0",
"@types/fs-extra": "^9.0.5",
Expand Down Expand Up @@ -118,7 +118,7 @@
"minimist": "^1.2.5",
"monaco-editor": "^0.33.0",
"ng-antd-color-picker": "^1.1.0",
"ng-packagr": "^17.0.0",
"ng-packagr": "~17.0.0",
"ngx-color": "^8.0.3",
"node-prismjs": "^0.1.2",
"parse5": "^6.0.1",
Expand Down

0 comments on commit 6024bcc

Please sign in to comment.