mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12322] CR fixes
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@
|
||||
"date-fns": "^4.1.0",
|
||||
"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",
|
||||
|
||||
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