@deephaven/dashboard-core-plugins 0.99.1-react-spectrum-38.4 → 0.99.2-beta.0

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/dashboard-core-plugins",
3
- "version": "0.99.1-react-spectrum-38.4+2868ee52",
3
+ "version": "0.99.2-beta.0+36d910da",
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.99.1-react-spectrum-38.4+2868ee52",
26
- "@deephaven/components": "^0.99.1-react-spectrum-38.4+2868ee52",
27
- "@deephaven/console": "^0.99.1-react-spectrum-38.4+2868ee52",
28
- "@deephaven/dashboard": "^0.99.1-react-spectrum-38.4+2868ee52",
29
- "@deephaven/file-explorer": "^0.99.1-react-spectrum-38.4+2868ee52",
30
- "@deephaven/filters": "^0.99.1-react-spectrum-38.4+2868ee52",
31
- "@deephaven/golden-layout": "^0.99.1-react-spectrum-38.4+2868ee52",
32
- "@deephaven/grid": "^0.99.1-react-spectrum-38.4+2868ee52",
33
- "@deephaven/icons": "^0.99.1-react-spectrum-38.4+2868ee52",
34
- "@deephaven/iris-grid": "^0.99.1-react-spectrum-38.4+2868ee52",
35
- "@deephaven/jsapi-bootstrap": "^0.99.1-react-spectrum-38.4+2868ee52",
36
- "@deephaven/jsapi-components": "^0.99.1-react-spectrum-38.4+2868ee52",
25
+ "@deephaven/chart": "^0.99.2-beta.0+36d910da",
26
+ "@deephaven/components": "^0.99.2-beta.0+36d910da",
27
+ "@deephaven/console": "^0.99.2-beta.0+36d910da",
28
+ "@deephaven/dashboard": "^0.99.2-beta.0+36d910da",
29
+ "@deephaven/file-explorer": "^0.99.2-beta.0+36d910da",
30
+ "@deephaven/filters": "^0.99.2-beta.0+36d910da",
31
+ "@deephaven/golden-layout": "^0.99.2-beta.0+36d910da",
32
+ "@deephaven/grid": "^0.99.2-beta.0+36d910da",
33
+ "@deephaven/icons": "^0.99.2-beta.0+36d910da",
34
+ "@deephaven/iris-grid": "^0.99.2-beta.0+36d910da",
35
+ "@deephaven/jsapi-bootstrap": "^0.99.2-beta.0+36d910da",
36
+ "@deephaven/jsapi-components": "^0.99.2-beta.0+36d910da",
37
37
  "@deephaven/jsapi-types": "^1.0.0-dev0.34.0",
38
- "@deephaven/jsapi-utils": "^0.99.1-react-spectrum-38.4+2868ee52",
39
- "@deephaven/log": "^0.99.1-react-spectrum-38.4+2868ee52",
40
- "@deephaven/plugin": "^0.99.1-react-spectrum-38.4+2868ee52",
41
- "@deephaven/react-hooks": "^0.99.1-react-spectrum-38.4+2868ee52",
42
- "@deephaven/redux": "^0.99.1-react-spectrum-38.4+2868ee52",
43
- "@deephaven/storage": "^0.99.1-react-spectrum-38.4+2868ee52",
44
- "@deephaven/utils": "^0.99.1-react-spectrum-38.4+2868ee52",
38
+ "@deephaven/jsapi-utils": "^0.99.2-beta.0+36d910da",
39
+ "@deephaven/log": "^0.99.2-beta.0+36d910da",
40
+ "@deephaven/plugin": "^0.99.2-beta.0+36d910da",
41
+ "@deephaven/react-hooks": "^0.99.2-beta.0+36d910da",
42
+ "@deephaven/redux": "^0.99.2-beta.0+36d910da",
43
+ "@deephaven/storage": "^0.99.2-beta.0+36d910da",
44
+ "@deephaven/utils": "^0.99.2-beta.0+36d910da",
45
45
  "@fortawesome/react-fontawesome": "^0.2.0",
46
46
  "classnames": "^2.3.1",
47
47
  "fast-deep-equal": "^3.1.3",
@@ -65,9 +65,9 @@
65
65
  "react-redux": "^7.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@deephaven/jsapi-shim": "^0.99.1-react-spectrum-38.4+2868ee52",
69
- "@deephaven/mocks": "^0.99.1-react-spectrum-38.4+2868ee52",
70
- "@deephaven/test-utils": "^0.99.1-react-spectrum-38.4+2868ee52"
68
+ "@deephaven/jsapi-shim": "^0.99.2-beta.0+36d910da",
69
+ "@deephaven/mocks": "^0.99.2-beta.0+36d910da",
70
+ "@deephaven/test-utils": "^0.99.2-beta.0+36d910da"
71
71
  },
72
72
  "files": [
73
73
  "dist",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "2868ee52284539a4daba4071f014dceed88675c8"
82
+ "gitHead": "36d910da75a0c628b9e45baf12282fb55e51e7e0"
83
83
  }