@deephaven/code-studio 0.50.0 → 0.50.1-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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/code-studio",
3
- "version": "0.50.0",
3
+ "version": "0.50.1-beta.0+cf1b3687",
4
4
  "description": "Deephaven Code Studio",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -11,31 +11,31 @@
11
11
  "directory": "packages/code-studio"
12
12
  },
13
13
  "dependencies": {
14
- "@deephaven/app-utils": "^0.50.0",
15
- "@deephaven/auth-plugins": "^0.50.0",
16
- "@deephaven/chart": "^0.50.0",
17
- "@deephaven/components": "^0.50.0",
18
- "@deephaven/console": "^0.50.0",
19
- "@deephaven/dashboard": "^0.50.0",
20
- "@deephaven/dashboard-core-plugins": "^0.50.0",
21
- "@deephaven/file-explorer": "^0.50.0",
22
- "@deephaven/filters": "^0.50.0",
23
- "@deephaven/golden-layout": "^0.50.0",
24
- "@deephaven/grid": "^0.50.0",
25
- "@deephaven/icons": "^0.50.0",
26
- "@deephaven/iris-grid": "^0.50.0",
27
- "@deephaven/jsapi-bootstrap": "^0.50.0",
28
- "@deephaven/jsapi-components": "^0.50.0",
29
- "@deephaven/jsapi-shim": "^0.50.0",
30
- "@deephaven/jsapi-types": "^0.50.0",
31
- "@deephaven/jsapi-utils": "^0.50.0",
32
- "@deephaven/log": "^0.50.0",
33
- "@deephaven/plugin": "^0.50.0",
34
- "@deephaven/pouch-storage": "^0.50.0",
35
- "@deephaven/react-hooks": "^0.50.0",
36
- "@deephaven/redux": "^0.50.0",
37
- "@deephaven/storage": "^0.50.0",
38
- "@deephaven/utils": "^0.50.0",
14
+ "@deephaven/app-utils": "^0.50.1-beta.0+cf1b3687",
15
+ "@deephaven/auth-plugins": "^0.50.1-beta.0+cf1b3687",
16
+ "@deephaven/chart": "^0.50.1-beta.0+cf1b3687",
17
+ "@deephaven/components": "^0.50.1-beta.0+cf1b3687",
18
+ "@deephaven/console": "^0.50.1-beta.0+cf1b3687",
19
+ "@deephaven/dashboard": "^0.50.1-beta.0+cf1b3687",
20
+ "@deephaven/dashboard-core-plugins": "^0.50.1-beta.0+cf1b3687",
21
+ "@deephaven/file-explorer": "^0.50.1-beta.0+cf1b3687",
22
+ "@deephaven/filters": "^0.50.1-beta.0+cf1b3687",
23
+ "@deephaven/golden-layout": "^0.50.1-beta.0+cf1b3687",
24
+ "@deephaven/grid": "^0.50.1-beta.0+cf1b3687",
25
+ "@deephaven/icons": "^0.50.1-beta.0+cf1b3687",
26
+ "@deephaven/iris-grid": "^0.50.1-beta.0+cf1b3687",
27
+ "@deephaven/jsapi-bootstrap": "^0.50.1-beta.0+cf1b3687",
28
+ "@deephaven/jsapi-components": "^0.50.1-beta.0+cf1b3687",
29
+ "@deephaven/jsapi-shim": "^0.50.1-beta.0+cf1b3687",
30
+ "@deephaven/jsapi-types": "^0.50.1-beta.0+cf1b3687",
31
+ "@deephaven/jsapi-utils": "^0.50.1-beta.0+cf1b3687",
32
+ "@deephaven/log": "^0.50.1-beta.0+cf1b3687",
33
+ "@deephaven/plugin": "^0.50.1-beta.0+cf1b3687",
34
+ "@deephaven/pouch-storage": "^0.50.1-beta.0+cf1b3687",
35
+ "@deephaven/react-hooks": "^0.50.1-beta.0+cf1b3687",
36
+ "@deephaven/redux": "^0.50.1-beta.0+cf1b3687",
37
+ "@deephaven/storage": "^0.50.1-beta.0+cf1b3687",
38
+ "@deephaven/utils": "^0.50.1-beta.0+cf1b3687",
39
39
  "@fortawesome/fontawesome-svg-core": "^6.2.1",
40
40
  "@fortawesome/react-fontawesome": "^0.2.0",
41
41
  "classnames": "^2.3.1",
@@ -72,10 +72,10 @@
72
72
  "update-licenses": "npm-license > licenses.txt"
73
73
  },
74
74
  "devDependencies": {
75
- "@deephaven/eslint-config": "^0.50.0",
76
- "@deephaven/mocks": "^0.50.0",
77
- "@deephaven/prettier-config": "^0.50.0",
78
- "@deephaven/stylelint-config": "^0.50.0",
75
+ "@deephaven/eslint-config": "^0.50.1-beta.0+cf1b3687",
76
+ "@deephaven/mocks": "^0.50.1-beta.0+cf1b3687",
77
+ "@deephaven/prettier-config": "^0.50.1-beta.0+cf1b3687",
78
+ "@deephaven/stylelint-config": "^0.50.1-beta.0+cf1b3687",
79
79
  "autoprefixer": "^10.4.8"
80
80
  },
81
81
  "publishConfig": {