@incodetech/web 0.0.0-dev-20260715-dcc78bcd → 0.0.0-dev-20260716-5050af5d

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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260715-dcc78bcd",
3
+ "version": "0.0.0-dev-20260716-5050af5d",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -291,7 +291,7 @@
291
291
  "qrcode": "^1.5.4",
292
292
  "signature_pad": "^5.1.3",
293
293
  "tailwindcss": "^4.1.17",
294
- "@incodetech/core": "0.0.0-dev-20260715-dcc78bcd"
294
+ "@incodetech/core": "0.0.0-dev-20260716-5050af5d"
295
295
  },
296
296
  "devDependencies": {
297
297
  "@microsoft/api-extractor": "^7.53.3",
@@ -307,9 +307,10 @@
307
307
  "@types/node": "^22.10.5",
308
308
  "@types/qrcode": "^1.5.6",
309
309
  "@vitejs/plugin-basic-ssl": "^2.3.0",
310
- "@vitest/browser": "4.0.13",
311
- "@vitest/browser-playwright": "4.0.13",
312
- "@vitest/coverage-v8": "^4.0.13",
310
+ "@vitest/browser": "4.1.4",
311
+ "@vitest/browser-playwright": "4.1.4",
312
+ "@vitest/coverage-v8": "4.1.4",
313
+ "axe-core": "4.11.1",
313
314
  "happy-dom": "^20.7.0",
314
315
  "playwright": "^1.60.0",
315
316
  "postcss": "^8.5.6",
@@ -323,7 +324,7 @@
323
324
  "vite": "^8.0.0",
324
325
  "vite-plugin-dts": "^4.5.4",
325
326
  "vite-plugin-svgr": "^5.2.0",
326
- "vitest": "^4.0.13",
327
+ "vitest": "4.1.4",
327
328
  "@incodetech/config": "1.0.2"
328
329
  },
329
330
  "scripts": {