@vitessce/vit-s 4.0.0-test.2 → 4.0.0-test.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 +15 -15
package/dist/index.js CHANGED
@@ -34099,7 +34099,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
34099
34099
  CoordinationType$1.HIERARCHY_LEVELS
34100
34100
  ]
34101
34101
  });
34102
- const version = "4.0.0-test.2";
34102
+ const version = "4.0.0-test.3";
34103
34103
  const META_VERSION = {
34104
34104
  version
34105
34105
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "4.0.0-test.2",
3
+ "version": "4.0.0-test.3",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -31,26 +31,26 @@
31
31
  "react-error-boundary": "^5.0.0",
32
32
  "@placemarkio/flat-drop-files": "^1.0.2",
33
33
  "zarrita": "0.6.1",
34
- "@vitessce/abstract": "4.0.0-test.2",
35
- "@vitessce/error": "4.0.0-test.2",
36
- "@vitessce/constants-internal": "4.0.0-test.2",
37
- "@vitessce/schemas": "4.0.0-test.2",
38
- "@vitessce/utils": "4.0.0-test.2",
39
- "@vitessce/sets-utils": "4.0.0-test.2",
40
- "@vitessce/plugins": "4.0.0-test.2",
41
- "@vitessce/styles": "4.0.0-test.2",
42
- "@vitessce/globals": "4.0.0-test.2",
43
- "@vitessce/config": "4.0.0-test.2",
44
- "@vitessce/zarr-utils": "4.0.0-test.2"
34
+ "@vitessce/error": "4.0.0-test.3",
35
+ "@vitessce/abstract": "4.0.0-test.3",
36
+ "@vitessce/schemas": "4.0.0-test.3",
37
+ "@vitessce/sets-utils": "4.0.0-test.3",
38
+ "@vitessce/utils": "4.0.0-test.3",
39
+ "@vitessce/zarr-utils": "4.0.0-test.3",
40
+ "@vitessce/constants-internal": "4.0.0-test.3",
41
+ "@vitessce/globals": "4.0.0-test.3",
42
+ "@vitessce/styles": "4.0.0-test.3",
43
+ "@vitessce/plugins": "4.0.0-test.3",
44
+ "@vitessce/config": "4.0.0-test.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@testing-library/jest-dom": "^6.6.3",
48
48
  "@testing-library/react": "^16.3.0",
49
- "react": "19.1.0",
50
- "react-dom": "19.1.0",
49
+ "react": "19.2.6",
50
+ "react-dom": "19.2.6",
51
51
  "vite": "^7.0.0",
52
52
  "vitest": "^3.1.4",
53
- "@vitessce/types": "4.0.0-test.2"
53
+ "@vitessce/types": "4.0.0-test.3"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"