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

Commit 2f223a1

Browse files
Update Minor
1 parent bd61db8 commit 2f223a1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@
4141
"feather-icons": "^4.29.2",
4242
"rxjs": "~7.8.0",
4343
"tslib": "^2.3.0",
44-
"zone.js": "~0.14.10"
44+
"zone.js": "~0.15.0"
4545
},
4646
"devDependencies": {
4747
"@angular-devkit/build-angular": "^18.2.4",
4848
"@angular/cli": "~18.2.4",
4949
"@angular/compiler-cli": "^18.2.4",
50-
"@types/jasmine": "~4.3.0",
50+
"@types/jasmine": "~4.6.0",
5151
"cspell": "^8.3.2",
5252
"eslint": "^8.57.0",
53-
"jasmine-core": "~4.5.0",
53+
"jasmine-core": "~4.6.0",
5454
"karma": "~6.4.0",
55-
"karma-chrome-launcher": "~3.1.0",
55+
"karma-chrome-launcher": "~3.2.0",
5656
"karma-coverage": "~2.2.0",
5757
"karma-jasmine": "~5.1.0",
58-
"karma-jasmine-html-reporter": "~2.0.0",
58+
"karma-jasmine-html-reporter": "~2.1.0",
5959
"ng-packagr": "^18.0.0",
6060
"prettier": "^3.3.3",
61-
"typescript": "~5.4.5"
61+
"typescript": "~5.7.0"
6262
}
6363
}

projects/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@angular-eslint/eslint-plugin": "^18.0.1",
1616
"@angular-eslint/eslint-plugin-template": "^18.0.1",
1717
"@angular-eslint/template-parser": "^18.0.1",
18-
"@typescript-eslint/eslint-plugin": "^7.13.1",
19-
"@typescript-eslint/parser": "^7.13.1",
18+
"@typescript-eslint/eslint-plugin": "^6.20.0",
19+
"@typescript-eslint/parser": "^6.20.0",
2020
"eslint-config-prettier": "^9.1.0",
2121
"eslint-plugin-import": "^2.29.1",
2222
"eslint-plugin-unused-imports": "^3.2.0"

0 commit comments

Comments
 (0)