@deephaven/app-utils 1.15.0 → 1.15.2-alpha-fetch-variable-def.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.
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/app-utils",
|
|
3
|
-
"version": "1.15.0",
|
|
3
|
+
"version": "1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
4
4
|
"description": "Deephaven App Utils",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@deephaven/test-utils": "^1.
|
|
25
|
+
"@deephaven/test-utils": "^1.15.2-alpha-fetch-variable-def.0+a515247"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@adobe/react-spectrum": "3.38.0",
|
|
29
|
-
"@deephaven/auth-plugins": "^1.15.0",
|
|
30
|
-
"@deephaven/chart": "^1.
|
|
31
|
-
"@deephaven/components": "^1.
|
|
32
|
-
"@deephaven/console": "^1.
|
|
33
|
-
"@deephaven/dashboard": "^1.
|
|
34
|
-
"@deephaven/dashboard-core-plugins": "^1.15.0",
|
|
35
|
-
"@deephaven/file-explorer": "^1.
|
|
36
|
-
"@deephaven/golden-layout": "^1.
|
|
37
|
-
"@deephaven/icons": "^1.2.0",
|
|
38
|
-
"@deephaven/iris-grid": "^1.15.0",
|
|
39
|
-
"@deephaven/jsapi-bootstrap": "^1.
|
|
40
|
-
"@deephaven/jsapi-components": "^1.15.0",
|
|
29
|
+
"@deephaven/auth-plugins": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
30
|
+
"@deephaven/chart": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
31
|
+
"@deephaven/components": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
32
|
+
"@deephaven/console": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
33
|
+
"@deephaven/dashboard": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
34
|
+
"@deephaven/dashboard-core-plugins": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
35
|
+
"@deephaven/file-explorer": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
36
|
+
"@deephaven/golden-layout": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
37
|
+
"@deephaven/icons": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
38
|
+
"@deephaven/iris-grid": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
39
|
+
"@deephaven/jsapi-bootstrap": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
40
|
+
"@deephaven/jsapi-components": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
41
41
|
"@deephaven/jsapi-types": "^1.0.0-dev0.40.4",
|
|
42
|
-
"@deephaven/jsapi-utils": "^1.
|
|
43
|
-
"@deephaven/log": "^1.
|
|
44
|
-
"@deephaven/plugin": "^1.15.0",
|
|
45
|
-
"@deephaven/react-hooks": "^1.
|
|
46
|
-
"@deephaven/redux": "^1.
|
|
47
|
-
"@deephaven/storage": "^1.
|
|
48
|
-
"@deephaven/utils": "^1.
|
|
42
|
+
"@deephaven/jsapi-utils": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
43
|
+
"@deephaven/log": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
44
|
+
"@deephaven/plugin": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
45
|
+
"@deephaven/react-hooks": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
46
|
+
"@deephaven/redux": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
47
|
+
"@deephaven/storage": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
48
|
+
"@deephaven/utils": "^1.15.2-alpha-fetch-variable-def.0+a515247",
|
|
49
49
|
"@paciolan/remote-component": "2.13.0",
|
|
50
50
|
"@paciolan/remote-module-loader": "^3.0.2",
|
|
51
51
|
"classnames": "^2.5.1",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "a515247ca8627695fe42d8e64423e898a8d07a88"
|
|
72
72
|
}
|