Skip to content
76 changes: 38 additions & 38 deletions test/angular-integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions test/angular-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"test:watch": "vitest"
},
"dependencies": {
"@angular/common": "^20.3.25",
"@angular/compiler": "^20.3.25",
"@angular/core": "^20.3.25",
"@angular/platform-browser": "^20.3.25",
"@angular/platform-browser-dynamic": "^20.3.25",
"@angular/common": "^20.3.27",
"@angular/compiler": "^20.3.27",
"@angular/core": "^20.3.27",
"@angular/platform-browser": "^20.3.27",
"@angular/platform-browser-dynamic": "^20.3.27",
"@openfeature/angular-sdk": "^1.3.1",
"@openfeature/web-sdk": "^1.9.0",
"rxjs": "^7.8.0",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@analogjs/vitest-angular": "^2.6.2",
"@angular/compiler-cli": "^20.3.25",
"@angular/compiler-cli": "^20.3.27",
"@types/node": "^20.19.0",
"@types/uuid": "^10.0.0",
"jsdom": "^25.0.0",
Expand Down
Loading