Skip to content

Commit e82dc19

Browse files
committed
Pin to a specific Angular version for now
1 parent 00fd612 commit e82dc19

File tree

2 files changed

+2044
-1775
lines changed

2 files changed

+2044
-1775
lines changed

js-sdk-framework-tests/angular/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@
2323
},
2424
"private": true,
2525
"dependencies": {
26-
"@angular/common": "^20.1.0",
27-
"@angular/compiler": "^20.1.0",
28-
"@angular/core": "^20.1.0",
29-
"@angular/forms": "^20.1.0",
30-
"@angular/platform-browser": "^20.1.0",
31-
"@angular/platform-server": "^20.1.0",
32-
"@angular/router": "^20.1.0",
33-
"@angular/ssr": "^20.1.1",
34-
"express": "^5.1.0",
26+
"@angular/common": "20.1.0",
27+
"@angular/compiler": "20.1.0",
28+
"@angular/core": "20.1.0",
29+
"@angular/forms": "20.1.0",
30+
"@angular/platform-browser": "20.1.0",
31+
"@angular/platform-server": "20.1.0",
32+
"@angular/router": "20.1.0",
33+
"@angular/ssr": "20.1.1",
34+
"express": "5.1.0",
3535
"rxjs": "~7.8.0",
36-
"tslib": "^2.3.0",
36+
"tslib": "2.3.0",
3737
"zone.js": "~0.15.0"
3838
},
3939
"devDependencies": {
40-
"@angular/build": "^20.1.1",
41-
"@angular/cli": "^20.1.1",
42-
"@angular/compiler-cli": "^20.1.0",
43-
"@playwright/test": "^1.40.1",
44-
"@types/express": "^5.0.1",
40+
"@angular/build": "20.1.1",
41+
"@angular/cli": "20.1.1",
42+
"@angular/compiler-cli": "20.1.0",
43+
"@playwright/test": "1.40.1",
44+
"@types/express": "5.0.1",
4545
"@types/jasmine": "~5.1.0",
46-
"@types/node": "^20.17.19",
46+
"@types/node": "20.17.19",
4747
"jasmine-core": "~5.8.0",
4848
"karma": "~6.4.0",
4949
"karma-chrome-launcher": "~3.2.0",

0 commit comments

Comments
 (0)