Track live_toast in assets lockfile

This commit is contained in:
Claudio Ortolina
2025-06-09 14:18:57 +01:00
parent 968b533a1d
commit 8ac4a99df2
+10 -1
View File
@@ -6,9 +6,14 @@
"": {
"dependencies": {
"barcode-detector": "^3.0.0",
"canvas-confetti": "^1.9.3"
"canvas-confetti": "^1.9.3",
"live_toast": "file:../deps/live_toast"
}
},
"../deps/live_toast": {
"version": "0.1.0",
"license": "MIT"
},
"node_modules/@types/emscripten": {
"version": "1.40.1",
"resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.40.1.tgz",
@@ -31,6 +36,10 @@
"url": "https://www.paypal.me/kirilvatev"
}
},
"node_modules/live_toast": {
"resolved": "../deps/live_toast",
"link": true
},
"node_modules/type-fest": {
"version": "4.41.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",