Skip to content

Commit 5f98b08

Browse files
committed
Angular 20.3 and all JS deps #11431
Except: - @types/node, we run on node 22
1 parent ebe63bb commit 5f98b08

File tree

4 files changed

+93
-162
lines changed

4 files changed

+93
-162
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"url": "https://github.com/Ecodev/angular-natural-gallery/issues"
4242
},
4343
"devDependencies": {
44-
"@angular/build": "^20.2.2",
45-
"@angular/cli": "^20.2.2",
46-
"@angular/common": "^20.2.4",
47-
"@angular/compiler": "^20.2.4",
48-
"@angular/compiler-cli": "^20.2.4",
49-
"@angular/core": "^20.2.4",
50-
"@angular/language-service": "^20.2.4",
51-
"@angular/platform-browser": "^20.2.4",
52-
"@angular/router": "^20.2.4",
44+
"@angular/build": "^20.3.0",
45+
"@angular/cli": "^20.3.0",
46+
"@angular/common": "^20.3.0",
47+
"@angular/compiler": "^20.3.0",
48+
"@angular/compiler-cli": "^20.3.0",
49+
"@angular/core": "^20.3.0",
50+
"@angular/language-service": "^20.3.0",
51+
"@angular/platform-browser": "^20.3.0",
52+
"@angular/router": "^20.3.0",
5353
"@ecodev/natural-gallery-js": "^11.1.1",
5454
"@playwright/test": "^1.55.0",
5555
"@types/jasmine": "~5.1.9",
@@ -60,10 +60,9 @@
6060
"jasmine-spec-reporter": "~7.0.0",
6161
"karma": "~6.4.4",
6262
"karma-chrome-launcher": "~3.2.0",
63-
"karma-coverage-istanbul-reporter": "~3.0.2",
6463
"karma-jasmine": "~5.1.0",
6564
"karma-jasmine-html-reporter": "^2.1.0",
66-
"ng-packagr": "^20.2.0",
65+
"ng-packagr": "^20.3.0",
6766
"photoswipe": "^5.3.7",
6867
"prettier": "3.6.2",
6968
"rxjs": "^7.8.2",

projects/angular-natural-gallery/karma.conf.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ module.exports = function (config) {
99
config.set({
1010
basePath: '',
1111
frameworks: ['jasmine'],
12-
plugins: [
13-
require('karma-jasmine'),
14-
require('karma-chrome-launcher'),
15-
require('karma-jasmine-html-reporter'),
16-
require('karma-coverage-istanbul-reporter'),
17-
],
12+
plugins: [require('karma-jasmine'), require('karma-chrome-launcher'), require('karma-jasmine-html-reporter')],
1813
client: {
1914
clearContext: false, // leave Jasmine Spec Runner output visible in browser
2015
},

projects/angular-natural-gallery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tslib": "^2.8.1"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": "^19.2.0",
18-
"@angular/core": "^19.2.0"
17+
"@angular/common": "^20.3.0",
18+
"@angular/core": "^20.3.0"
1919
}
2020
}

0 commit comments

Comments
 (0)