Skip to content

Commit

Permalink
Merge pull request #247 from thekhegay/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
thekhegay authored Oct 30, 2024
2 parents 6790b8d + 6dfc7a8 commit c5bdbcd
Show file tree
Hide file tree
Showing 2 changed files with 2,138 additions and 1,666 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"allowedDeprecatedVersions": true
},
"dependencies": {
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@angular/animations": "^18.2.9",
"@angular/cdk": "^18.2.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/router": "^18.2.9",
"chalk": "^5.3.0",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"ngx-highlightjs": "^12.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular-devkit/build-angular": "^18.2.10",
"@angular-extensions/svg-icons-builder": "^11.0.0",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@eslint/js": "^9.8.0",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@eslint/js": "^9.13.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jasmine": "~5.1.0",
"@types/js-beautify": "^1.14.3",
"@types/node": "^22.1.0",
"angular-eslint": "18.2.0",
"angular-eslint": "18.4.0",
"commit-and-tag-version": "^12.4.1",
"eslint": "^9.8.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -65,7 +65,7 @@
"prettier": "3.3.3",
"tsx": "^4.16.2",
"typescript": "~5.4.2",
"typescript-eslint": "8.0.1"
"typescript-eslint": "8.12.2"
},
"commit-and-tag-version": {
"scripts": {
Expand Down
Loading

0 comments on commit c5bdbcd

Please sign in to comment.