@deephaven/iris-grid 0.6.0 → 0.6.1-alpha.5

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/iris-grid",
3
- "version": "0.6.0",
3
+ "version": "0.6.1-alpha.5+293603b",
4
4
  "description": "Deephaven Iris Grid",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -31,79 +31,50 @@
31
31
  "watch:types": "npm run types -- -w --incremental --preserveWatchOutput",
32
32
  "clean": "rimraf ./dist tsconfig.tsbuildinfo",
33
33
  "prestart": "npm run build-dev",
34
- "start": "cross-env NODE_ENV=development npm run watch",
35
- "predeploy": "cd example && npm install && npm run build",
36
- "deploy": "gh-pages -d example/build"
34
+ "start": "cross-env NODE_ENV=development npm run watch"
37
35
  },
38
- "peerDependencies": {
39
- "@deephaven/components": "^0.3.1",
40
- "@deephaven/grid": "^0.3.1",
41
- "@deephaven/icons": "^0.3.1",
42
- "@deephaven/jsapi-shim": "^0.3.1",
43
- "@deephaven/log": "^0.3.1",
44
- "@deephaven/react-hooks": "^0.3.1",
45
- "@deephaven/utils": "^0.3.1",
46
- "@fortawesome/fontawesome-svg-core": "^1.x",
47
- "@fortawesome/react-fontawesome": "^0.x",
48
- "@types/react": "^16.x",
49
- "bootstrap": "^4.x",
50
- "classnames": "^2.x",
36
+ "dependencies": {
37
+ "@deephaven/grid": "^0.6.1-alpha.5+293603b",
38
+ "@deephaven/icons": "^0.6.1-alpha.5+293603b",
39
+ "@deephaven/jsapi-shim": "^0.6.1-alpha.5+293603b",
40
+ "@deephaven/react-hooks": "^0.6.1-alpha.5+293603b",
41
+ "@deephaven/utils": "^0.6.1-alpha.5+293603b",
42
+ "@fortawesome/react-fontawesome": "^0.1.12",
43
+ "classnames": "^2.3.1",
51
44
  "deep-equal": "^2.0.4",
52
- "lodash.debounce": "^4.x",
53
- "lodash.flatten": "^4.x",
54
- "lodash.throttle": "^4.x",
55
- "memoize-one": "^5.x",
56
- "memoizee": "^0.x",
45
+ "lodash.debounce": "^4.0.8",
46
+ "lodash.throttle": "^4.1.1",
47
+ "memoize-one": "^5.1.1",
48
+ "memoizee": "^0.4.15",
57
49
  "monaco-editor": "^0.27.0",
58
- "prop-types": "^15.x",
59
- "react": "^16.x",
50
+ "prop-types": "^15.7.2",
60
51
  "react-beautiful-dnd": "^13.0.0",
61
- "react-dom": "^16.x",
62
- "react-transition-group": "^2.x",
63
- "reactstrap": "^8.x",
64
- "shortid": "^2.x"
52
+ "react-transition-group": "^2.3.1",
53
+ "shortid": "^2.2.15",
54
+ "web-streams-polyfill": "^2.1.0"
55
+ },
56
+ "peerDependencies": {
57
+ "@deephaven/components": "^0.3.1",
58
+ "@deephaven/log": "^0.3.1",
59
+ "react": "^16.x"
65
60
  },
66
61
  "devDependencies": {
67
62
  "@babel/cli": "^7.14.8",
68
- "@deephaven/components": "^0.6.0",
69
- "@deephaven/grid": "^0.6.0",
70
- "@deephaven/icons": "^0.6.0",
71
- "@deephaven/jsapi-shim": "^0.6.0",
72
- "@deephaven/log": "^0.6.0",
73
- "@deephaven/mocks": "^0.6.0",
74
- "@deephaven/react-hooks": "^0.6.0",
75
- "@deephaven/tsconfig": "^0.6.0",
76
- "@deephaven/utils": "^0.6.0",
77
- "@fortawesome/fontawesome-svg-core": "^1.2.32",
78
- "@fortawesome/react-fontawesome": "^0.1.12",
63
+ "@deephaven/components": "^0.6.1-alpha.5+293603b",
64
+ "@deephaven/log": "^0.6.1-alpha.5+293603b",
65
+ "@deephaven/mocks": "^0.6.1-alpha.5+293603b",
66
+ "@deephaven/tsconfig": "^0.6.1-alpha.5+293603b",
79
67
  "@svgr/cli": "^5.5.0",
80
68
  "@types/react": "^16.14.8",
81
69
  "@types/react-dom": "^16.9.13",
82
70
  "@types/react-transition-group": "^4.4.0",
83
- "bootstrap": "4.4.1",
84
- "classnames": "^2.3.1",
85
71
  "cross-env": "^7.0.2",
86
- "deep-equal": "^2.0.4",
87
- "gh-pages": "^2.2.0",
88
- "lodash.debounce": "^4.0.8",
89
- "lodash.flatten": "^4.4.0",
90
- "lodash.throttle": "^4.1.1",
91
- "memoize-one": "^5.1.1",
92
- "memoizee": "^0.4.15",
93
72
  "mini-css-extract-plugin": "^1.6.0",
94
- "monaco-editor": "^0.27.0",
95
73
  "npm-run-all": "^4.1.5",
96
- "popper.js": "^1.16.1",
97
- "prop-types": "^15.7.2",
98
74
  "react": "^16.14.0",
99
- "react-beautiful-dnd": "^13.0.0",
100
- "react-dom": "^16.14.0",
101
- "react-transition-group": "^2.3.1",
102
- "reactstrap": "^8.4.1",
103
75
  "rimraf": "^3.0.2",
104
76
  "sass": "1.32.13",
105
- "shortid": "^2.2.15",
106
- "typescript": "^4.3.2"
77
+ "typescript": "~4.3.2"
107
78
  },
108
79
  "files": [
109
80
  "dist"
@@ -114,8 +85,5 @@
114
85
  "publishConfig": {
115
86
  "access": "public"
116
87
  },
117
- "dependencies": {
118
- "web-streams-polyfill": "^2.1.0"
119
- },
120
- "gitHead": "126e214ebbfe40b45113349c66913c65fc2236fd"
88
+ "gitHead": "293603b50da0078a79b859d6adc564eedc917b09"
121
89
  }