Skip to content

Commit

Permalink
Update all non-major dependencies (#489)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* Lock TS@~4.8

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amit Dahan <amitdahan11@gmail.com>
  • Loading branch information
renovate[bot] and amitdahan authored Feb 23, 2025
1 parent 92e30ee commit 3251368
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 122 deletions.
6 changes: 3 additions & 3 deletions packages/ngx-filesize-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"ngx-filesize": "workspace:*",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"zone.js": "~0.13.0"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "~14.2.6",
"@angular/compiler-cli": "^14.2.7",
"@types/jasmine": "~4.3.0",
"@types/jasmine": "~4.6.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~4.8.0"
"typescript": "~4.8.4"
}
}
10 changes: 5 additions & 5 deletions packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@angular/core": "^14.2.7",
"@angular/platform-browser": "^14.2.7",
"@angular/platform-browser-dynamic": "^14.2.7",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@types/jasmine": "~4.6.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "^8.25.0",
"filesize": "^9.0.11",
"jasmine-core": "~4.6.0",
Expand All @@ -73,7 +73,7 @@
"ng-packagr": "^14.2.1",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
"typescript": "~4.8.0",
"zone.js": "~0.13.0"
"typescript": "~4.8.4",
"zone.js": "~0.15.0"
}
}
Loading

0 comments on commit 3251368

Please sign in to comment.