@deephaven/dashboard-core-plugins 0.68.1-embed-refactor.6 → 0.68.1-embed-refactor.8

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/dashboard-core-plugins",
3
- "version": "0.68.1-embed-refactor.6+5f5924c7",
3
+ "version": "0.68.1-embed-refactor.8+8639ac78",
4
4
  "description": "Deephaven Dashboard Core Plugins",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -22,26 +22,26 @@
22
22
  "build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
23
23
  },
24
24
  "dependencies": {
25
- "@deephaven/chart": "^0.68.1-embed-refactor.6+5f5924c7",
26
- "@deephaven/components": "^0.68.1-embed-refactor.6+5f5924c7",
27
- "@deephaven/console": "^0.68.1-embed-refactor.6+5f5924c7",
28
- "@deephaven/dashboard": "^0.68.1-embed-refactor.6+5f5924c7",
29
- "@deephaven/file-explorer": "^0.68.1-embed-refactor.6+5f5924c7",
30
- "@deephaven/filters": "^0.68.1-embed-refactor.6+5f5924c7",
31
- "@deephaven/golden-layout": "^0.68.1-embed-refactor.6+5f5924c7",
32
- "@deephaven/grid": "^0.68.1-embed-refactor.6+5f5924c7",
33
- "@deephaven/icons": "^0.68.1-embed-refactor.6+5f5924c7",
34
- "@deephaven/iris-grid": "^0.68.1-embed-refactor.6+5f5924c7",
35
- "@deephaven/jsapi-bootstrap": "^0.68.1-embed-refactor.6+5f5924c7",
36
- "@deephaven/jsapi-components": "^0.68.1-embed-refactor.6+5f5924c7",
25
+ "@deephaven/chart": "^0.68.1-embed-refactor.8+8639ac78",
26
+ "@deephaven/components": "^0.68.1-embed-refactor.8+8639ac78",
27
+ "@deephaven/console": "^0.68.1-embed-refactor.8+8639ac78",
28
+ "@deephaven/dashboard": "^0.68.1-embed-refactor.8+8639ac78",
29
+ "@deephaven/file-explorer": "^0.68.1-embed-refactor.8+8639ac78",
30
+ "@deephaven/filters": "^0.68.1-embed-refactor.8+8639ac78",
31
+ "@deephaven/golden-layout": "^0.68.1-embed-refactor.8+8639ac78",
32
+ "@deephaven/grid": "^0.68.1-embed-refactor.8+8639ac78",
33
+ "@deephaven/icons": "^0.68.1-embed-refactor.8+8639ac78",
34
+ "@deephaven/iris-grid": "^0.68.1-embed-refactor.8+8639ac78",
35
+ "@deephaven/jsapi-bootstrap": "^0.68.1-embed-refactor.8+8639ac78",
36
+ "@deephaven/jsapi-components": "^0.68.1-embed-refactor.8+8639ac78",
37
37
  "@deephaven/jsapi-types": "1.0.0-dev0.33.1",
38
- "@deephaven/jsapi-utils": "^0.68.1-embed-refactor.6+5f5924c7",
39
- "@deephaven/log": "^0.68.1-embed-refactor.6+5f5924c7",
40
- "@deephaven/plugin": "^0.68.1-embed-refactor.6+5f5924c7",
41
- "@deephaven/react-hooks": "^0.68.1-embed-refactor.6+5f5924c7",
42
- "@deephaven/redux": "^0.68.1-embed-refactor.6+5f5924c7",
43
- "@deephaven/storage": "^0.68.1-embed-refactor.6+5f5924c7",
44
- "@deephaven/utils": "^0.68.1-embed-refactor.6+5f5924c7",
38
+ "@deephaven/jsapi-utils": "^0.68.1-embed-refactor.8+8639ac78",
39
+ "@deephaven/log": "^0.68.1-embed-refactor.8+8639ac78",
40
+ "@deephaven/plugin": "^0.68.1-embed-refactor.8+8639ac78",
41
+ "@deephaven/react-hooks": "^0.68.1-embed-refactor.8+8639ac78",
42
+ "@deephaven/redux": "^0.68.1-embed-refactor.8+8639ac78",
43
+ "@deephaven/storage": "^0.68.1-embed-refactor.8+8639ac78",
44
+ "@deephaven/utils": "^0.68.1-embed-refactor.8+8639ac78",
45
45
  "@fortawesome/react-fontawesome": "^0.2.0",
46
46
  "classnames": "^2.3.1",
47
47
  "deep-equal": "^2.0.5",
@@ -66,8 +66,8 @@
66
66
  "react-redux": "^7.2.4"
67
67
  },
68
68
  "devDependencies": {
69
- "@deephaven/jsapi-shim": "^0.68.1-embed-refactor.6+5f5924c7",
70
- "@deephaven/mocks": "^0.68.1-embed-refactor.6+5f5924c7"
69
+ "@deephaven/jsapi-shim": "^0.68.1-embed-refactor.8+8639ac78",
70
+ "@deephaven/mocks": "^0.68.1-embed-refactor.8+8639ac78"
71
71
  },
72
72
  "files": [
73
73
  "dist",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "5f5924c731ee849c2823e46f5b9862ce1f23e1ba"
82
+ "gitHead": "8639ac7854b4a49fcbb721db6324db0d08562707"
83
83
  }