Skip to content

Commit

Permalink
Fix references in stackblitz template app
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtMM committed Nov 3, 2024
1 parent ce4233a commit 6720202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projects/demo/src/app/content/getting-started.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { CopyButtonComponent } from '../controls/copy-button.component';
</div>
<h2>Installation</h2>
<p>
Angular Signal Generators are compatible with Angular 16 and 17.
Angular Signal Generators are compatible with Angular versions 16 and later.
You can install it from npm by running the following:
</p>
<div class="relative">
Expand Down
12 changes: 6 additions & 6 deletions scripts/stackblitz-template-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@angular/platform-browser": "^19.0.0-rc.0",
"@ddtmm/angular-signal-generators": "^3.0.0-next.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0-rc.0",
"@angular/cli": "^19.0.0-rc.0",
"@angular/compiler-cli": "^19.0.0-rc.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
"daisyui": "^4.12.14",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3"
},
"overrides": {
"@angular-devkit/build-angular": {
Expand Down

0 comments on commit 6720202

Please sign in to comment.