Skip to content

Commit 53fa767

Browse files
update angular
1 parent 8c192ce commit 53fa767

File tree

3 files changed

+90
-2058
lines changed

3 files changed

+90
-2058
lines changed

demos/angular-supabase-todolist/angular.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"customWebpackConfig": {
2121
"path": "./extra-webpack.config.js"
2222
},
23-
"allowedCommonJsDependencies": [
24-
"js-logger",
25-
"ws"
26-
],
23+
"allowedCommonJsDependencies": ["js-logger", "ws"],
2724
"outputPath": "dist",
2825
"index": "src/index.html",
2926
"main": "src/main.ts",
@@ -39,7 +36,7 @@
3936
{
4037
"type": "initial",
4138
"maximumWarning": "500kb",
42-
"maximumError": "5mb"
39+
"maximumError": "6mb"
4340
},
4441
{
4542
"type": "anyComponentStyle",

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"zone.js": "~0.15.0"
3232
},
3333
"devDependencies": {
34-
"@angular-builders/custom-webpack": "^18.0.0",
34+
"@angular-builders/custom-webpack": "^19.0.0",
3535
"@angular-devkit/build-angular": "^19.2.5",
3636
"@angular/cli": "^19.2.5",
3737
"@angular/compiler-cli": "^19.2.4",

0 commit comments

Comments
 (0)