mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12322] CR fixes
This commit is contained in:
+5
-4
@@ -68,12 +68,14 @@
|
||||
"@ngrx/store": "~20.1.0",
|
||||
"@ngrx/store-devtools": "~20.1.0",
|
||||
"@ngx-translate/core": "^17.0.0",
|
||||
"angular-oauth2-oidc": "19.0.0",
|
||||
"angular-oauth2-oidc": "^19.0.0",
|
||||
"balanced-match": "^4.0.4",
|
||||
"brace-expansion": "^5.0.9",
|
||||
"cropperjs": "1.6.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"eventemitter3": "5.0.4",
|
||||
"eventemitter3": "^5.0.4",
|
||||
"material-icons": "^1.13.12",
|
||||
"minimatch": "10.2.6",
|
||||
"minimatch": "^10.2.6",
|
||||
"pdfjs-dist": "5.1.91",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
@@ -110,7 +112,6 @@
|
||||
"@typescript-eslint/eslint-plugin": "8.55.0",
|
||||
"@typescript-eslint/parser": "8.55.0",
|
||||
"@typescript-eslint/utils": "8.55.0",
|
||||
"buffer": "5.7.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-ban": "^2.0.0",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
|
||||
Generated
+2606
-1942
File diff suppressed because it is too large
Load Diff
+10
-24
@@ -1,6 +1,3 @@
|
||||
packages:
|
||||
- "projects/*"
|
||||
|
||||
# Block packages published less than 3 days ago (4320 minutes)
|
||||
minimumReleaseAge: 4320
|
||||
minimumReleaseAgeStrict: true
|
||||
@@ -25,26 +22,6 @@ overrides:
|
||||
postcss: '>=8.5.25'
|
||||
|
||||
allowBuilds:
|
||||
'@parcel/watcher': true
|
||||
esbuild: true
|
||||
lmdb: true
|
||||
msgpackr-extract: true
|
||||
nx: true
|
||||
unrs-resolver: true
|
||||
sharp: true
|
||||
node-sass: true
|
||||
sass: true
|
||||
pdfjs-dist: true
|
||||
canvas: true
|
||||
bcrypt: true
|
||||
sqlite3: true
|
||||
better-sqlite3: true
|
||||
puppeteer: true
|
||||
playwright: true
|
||||
fsevents: true
|
||||
husky: true
|
||||
core-js: true
|
||||
core-js-pure: true
|
||||
'@esbuild/darwin-arm64': true
|
||||
'@esbuild/darwin-x64': true
|
||||
'@esbuild/linux-x64': true
|
||||
@@ -54,5 +31,14 @@ allowBuilds:
|
||||
'@nx/nx-linux-x64-gnu': true
|
||||
'@nx/nx-linux-x64-musl': true
|
||||
'@nx/nx-win32-x64-msvc': true
|
||||
'@swc/core': true
|
||||
'@parcel/watcher': true
|
||||
esbuild: true
|
||||
fsevents: true
|
||||
husky: true
|
||||
less: true
|
||||
lmdb: true
|
||||
msgpackr-extract: true
|
||||
nx: true
|
||||
pdfjs-dist: true
|
||||
playwright: true
|
||||
sass: true
|
||||
|
||||
Reference in New Issue
Block a user