@vitessce/vit-s 3.6.1 → 3.6.3

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -31720,7 +31720,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
31720
31720
  CoordinationType$1.HIERARCHY_LEVELS
31721
31721
  ]
31722
31722
  });
31723
- const version = "3.6.1";
31723
+ const version = "3.6.3";
31724
31724
  const META_VERSION = {
31725
31725
  version
31726
31726
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.6.1",
3
+ "version": "3.6.3",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,15 +28,15 @@
28
28
  "zustand": "^5.0.4",
29
29
  "react-aria": "^3.28.0",
30
30
  "react-error-boundary": "^5.0.0",
31
- "@vitessce/styles": "3.6.1",
32
- "@vitessce/abstract": "3.6.1",
33
- "@vitessce/constants-internal": "3.6.1",
34
- "@vitessce/plugins": "3.6.1",
35
- "@vitessce/schemas": "3.6.1",
36
- "@vitessce/utils": "3.6.1",
37
- "@vitessce/sets-utils": "3.6.1",
38
- "@vitessce/config": "3.6.1",
39
- "@vitessce/globals": "3.6.1"
31
+ "@vitessce/styles": "3.6.3",
32
+ "@vitessce/abstract": "3.6.3",
33
+ "@vitessce/constants-internal": "3.6.3",
34
+ "@vitessce/plugins": "3.6.3",
35
+ "@vitessce/schemas": "3.6.3",
36
+ "@vitessce/utils": "3.6.3",
37
+ "@vitessce/sets-utils": "3.6.3",
38
+ "@vitessce/config": "3.6.3",
39
+ "@vitessce/globals": "3.6.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@testing-library/jest-dom": "^6.6.3",
@@ -45,7 +45,7 @@
45
45
  "react-dom": "^18.0.0",
46
46
  "vite": "^6.3.5",
47
47
  "vitest": "^3.1.4",
48
- "@vitessce/types": "3.6.1"
48
+ "@vitessce/types": "3.6.3"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"