diff --git a/examples/environments/angular/project/package.json b/examples/environments/angular/project/package.json index 0b4dded..3d5d793 100644 --- a/examples/environments/angular/project/package.json +++ b/examples/environments/angular/project/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular/animations": "^21.2.0-next", - "@angular/cdk": "^21.2.0-next", - "@angular/common": "^21.2.0-next", - "@angular/compiler": "^21.2.0-next", - "@angular/core": "^21.2.0-next", - "@angular/forms": "^21.2.0-next", - "@angular/material": "^21.2.0-next", - "@angular/platform-browser": "^21.2.0-next", - "@angular/router": "^21.2.0-next", + "@angular/animations": "^22.0.0-next", + "@angular/cdk": "^22.0.0-next", + "@angular/common": "^22.0.0-next", + "@angular/compiler": "^22.0.0-next", + "@angular/core": "^22.0.0-next", + "@angular/forms": "^22.0.0-next", + "@angular/material": "^22.0.0-next", + "@angular/platform-browser": "^22.0.0-next", + "@angular/router": "^22.0.0-next", "@tailwindcss/postcss": "^4.1.11", "postcss": "^8.5.6", "rxjs": "~7.8.0", @@ -27,9 +27,9 @@ "zone.js": "~0.16.0" }, "devDependencies": { - "@angular/build": "^21.2.0-next", - "@angular/cli": "^21.2.0-next", - "@angular/compiler-cli": "^21.2.0-next", + "@angular/build": "^22.0.0-next", + "@angular/cli": "^22.0.0-next", + "@angular/compiler-cli": "^22.0.0-next", "@types/jasmine": "~6.0.0", "jasmine-core": "~6.0.0", "karma": "~6.4.0", diff --git a/report-app/package.json b/report-app/package.json index ddd19e9..09df4d8 100644 --- a/report-app/package.json +++ b/report-app/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular/cdk": "21.2.0-next.4", - "@angular/common": "21.2.0-next.3", - "@angular/compiler": "21.2.0-next.3", - "@angular/core": "21.2.0-next.3", - "@angular/forms": "21.2.0-next.3", - "@angular/platform-browser": "21.2.0-next.3", - "@angular/platform-server": "21.2.0-next.3", - "@angular/router": "21.2.0-next.3", - "@angular/ssr": "21.2.0-next.2", + "@angular/cdk": "22.0.0-next.4", + "@angular/common": "22.0.0-next.7", + "@angular/compiler": "22.0.0-next.7", + "@angular/core": "22.0.0-next.7", + "@angular/forms": "22.0.0-next.7", + "@angular/platform-browser": "22.0.0-next.7", + "@angular/platform-server": "22.0.0-next.7", + "@angular/router": "22.0.0-next.7", + "@angular/ssr": "22.0.0-next.5", "@shikijs/langs": "3.23.0", "@shikijs/themes": "3.23.0", "express": "^4.18.2", @@ -31,9 +31,9 @@ "zone.js": "~0.16.0" }, "devDependencies": { - "@angular/build": "21.2.0-next.2", - "@angular/cli": "21.2.0-next.2", - "@angular/compiler-cli": "21.2.0-next.3", + "@angular/build": "22.0.0-next.5", + "@angular/cli": "22.0.0-next.5", + "@angular/compiler-cli": "22.0.0-next.7", "@types/express": "^4.17.17", "@types/google.visualization": "^0.0.74", "@types/jasmine": "~6.0.0",