pi-kiosk-shared 2.1.95 → 2.1.97

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 +19 -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.97",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Shared types, API contracts, and error classes for Pi Kiosk system",
@@ -137,6 +137,7 @@
137
137
  "type-check": "tsc --noEmit",
138
138
  "lint": "npm run type-check",
139
139
  "test": "jest --config jest.config.cjs --passWithNoTests && node --test src/tokens/__tests__/*.test.mjs",
140
+ "postinstall": "patch-package --patch-dir ../patches",
140
141
  "test:watch": "jest --config jest.config.cjs --watch",
141
142
  "test:coverage": "jest --config jest.config.cjs --coverage",
142
143
  "storybook": "storybook dev -p 6006",
@@ -157,26 +158,34 @@
157
158
  "devDependencies": {
158
159
  "@marsidev/react-turnstile": "^1.1.0",
159
160
  "@sentry/react": "^8.55.0",
160
- "@storybook/addon-essentials": "^8.6.0",
161
- "@storybook/react-vite": "^8.6.0",
161
+ "@storybook/react-vite": "^9.1.20",
162
162
  "@tanstack/react-query": "^5.66.0",
163
163
  "@testing-library/jest-dom": "^6.6.0",
164
164
  "@testing-library/react": "^16.0.0",
165
165
  "@testing-library/user-event": "^14.6.0",
166
- "@types/jest": "^29.5.0",
166
+ "@types/jest": "^30.0.0",
167
167
  "@types/node": "^20.19.41",
168
168
  "@types/react": "^18.2.0",
169
169
  "@zxing/browser": "^0.1.5",
170
170
  "@zxing/library": "^0.21.3",
171
- "jest": "^29.5.0",
172
- "jest-environment-jsdom": "^29.7.0",
171
+ "handlebars": "^4.7.9",
172
+ "jest": "^30.4.0",
173
+ "jest-environment-jsdom": "^30.4.0",
174
+ "patch-package": "^8.0.1",
173
175
  "react": "^18.3.1",
174
176
  "react-dom": "^18.3.1",
175
177
  "react-i18next": "^14.1.0",
176
- "rimraf": "^5.0.0",
177
- "storybook": "^8.6.0",
178
- "ts-jest": "^29.1.0",
178
+ "rimraf": "^6.1.3",
179
+ "storybook": "^9.1.20",
180
+ "ts-jest": "^29.4.11",
179
181
  "typescript": "^5.0.0",
180
- "vite": "^6.0.0"
182
+ "vite": "^6.4.3"
183
+ },
184
+ "overrides": {
185
+ "babel-plugin-istanbul": "^8.0.2",
186
+ "glob": "^13.0.6",
187
+ "jsdom": "^27.4.0",
188
+ "test-exclude": "^8.0.0",
189
+ "uuid": "^11.1.1"
181
190
  }
182
191
  }