Skip to content

Commit

Permalink
feat(ng19): update to ng19 and all dependencies + do all migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekMencke committed Nov 29, 2024
1 parent 38297ec commit 4d593dd
Show file tree
Hide file tree
Showing 58 changed files with 3,709 additions and 2,276 deletions.
19 changes: 18 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,31 @@
"src/manifest.webmanifest",
"src/robots.txt"
],
"styles": ["src/styles/tailwind/index.scss", "src/styles/index.scss"],
"styles": [
"src/styles/tailwind/base.scss",
"src/styles/tailwind/components.scss",
"src/styles/tailwind/utilities.scss",
"src/styles/index.scss"
],
"scripts": [],
"allowedCommonJsDependencies": ["hammerjs"],
"serviceWorker": "ngsw-config.json",
"browser": "src/main.ts"
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"outputHashing": "all"
},
"development": {
Expand Down
Loading

0 comments on commit 4d593dd

Please sign in to comment.