@deephaven/app-utils 0.99.1-beta.0 → 0.99.1-react-spectrum-38.4

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/app-utils",
3
- "version": "0.99.1-beta.0+5ebc1957",
3
+ "version": "0.99.1-react-spectrum-38.4+2868ee52",
4
4
  "description": "Deephaven App Utils",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -22,34 +22,34 @@
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": "^0.99.1-beta.0+5ebc1957",
25
+ "@deephaven/test-utils": "^0.99.1-react-spectrum-38.4+2868ee52",
26
26
  "react": "^17.x",
27
27
  "react-dom": "^17.x",
28
28
  "react-redux": "^7.x",
29
29
  "redux": "^4.x"
30
30
  },
31
31
  "dependencies": {
32
- "@adobe/react-spectrum": "3.35.1",
33
- "@deephaven/auth-plugins": "^0.99.1-beta.0+5ebc1957",
34
- "@deephaven/chart": "^0.99.1-beta.0+5ebc1957",
35
- "@deephaven/components": "^0.99.1-beta.0+5ebc1957",
36
- "@deephaven/console": "^0.99.1-beta.0+5ebc1957",
37
- "@deephaven/dashboard": "^0.99.1-beta.0+5ebc1957",
38
- "@deephaven/dashboard-core-plugins": "^0.99.1-beta.0+5ebc1957",
39
- "@deephaven/file-explorer": "^0.99.1-beta.0+5ebc1957",
40
- "@deephaven/golden-layout": "^0.99.1-beta.0+5ebc1957",
41
- "@deephaven/icons": "^0.99.1-beta.0+5ebc1957",
42
- "@deephaven/iris-grid": "^0.99.1-beta.0+5ebc1957",
43
- "@deephaven/jsapi-bootstrap": "^0.99.1-beta.0+5ebc1957",
44
- "@deephaven/jsapi-components": "^0.99.1-beta.0+5ebc1957",
32
+ "@adobe/react-spectrum": "3.38.0",
33
+ "@deephaven/auth-plugins": "^0.99.1-react-spectrum-38.4+2868ee52",
34
+ "@deephaven/chart": "^0.99.1-react-spectrum-38.4+2868ee52",
35
+ "@deephaven/components": "^0.99.1-react-spectrum-38.4+2868ee52",
36
+ "@deephaven/console": "^0.99.1-react-spectrum-38.4+2868ee52",
37
+ "@deephaven/dashboard": "^0.99.1-react-spectrum-38.4+2868ee52",
38
+ "@deephaven/dashboard-core-plugins": "^0.99.1-react-spectrum-38.4+2868ee52",
39
+ "@deephaven/file-explorer": "^0.99.1-react-spectrum-38.4+2868ee52",
40
+ "@deephaven/golden-layout": "^0.99.1-react-spectrum-38.4+2868ee52",
41
+ "@deephaven/icons": "^0.99.1-react-spectrum-38.4+2868ee52",
42
+ "@deephaven/iris-grid": "^0.99.1-react-spectrum-38.4+2868ee52",
43
+ "@deephaven/jsapi-bootstrap": "^0.99.1-react-spectrum-38.4+2868ee52",
44
+ "@deephaven/jsapi-components": "^0.99.1-react-spectrum-38.4+2868ee52",
45
45
  "@deephaven/jsapi-types": "^1.0.0-dev0.34.0",
46
- "@deephaven/jsapi-utils": "^0.99.1-beta.0+5ebc1957",
47
- "@deephaven/log": "^0.99.1-beta.0+5ebc1957",
48
- "@deephaven/plugin": "^0.99.1-beta.0+5ebc1957",
49
- "@deephaven/react-hooks": "^0.99.1-beta.0+5ebc1957",
50
- "@deephaven/redux": "^0.99.1-beta.0+5ebc1957",
51
- "@deephaven/storage": "^0.99.1-beta.0+5ebc1957",
52
- "@deephaven/utils": "^0.99.1-beta.0+5ebc1957",
46
+ "@deephaven/jsapi-utils": "^0.99.1-react-spectrum-38.4+2868ee52",
47
+ "@deephaven/log": "^0.99.1-react-spectrum-38.4+2868ee52",
48
+ "@deephaven/plugin": "^0.99.1-react-spectrum-38.4+2868ee52",
49
+ "@deephaven/react-hooks": "^0.99.1-react-spectrum-38.4+2868ee52",
50
+ "@deephaven/redux": "^0.99.1-react-spectrum-38.4+2868ee52",
51
+ "@deephaven/storage": "^0.99.1-react-spectrum-38.4+2868ee52",
52
+ "@deephaven/utils": "^0.99.1-react-spectrum-38.4+2868ee52",
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": "5ebc19574f20ade69a179cd5615c6547aa0a9b90"
77
+ "gitHead": "2868ee52284539a4daba4071f014dceed88675c8"
78
78
  }