update version

This commit is contained in:
Lorito Tiago
2023-10-11 18:22:07 +01:00
parent c00ab20d7d
commit 2a4796bb3d
2 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -77,8 +77,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "8mb",
"maximumError": "8mb"
}
]
},
@@ -115,7 +115,9 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"styles": [ "./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css"
],
"scripts": [],
"assets": [
{
@@ -209,4 +211,4 @@
"styleext": "scss"
}
}
}
}