Skip to content

Commit

Permalink
chore: update to Angular 18 and enable experimental zoneless change d…
Browse files Browse the repository at this point in the history
…etection (#52)
  • Loading branch information
MaSch0212 authored Jun 9, 2024
1 parent 31c2b22 commit ecbb611
Show file tree
Hide file tree
Showing 5 changed files with 2,170 additions and 1,649 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minigolf-friday-repo",
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.2.0",
"scripts": {
"preinstall": "pnpm install -C src/client && dotnet restore",
"build": "pnpm server:build && pnpm client:build && pnpm docker:build",
Expand Down
4 changes: 2 additions & 2 deletions src/client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"outputPath": "dist/minigolf-friday",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"polyfills": [],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand Down Expand Up @@ -106,7 +106,7 @@
"test": {
"builder": "@angular-devkit/build-angular:jest",
"options": {
"polyfills": ["zone.js", "zone.js/testing"],
"polyfills": [],
"tsConfig": "tsconfig.spec.json"
}
}
Expand Down
39 changes: 20 additions & 19 deletions src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,38 @@
"test": "ng test"
},
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.2.0",
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@angular/animations": "^18.0.2",
"@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2",
"@angular/core": "^18.0.2",
"@angular/forms": "^18.0.2",
"@angular/platform-browser": "^18.0.2",
"@angular/platform-browser-dynamic": "^18.0.2",
"@angular/router": "^18.0.2",
"@ngneers/easy-ngrx-distinct-selector": "^0.1.1",
"@ngrx/effects": "^17.2.0",
"@ngrx/entity": "^17.2.0",
"@ngrx/router-store": "^17.2.0",
"@ngrx/store": "^17.2.0",
"@ngrx/store-devtools": "^17.2.0",
"@types/eslint": "^8.56.10",
"copy-to-clipboard": "^3.3.3",
"immer": "^10.1.1",
"primeng": "17.18.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "^17.5.2",
"@angular-eslint/eslint-plugin": "^17.5.2",
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular-eslint/template-parser": "^17.5.2",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.11",
"@angular-devkit/build-angular": "^18.0.3",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/cli": "^18.0.3",
"@angular/compiler-cli": "^18.0.2",
"@goast/core": "^0.2.1",
"@goast/typescript": "^0.2.15",
"@iconify-json/flag": "^1.1.53",
Expand Down Expand Up @@ -75,6 +76,6 @@
"run-script-os": "^1.1.6",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.4",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
}
}
Loading

0 comments on commit ecbb611

Please sign in to comment.