@deephaven/dashboard-core-plugins 0.35.1-react-spectrum-provider.11 → 0.35.1-test-envoy.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/dashboard-core-plugins",
3
- "version": "0.35.1-react-spectrum-provider.11+8d41a160",
3
+ "version": "0.35.1-test-envoy.18+6e346a00",
4
4
  "description": "Deephaven Dashboard Core Plugins",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -22,23 +22,23 @@
22
22
  "build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
23
23
  },
24
24
  "dependencies": {
25
- "@deephaven/chart": "^0.35.1-react-spectrum-provider.11+8d41a160",
26
- "@deephaven/components": "^0.35.1-react-spectrum-provider.11+8d41a160",
27
- "@deephaven/console": "^0.35.1-react-spectrum-provider.11+8d41a160",
28
- "@deephaven/dashboard": "^0.35.1-react-spectrum-provider.11+8d41a160",
29
- "@deephaven/file-explorer": "^0.35.1-react-spectrum-provider.11+8d41a160",
30
- "@deephaven/filters": "^0.35.1-react-spectrum-provider.11+8d41a160",
31
- "@deephaven/golden-layout": "^0.35.1-react-spectrum-provider.11+8d41a160",
32
- "@deephaven/grid": "^0.35.1-react-spectrum-provider.11+8d41a160",
33
- "@deephaven/icons": "^0.35.1-react-spectrum-provider.11+8d41a160",
34
- "@deephaven/iris-grid": "^0.35.1-react-spectrum-provider.11+8d41a160",
35
- "@deephaven/jsapi-shim": "^0.35.1-react-spectrum-provider.11+8d41a160",
36
- "@deephaven/jsapi-utils": "^0.35.1-react-spectrum-provider.11+8d41a160",
37
- "@deephaven/log": "^0.35.1-react-spectrum-provider.11+8d41a160",
38
- "@deephaven/react-hooks": "^0.35.1-react-spectrum-provider.11+8d41a160",
39
- "@deephaven/redux": "^0.35.1-react-spectrum-provider.11+8d41a160",
40
- "@deephaven/storage": "^0.35.1-react-spectrum-provider.11+8d41a160",
41
- "@deephaven/utils": "^0.35.1-react-spectrum-provider.11+8d41a160",
25
+ "@deephaven/chart": "^0.35.1-test-envoy.18+6e346a00",
26
+ "@deephaven/components": "^0.35.1-test-envoy.18+6e346a00",
27
+ "@deephaven/console": "^0.35.1-test-envoy.18+6e346a00",
28
+ "@deephaven/dashboard": "^0.35.1-test-envoy.18+6e346a00",
29
+ "@deephaven/file-explorer": "^0.35.1-test-envoy.18+6e346a00",
30
+ "@deephaven/filters": "^0.35.1-test-envoy.18+6e346a00",
31
+ "@deephaven/golden-layout": "^0.35.1-test-envoy.18+6e346a00",
32
+ "@deephaven/grid": "^0.35.1-test-envoy.18+6e346a00",
33
+ "@deephaven/icons": "^0.35.1-test-envoy.18+6e346a00",
34
+ "@deephaven/iris-grid": "^0.35.1-test-envoy.18+6e346a00",
35
+ "@deephaven/jsapi-shim": "^0.35.1-test-envoy.18+6e346a00",
36
+ "@deephaven/jsapi-utils": "^0.35.1-test-envoy.18+6e346a00",
37
+ "@deephaven/log": "^0.35.1-test-envoy.18+6e346a00",
38
+ "@deephaven/react-hooks": "^0.35.1-test-envoy.18+6e346a00",
39
+ "@deephaven/redux": "^0.35.1-test-envoy.18+6e346a00",
40
+ "@deephaven/storage": "^0.35.1-test-envoy.18+6e346a00",
41
+ "@deephaven/utils": "^0.35.1-test-envoy.18+6e346a00",
42
42
  "@fortawesome/react-fontawesome": "^0.2.0",
43
43
  "classnames": "^2.3.1",
44
44
  "deep-equal": "^2.0.5",
@@ -61,14 +61,17 @@
61
61
  "react-redux": "^7.2.4"
62
62
  },
63
63
  "devDependencies": {
64
- "@deephaven/mocks": "^0.35.1-react-spectrum-provider.11+8d41a160",
65
- "@deephaven/tsconfig": "^0.35.1-react-spectrum-provider.11+8d41a160"
64
+ "@deephaven/mocks": "^0.35.1-test-envoy.18+6e346a00",
65
+ "@deephaven/tsconfig": "^0.35.1-test-envoy.18+6e346a00"
66
66
  },
67
67
  "files": [
68
68
  "dist"
69
69
  ],
70
+ "sideEffects": [
71
+ "*.css"
72
+ ],
70
73
  "publishConfig": {
71
74
  "access": "public"
72
75
  },
73
- "gitHead": "8d41a16061642614e5d99010ddb52f4d00ef37e0"
76
+ "gitHead": "6e346a00a90210a7f7dfa97a06c1bd998b70b68b"
74
77
  }