Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit c4bdcc1

Browse files
Update all non-major dependencies
1 parent 079d134 commit c4bdcc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-libs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run watch",
@@ -31,23 +31,23 @@
3131
"@angular/router": "^16.1.1",
3232
"rxjs": "~7.8.0",
3333
"tslib": "^2.3.0",
34-
"zone.js": "~0.13.1"
34+
"zone.js": "~0.14.0"
3535
},
3636
"devDependencies": {
3737
"@angular-devkit/build-angular": "^16.1.0",
38-
"@angular/cli": "~16.1.0",
38+
"@angular/cli": "~16.2.0",
3939
"@angular/compiler-cli": "^16.1.1",
40-
"@types/jasmine": "~4.3.0",
40+
"@types/jasmine": "~4.6.0",
4141
"cspell": "^7.0.0",
4242
"eslint": "^8.39.0",
43-
"jasmine-core": "~4.5.0",
43+
"jasmine-core": "~4.6.0",
4444
"karma": "~6.4.0",
45-
"karma-chrome-launcher": "~3.1.0",
45+
"karma-chrome-launcher": "~3.2.0",
4646
"karma-coverage": "~2.2.0",
4747
"karma-jasmine": "~5.1.0",
48-
"karma-jasmine-html-reporter": "~2.0.0",
48+
"karma-jasmine-html-reporter": "~2.1.0",
4949
"ng-packagr": "^16.1.0",
5050
"prettier": "^3.0.1",
51-
"typescript": "~5.1.3"
51+
"typescript": "~5.2.0"
5252
}
5353
}

0 commit comments

Comments
 (0)