pi-kiosk-shared 2.1.95 → 2.1.96

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.
Files changed (1) hide show
  1. package/package.json +16 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-kiosk-shared",
3
- "version": "2.1.95",
3
+ "version": "2.1.96",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Shared types, API contracts, and error classes for Pi Kiosk system",
@@ -157,26 +157,32 @@
157
157
  "devDependencies": {
158
158
  "@marsidev/react-turnstile": "^1.1.0",
159
159
  "@sentry/react": "^8.55.0",
160
- "@storybook/addon-essentials": "^8.6.0",
161
- "@storybook/react-vite": "^8.6.0",
160
+ "@storybook/react-vite": "^9.1.20",
162
161
  "@tanstack/react-query": "^5.66.0",
163
162
  "@testing-library/jest-dom": "^6.6.0",
164
163
  "@testing-library/react": "^16.0.0",
165
164
  "@testing-library/user-event": "^14.6.0",
166
- "@types/jest": "^29.5.0",
165
+ "@types/jest": "^30.0.0",
167
166
  "@types/node": "^20.19.41",
168
167
  "@types/react": "^18.2.0",
169
168
  "@zxing/browser": "^0.1.5",
170
169
  "@zxing/library": "^0.21.3",
171
- "jest": "^29.5.0",
172
- "jest-environment-jsdom": "^29.7.0",
170
+ "handlebars": "^4.7.9",
171
+ "jest": "^30.2.0",
172
+ "jest-environment-jsdom": "^30.2.0",
173
173
  "react": "^18.3.1",
174
174
  "react-dom": "^18.3.1",
175
175
  "react-i18next": "^14.1.0",
176
- "rimraf": "^5.0.0",
177
- "storybook": "^8.6.0",
178
- "ts-jest": "^29.1.0",
176
+ "rimraf": "^6.1.3",
177
+ "storybook": "^9.1.20",
178
+ "ts-jest": "^29.4.11",
179
179
  "typescript": "^5.0.0",
180
- "vite": "^6.0.0"
180
+ "vite": "^6.4.3"
181
+ },
182
+ "overrides": {
183
+ "babel-plugin-istanbul": "^8.0.2",
184
+ "jsdom": "^29.1.1",
185
+ "test-exclude": "^8.0.0",
186
+ "uuid": "^11.1.1"
181
187
  }
182
188
  }