update cli
This commit is contained in:
4300
package-lock.json
generated
4300
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -10,26 +10,26 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^18.1.0",
|
"@angular/animations": "^19.2.18",
|
||||||
"@angular/common": "^18.1.0",
|
"@angular/common": "^19.2.18",
|
||||||
"@angular/compiler": "^18.1.0",
|
"@angular/compiler": "^19.2.18",
|
||||||
"@angular/core": "^18.1.0",
|
"@angular/core": "^19.2.18",
|
||||||
"@angular/forms": "^18.1.0",
|
"@angular/forms": "^19.2.18",
|
||||||
"@angular/platform-browser": "^18.1.0",
|
"@angular/platform-browser": "^19.2.18",
|
||||||
"@angular/platform-browser-dynamic": "^18.1.0",
|
"@angular/platform-browser-dynamic": "^19.2.18",
|
||||||
"@angular/router": "^18.1.0",
|
"@angular/router": "^19.2.18",
|
||||||
"@angular/service-worker": "^18.1.0",
|
"@angular/service-worker": "^19.2.18",
|
||||||
"@tailwindcss/postcss": "^4.2.0",
|
"@tailwindcss/postcss": "^4.2.0",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"rxjs": "~7.8.0",
|
"rxjs": "~7.8.0",
|
||||||
"tailwindcss": "^4.2.0",
|
"tailwindcss": "^4.2.0",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"zone.js": "~0.14.3"
|
"zone.js": "~0.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^18.1.4",
|
"@angular-devkit/build-angular": "^19.2.20",
|
||||||
"@angular/cli": "^18.1.4",
|
"@angular/cli": "^19.2.20",
|
||||||
"@angular/compiler-cli": "^18.1.0",
|
"@angular/compiler-cli": "^19.2.18",
|
||||||
"@types/jasmine": "~5.1.0",
|
"@types/jasmine": "~5.1.0",
|
||||||
"jasmine-core": "~5.1.0",
|
"jasmine-core": "~5.1.0",
|
||||||
"karma": "~6.4.0",
|
"karma": "~6.4.0",
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import { RouterOutlet } from '@angular/router';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
standalone: true,
|
|
||||||
imports: [RouterOutlet],
|
imports: [RouterOutlet],
|
||||||
templateUrl: './app.component.html',
|
templateUrl: './app.component.html',
|
||||||
styleUrl: './app.component.scss'
|
styleUrl: './app.component.scss'
|
||||||
|
|||||||
Reference in New Issue
Block a user