@uipath/apollo-react 3.54.0 → 3.54.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.54.0",
3
+ "version": "3.54.1",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -200,8 +200,8 @@
200
200
  "use-sync-external-store": "^1.2.0",
201
201
  "zod": "^4.3.5",
202
202
  "zustand": "^5.0.9",
203
- "@uipath/apollo-core": "5.7.1",
204
- "@uipath/apollo-wind": "0.14.0"
203
+ "@uipath/apollo-core": "5.7.2",
204
+ "@uipath/apollo-wind": "0.15.2"
205
205
  },
206
206
  "devDependencies": {
207
207
  "@lingui/cli": "^5.6.1",
@@ -235,8 +235,8 @@
235
235
  "@types/sanitize-html": "^2.16.0",
236
236
  "@types/webpack-bundle-analyzer": "^4.7.0",
237
237
  "@vitejs/plugin-react": "^4.7.0",
238
- "@vitest/coverage-v8": "^4.0.14",
239
- "@vitest/ui": "^4.0.14",
238
+ "@vitest/coverage-v8": "^4.1.0",
239
+ "@vitest/ui": "^4.1.0",
240
240
  "esbuild": "^0.27.0",
241
241
  "glob": "^13.0.0",
242
242
  "happy-dom": "^20.0.0",
@@ -245,7 +245,7 @@
245
245
  "typescript": "^5.9.3",
246
246
  "use-sync-external-store": "^1.2.0",
247
247
  "vite-tsconfig-paths": "^5.1.4",
248
- "vitest": "^4.0.14",
248
+ "vitest": "^4.1.0",
249
249
  "webpack-bundle-analyzer": "^5.0.1"
250
250
  },
251
251
  "scripts": {