pi-kiosk-shared 2.2.51 → 2.2.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-kiosk-shared",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Shared types, API contracts, and error classes for Pi Kiosk system",
|
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
"@tanstack/react-query": "^5.0.0",
|
|
254
254
|
"@zxing/browser": "^0.1.5",
|
|
255
255
|
"@zxing/library": "^0.21.3",
|
|
256
|
+
"lucide-react": "^1.27.0",
|
|
256
257
|
"react": "^18.0.0",
|
|
257
258
|
"react-i18next": "^14.0.0"
|
|
258
259
|
},
|