add allowScripts configuration to package.json
This commit is contained in:
parent
63aa18b5a5
commit
e49c9cd842
|
|
@ -35,5 +35,12 @@
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.1",
|
||||||
"typescript": "~6.0.2",
|
"typescript": "~6.0.2",
|
||||||
"vitest": "^4.0.8"
|
"vitest": "^4.0.8"
|
||||||
|
},
|
||||||
|
"allowScripts": {
|
||||||
|
"@parcel/watcher@2.5.6": true,
|
||||||
|
"esbuild@0.28.1": true,
|
||||||
|
"esbuild@0.27.7": true,
|
||||||
|
"lmdb@3.5.4": true,
|
||||||
|
"msgpackr-extract@3.0.4": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue