@deephaven/console 0.9.4-beta.0 → 0.9.4-updatestylelint.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandHistoryActions.d.ts","sourceRoot":"","sources":["../../src/command-history/CommandHistoryActions.jsx"],"names":[],"mappings":";AAQA;IACE,0CAEC;IAED,qCAsBC;
|
|
1
|
+
{"version":3,"file":"CommandHistoryActions.d.ts","sourceRoot":"","sources":["../../src/command-history/CommandHistoryActions.jsx"],"names":[],"mappings":";AAQA;IACE,0CAEC;IAED,qCAsBC;IAqCw1jB,wBAA8C;IAAA,sCAAyJ;CAhBjikB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectIcon.d.ts","sourceRoot":"","sources":["../../src/common/ObjectIcon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ObjectIcon.d.ts","sourceRoot":"","sources":["../../src/common/ObjectIcon.tsx"],"names":[],"mappings":"AAKA,oBAAY,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,QAAA,MAAM,UAAU,aAAc,eAAe,KAAG,WAW/C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConsoleHistory.d.ts","sourceRoot":"","sources":["../../src/console-history/ConsoleHistory.jsx"],"names":[],"mappings":";AASA;IACE,0CAIC;IA+
|
|
1
|
+
{"version":3,"file":"ConsoleHistory.d.ts","sourceRoot":"","sources":["../../src/console-history/ConsoleHistory.jsx"],"names":[],"mappings":";AASA;IACE,0CAIC;IA+BoolB,wBAA8C;IAAA,sCAAyJ;CAT70lB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/console",
|
|
3
|
-
"version": "0.9.4-
|
|
3
|
+
"version": "0.9.4-updatestylelint.5+7e80d2c",
|
|
4
4
|
"description": "Deephaven Console",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"start": "cross-env NODE_ENV=development npm run watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@deephaven/icons": "^0.9.4-
|
|
33
|
-
"@deephaven/jsapi-shim": "^0.9.4-
|
|
34
|
-
"@deephaven/storage": "^0.9.4-
|
|
35
|
-
"@deephaven/utils": "^0.9.4-
|
|
32
|
+
"@deephaven/icons": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
33
|
+
"@deephaven/jsapi-shim": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
34
|
+
"@deephaven/storage": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
35
|
+
"@deephaven/utils": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
36
36
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
37
37
|
"classnames": "^2.3.1",
|
|
38
38
|
"jszip": "3.2.2",
|
|
@@ -48,22 +48,22 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@deephaven/components": "^0.5.1",
|
|
50
50
|
"@deephaven/log": "^0.3.1",
|
|
51
|
-
"react": "^
|
|
52
|
-
"react-dom": "^
|
|
51
|
+
"react": "^17.x",
|
|
52
|
+
"react-dom": "^17.x"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.16.0",
|
|
56
|
-
"@deephaven/components": "^0.9.4-
|
|
57
|
-
"@deephaven/log": "^0.9.4-
|
|
58
|
-
"@deephaven/mocks": "^0.9.4-
|
|
59
|
-
"@deephaven/tsconfig": "^0.9.4-
|
|
60
|
-
"@types/react": "^
|
|
61
|
-
"@types/react-dom": "^
|
|
56
|
+
"@deephaven/components": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
57
|
+
"@deephaven/log": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
58
|
+
"@deephaven/mocks": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
59
|
+
"@deephaven/tsconfig": "^0.9.4-updatestylelint.5+7e80d2c",
|
|
60
|
+
"@types/react": "^17.0.2",
|
|
61
|
+
"@types/react-dom": "^17.0.2",
|
|
62
62
|
"cross-env": "^7.0.2",
|
|
63
63
|
"mini-css-extract-plugin": "^1.6.0",
|
|
64
64
|
"npm-run-all": "^4.1.5",
|
|
65
|
-
"react": "^
|
|
66
|
-
"react-dom": "^
|
|
65
|
+
"react": "^17.0.2",
|
|
66
|
+
"react-dom": "^17.0.2",
|
|
67
67
|
"rimraf": "^3.0.2",
|
|
68
68
|
"sass": "1.32.13"
|
|
69
69
|
},
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "7e80d2c447583b0753beaead3cb20d56df5a4c06"
|
|
80
80
|
}
|