Skip to content

Commit

Permalink
build: bump angular core, cdk and cli to 17.1.2 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Feb 1, 2024
1 parent a593a70 commit 2a13687
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
168 changes: 84 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
"e2e": "ng e2e"
},
"peerDependencies": {
"@angular/common": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/common": "^17.1.2",
"@angular/core": "^17.1.2",
"xterm": "^5.3.0",
"@open-amt-cloud-toolkit/ui-toolkit": "~3.2.0"
},
"devDependencies": {
"@angular/compiler": "^17.1.1",
"@angular/compiler": "^17.1.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/router": "^17.1.1",
"@angular-devkit/build-angular": "^17.1.1",
"@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^17.1.2",
"@angular/router": "^17.1.2",
"@angular-devkit/build-angular": "^17.1.2",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cdk": "^17.1.1",
"@angular/cli": "^17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@angular/cdk": "^17.1.2",
"@angular/cli": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.11.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
Expand Down

0 comments on commit 2a13687

Please sign in to comment.