feat: add allowScripts configuration for specific package versions in package.json

This commit is contained in:
fitse-yotor
2026-08-15 12:43:23 +03:00
parent 98bf79832f
commit 7772a93f26

View File

@@ -72,5 +72,10 @@
"typescript": "~5.9.2",
"vite": "^7.0.0",
"vitest": "^4.0.0"
},
"allowScripts": {
"esbuild@0.28.1": true,
"nx@22.7.8": true,
"core-js@3.49.0": true
}
}