🔒 fix: package-lock file for cross-compatibility (#2515)

This commit is contained in:
Danny Avila 2024-04-24 10:42:18 -04:00 committed by GitHub
parent 3df4fac118
commit cdab1e9cda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3631 additions and 3480 deletions

View file

@ -3,11 +3,6 @@
"version": "0.7.1",
"description": "",
"type": "module",
"overrides": {
"vite": {
"rollup": "4.15.0"
}
},
"scripts": {
"data-provider": "cd .. && npm run build:data-provider",
"build:file": "cross-env NODE_ENV=production vite build --debug > vite-output.log 2>&1",

7101
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,11 +7,6 @@
"client",
"packages/*"
],
"overrides": {
"vite": {
"rollup": "4.15.0"
}
},
"scripts": {
"update": "node config/update.js",
"add-balance": "node config/add-balance.js",