We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d2ed9 commit 3d70b4dCopy full SHA for 3d70b4d
backend/package.json
@@ -92,7 +92,7 @@
92
"@nestjs/cli": "^11.0.6",
93
"@nestjs/schematics": "^11.0.5",
94
"@nestjs/testing": "^11.0.15",
95
- "@swc/cli": "^0.7.7",
+ "@swc/cli": "^0.7.10",
96
"@swc/core": "^1.10.7",
97
"@types/archiver": "^7.0.0",
98
"@types/bcryptjs": "^2.4.6",
frontend/angular.json
@@ -52,8 +52,8 @@
52
},
53
{
54
"type": "anyComponentStyle",
55
- "maximumWarning": "2kb",
56
- "maximumError": "4kb"
+ "maximumWarning": "5kb",
+ "maximumError": "10kb"
57
}
58
],
59
"outputHashing": "all"
0 commit comments