Skip to content

Commit ef7b26a

Browse files
committed
feat(core): config
1 parent 90669b7 commit ef7b26a

25 files changed

Lines changed: 276 additions & 47 deletions

common/config/rush/browser-approved-packages.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
},
297297
{
298298
"name": "@sat/recursos",
299-
"allowedCategories": [ "libraries" ]
299+
"allowedCategories": [ "libraries", "private" ]
300300
},
301301
{
302302
"name": "@sat/scraper",
@@ -426,6 +426,10 @@
426426
"name": "curp",
427427
"allowedCategories": [ "libraries" ]
428428
},
429+
{
430+
"name": "e.firma",
431+
"allowedCategories": [ "private" ]
432+
},
429433
{
430434
"name": "eslint",
431435
"allowedCategories": [ "libraries", "private", "production" ]
@@ -578,14 +582,6 @@
578582
"name": "material-ui-popup-state",
579583
"allowedCategories": [ "libraries" ]
580584
},
581-
{
582-
"name": "moment",
583-
"allowedCategories": [ "libraries" ]
584-
},
585-
{
586-
"name": "moment-timezone",
587-
"allowedCategories": [ "libraries" ]
588-
},
589585
{
590586
"name": "mysql2",
591587
"allowedCategories": [ "libraries" ]
@@ -800,7 +796,7 @@
800796
},
801797
{
802798
"name": "tsx",
803-
"allowedCategories": [ "libraries" ]
799+
"allowedCategories": [ "libraries", "private" ]
804800
},
805801
{
806802
"name": "typeorm",
@@ -842,6 +838,10 @@
842838
"name": "webpack",
843839
"allowedCategories": [ "libraries" ]
844840
},
841+
{
842+
"name": "xlsx",
843+
"allowedCategories": [ "private" ]
844+
},
845845
{
846846
"name": "xml-js",
847847
"allowedCategories": [ "libraries", "private" ]

common/config/rush/pnpm-lock.yaml

Lines changed: 138 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)