@deephaven/dashboard-core-plugins 0.6.1-beta.0 → 0.6.1-demo.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/dashboard-core-plugins",
3
- "version": "0.6.1-beta.0+126e214",
3
+ "version": "0.6.1-demo.8+c76ccf6",
4
4
  "description": "Deephaven Dashboard Core Plugins",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -33,86 +33,58 @@
33
33
  "prestart": "npm run build-dev",
34
34
  "start": "cross-env NODE_ENV=development npm run watch"
35
35
  },
36
- "peerDependencies": {
37
- "@deephaven/chart": "^0.4.0",
38
- "@deephaven/components": "^0.4.0",
39
- "@deephaven/console": "^0.4.0",
40
- "@deephaven/dashboard": "^0.4.0",
41
- "@deephaven/file-explorer": "^0.4.0",
42
- "@deephaven/golden-layout": "^0.4.0",
43
- "@deephaven/icons": "^0.4.0",
44
- "@deephaven/iris-grid": "^0.4.0",
45
- "@deephaven/jsapi-shim": "^0.4.0",
46
- "@deephaven/log": "^0.4.0",
47
- "@deephaven/mocks": "^0.4.0",
48
- "@deephaven/react-hooks": "^0.4.0",
49
- "@deephaven/redux": "^0.4.0",
50
- "@deephaven/utils": "^0.4.0",
36
+ "dependencies": {
37
+ "@deephaven/chart": "^0.6.1-demo.8+c76ccf6",
38
+ "@deephaven/console": "^0.6.1-demo.8+c76ccf6",
39
+ "@deephaven/dashboard": "^0.6.1-demo.8+c76ccf6",
40
+ "@deephaven/file-explorer": "^0.6.1-demo.8+c76ccf6",
41
+ "@deephaven/golden-layout": "^0.6.1-demo.8+c76ccf6",
42
+ "@deephaven/icons": "^0.6.1-demo.8+c76ccf6",
43
+ "@deephaven/iris-grid": "^0.6.1-demo.8+c76ccf6",
44
+ "@deephaven/jsapi-shim": "^0.6.1-demo.8+c76ccf6",
45
+ "@deephaven/utils": "^0.6.1-demo.8+c76ccf6",
51
46
  "@fortawesome/react-fontawesome": "^0.1.12",
52
47
  "classnames": "^2.3.1",
53
48
  "deep-equal": "^2.0.4",
54
- "jquery": "^3.5.1",
55
49
  "lodash.debounce": "^4.0.8",
56
50
  "lodash.throttle": "^4.1.1",
57
51
  "memoize-one": "^5.1.1",
58
52
  "memoizee": "^0.4.15",
59
53
  "prop-types": "^15.7.2",
60
- "react": "^16.0.0",
61
- "react-card-flip": "^0.7.2",
62
- "react-dom": "^16.0.0",
63
54
  "react-markdown": "^6.0.2",
64
- "react-redux": "^7.2.4",
65
55
  "react-transition-group": "^2.3.1",
66
56
  "reactstrap": "^8.4.1",
67
57
  "shortid": "^2.2.15"
68
58
  },
59
+ "peerDependencies": {
60
+ "@deephaven/components": "^0.4.0",
61
+ "@deephaven/log": "^0.4.0",
62
+ "@deephaven/redux": "^0.4.0",
63
+ "react": "^16.0.0",
64
+ "react-dom": "^16.0.0",
65
+ "react-redux": "^7.2.4"
66
+ },
69
67
  "devDependencies": {
70
68
  "@babel/cli": "^7.14.8",
71
- "@deephaven/chart": "^0.6.1-beta.0+126e214",
72
- "@deephaven/components": "^0.6.1-beta.0+126e214",
73
- "@deephaven/console": "^0.6.1-beta.0+126e214",
74
- "@deephaven/dashboard": "^0.6.1-beta.0+126e214",
75
- "@deephaven/file-explorer": "^0.6.1-beta.0+126e214",
76
- "@deephaven/golden-layout": "^0.6.1-beta.0+126e214",
77
- "@deephaven/icons": "^0.6.1-beta.0+126e214",
78
- "@deephaven/iris-grid": "^0.6.1-beta.0+126e214",
79
- "@deephaven/jsapi-shim": "^0.6.1-beta.0+126e214",
80
- "@deephaven/log": "^0.6.1-beta.0+126e214",
81
- "@deephaven/mocks": "^0.6.1-beta.0+126e214",
82
- "@deephaven/react-hooks": "^0.6.1-beta.0+126e214",
83
- "@deephaven/redux": "^0.6.1-beta.0+126e214",
84
- "@deephaven/tsconfig": "^0.6.1-beta.0+126e214",
85
- "@deephaven/utils": "^0.6.1-beta.0+126e214",
86
- "@fortawesome/react-fontawesome": "^0.1.12",
69
+ "@deephaven/components": "^0.6.1-demo.8+c76ccf6",
70
+ "@deephaven/log": "^0.6.1-demo.8+c76ccf6",
71
+ "@deephaven/mocks": "^0.6.1-demo.8+c76ccf6",
72
+ "@deephaven/redux": "^0.6.1-demo.8+c76ccf6",
73
+ "@deephaven/tsconfig": "^0.6.1-demo.8+c76ccf6",
87
74
  "@storybook/addon-actions": "^6.2.3",
88
75
  "@storybook/addon-essentials": "^6.2.3",
89
76
  "@storybook/addon-links": "^6.2.3",
90
77
  "@storybook/react": "^6.2.3",
91
78
  "@types/react": "^16.14.8",
92
- "classnames": "^2.3.1",
93
79
  "cross-env": "^7.0.2",
94
- "deep-equal": "^2.0.4",
95
- "gh-pages": "^2.2.0",
96
80
  "identity-obj-proxy": "^3.0.0",
97
- "jquery": "^3.5.1",
98
- "lodash.debounce": "^4.0.8",
99
- "lodash.throttle": "^4.1.1",
100
- "memoize-one": "^5.1.1",
101
- "memoizee": "^0.4.15",
102
81
  "npm-run-all": "^4.1.5",
103
- "prop-types": "^15.7.2",
104
82
  "react": "^16.14.0",
105
- "react-card-flip": "^0.7.2",
106
83
  "react-dom": "^16.14.0",
107
- "react-markdown": "^6.0.2",
108
84
  "react-redux": "^7.2.4",
109
- "react-transition-group": "^2.3.1",
110
- "reactstrap": "^8.4.1",
111
85
  "rimraf": "^3.0.2",
112
86
  "sass": "1.32.13",
113
- "shortid": "^2.2.15",
114
- "ts-loader": "^8.3.0",
115
- "typescript": "^4.3.2"
87
+ "typescript": "~4.3.2"
116
88
  },
117
89
  "files": [
118
90
  "dist"
@@ -120,5 +92,5 @@
120
92
  "publishConfig": {
121
93
  "access": "public"
122
94
  },
123
- "gitHead": "126e214ebbfe40b45113349c66913c65fc2236fd"
95
+ "gitHead": "c76ccf69544672164d23b2f77dc00dce39ae80a2"
124
96
  }