@deephaven/app-utils 1.5.3-beta.1 → 1.5.4-alpha-js-plugins-route.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 +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/app-utils",
3
- "version": "1.5.3-beta.1+53c4d260",
3
+ "version": "1.5.4-alpha-js-plugins-route.0+8f88cf9f",
4
4
  "description": "Deephaven App Utils",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -22,7 +22,7 @@
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.5.3-beta.1+53c4d260",
25
+ "@deephaven/test-utils": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
26
26
  "react": "^17.x",
27
27
  "react-dom": "^17.x",
28
28
  "react-redux": "^7.x",
@@ -30,26 +30,26 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@adobe/react-spectrum": "3.38.0",
33
- "@deephaven/auth-plugins": "^1.5.3-beta.1+53c4d260",
34
- "@deephaven/chart": "^1.5.3-beta.1+53c4d260",
35
- "@deephaven/components": "^1.5.3-beta.1+53c4d260",
36
- "@deephaven/console": "^1.5.3-beta.1+53c4d260",
37
- "@deephaven/dashboard": "^1.5.3-beta.1+53c4d260",
38
- "@deephaven/dashboard-core-plugins": "^1.5.3-beta.1+53c4d260",
39
- "@deephaven/file-explorer": "^1.5.3-beta.1+53c4d260",
40
- "@deephaven/golden-layout": "^1.5.3-beta.1+53c4d260",
41
- "@deephaven/icons": "^1.5.3-beta.1+53c4d260",
42
- "@deephaven/iris-grid": "^1.5.3-beta.1+53c4d260",
43
- "@deephaven/jsapi-bootstrap": "^1.5.3-beta.1+53c4d260",
44
- "@deephaven/jsapi-components": "^1.5.3-beta.1+53c4d260",
33
+ "@deephaven/auth-plugins": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
34
+ "@deephaven/chart": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
35
+ "@deephaven/components": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
36
+ "@deephaven/console": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
37
+ "@deephaven/dashboard": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
38
+ "@deephaven/dashboard-core-plugins": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
39
+ "@deephaven/file-explorer": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
40
+ "@deephaven/golden-layout": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
41
+ "@deephaven/icons": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
42
+ "@deephaven/iris-grid": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
43
+ "@deephaven/jsapi-bootstrap": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
44
+ "@deephaven/jsapi-components": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
45
45
  "@deephaven/jsapi-types": "^1.0.0-dev0.39.4",
46
- "@deephaven/jsapi-utils": "^1.5.3-beta.1+53c4d260",
47
- "@deephaven/log": "^1.5.3-beta.1+53c4d260",
48
- "@deephaven/plugin": "^1.5.3-beta.1+53c4d260",
49
- "@deephaven/react-hooks": "^1.5.3-beta.1+53c4d260",
50
- "@deephaven/redux": "^1.5.3-beta.1+53c4d260",
51
- "@deephaven/storage": "^1.5.3-beta.1+53c4d260",
52
- "@deephaven/utils": "^1.5.3-beta.1+53c4d260",
46
+ "@deephaven/jsapi-utils": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
47
+ "@deephaven/log": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
48
+ "@deephaven/plugin": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
49
+ "@deephaven/react-hooks": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
50
+ "@deephaven/redux": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
51
+ "@deephaven/storage": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
52
+ "@deephaven/utils": "^1.5.4-alpha-js-plugins-route.0+8f88cf9f",
53
53
  "@fontsource/fira-mono": "5.0.13",
54
54
  "@fontsource/fira-sans": "5.0.20",
55
55
  "@paciolan/remote-component": "2.13.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "53c4d26045c3237b58aaffb8cb069f332b62120c"
77
+ "gitHead": "8f88cf9f10d8e962ea8400261e66c22cb35d691b"
78
78
  }