tweak: fix package-lock.json

Using npm install appears to have different results depending on whether
or not the parent directory of the puter repository happens to have a
package.json file (ex: nested workspaces).
This commit is contained in:
KernelDeimos 2024-06-08 20:49:18 -04:00 committed by Eric Dubé
parent eb05fbd2dc
commit 431b0da027

9
package-lock.json generated
View File

@ -12,7 +12,6 @@
"packages/*"
],
"dependencies": {
"@xterm/xterm": "^5.5.0",
"json-colorizer": "^3.0.1",
"uuid": "^9.0.1"
},
@ -11423,6 +11422,10 @@
"querystring": "0.2.0"
}
},
"node_modules/useapi": {
"resolved": "packages/useapi",
"link": true
},
"node_modules/utif2": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
@ -12537,6 +12540,10 @@
"engines": {
"node": ">=12"
}
},
"packages/useapi": {
"version": "1.0.0",
"license": "AGPL-3.0-only"
}
}
}