Skip to content

Commit 520f49c

Browse files
authored
Update web to v0.5.0 (#227)
* `chart`, `code-studio`, `components`, `console`, `dashboard-core-plugins`, `dashboard`, `file-explorer`, `golden-layout`, `grid`, `iris-grid`, `jsapi-shim`, `log`, `mocks`, `react-hooks`, `redux`, `storage`, `utils` * [#203](#203) Separate dashboard into own package ([@mofojed](https://github.com/mofojed)) * `chart`, `code-studio`, `components`, `console`, `dashboard-core-plugins`, `dashboard`, `file-explorer`, `golden-layout`, `grid`, `iris-grid`, `jsapi-shim`, `log`, `mocks`, `react-hooks`, `redux`, `storage`, `utils` * [#203](#203) Separate dashboard into own package ([@mofojed](https://github.com/mofojed)) * `icons` * [#220](#220) update to latest @vscode/codicons and add dhFreeze icon ([@dsmmcken](https://github.com/dsmmcken)) * `code-studio` * [#225](#225) Handle invalid layout files from the server correctly ([@mofojed](https://github.com/mofojed)) * `components`, `console` * [#202](#202) Don't show custom context menu on right-click in Monaco editor ([@vbabich](https://github.com/vbabich)) * [#226](#226) Add fetch-depth flag in alpha publish ([@mofojed](https://github.com/mofojed)) * [#224](#224) Update publish action auth ([@mofojed](https://github.com/mofojed)) - Don ([@dsmmcken](https://github.com/dsmmcken)) - Mike Bender ([@mofojed](https://github.com/mofojed)) - [@vbabich](https://github.com/vbabich)
1 parent 8f10087 commit 520f49c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+139
-139
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.4.0"
5+
"version": "0.5.0"
66
}

packages/babel-preset/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/babel-preset",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Deephaven Babel preset",
55
"repository": "https://github.com/deephaven/web-client-ui",
66
"author": "Deephaven Data Labs LLC",

packages/chart/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chart/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -58,15 +58,15 @@
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "^7.14.8",
61-
"@deephaven/components": "^0.4.0",
62-
"@deephaven/icons": "^0.4.0",
63-
"@deephaven/iris-grid": "^0.4.0",
64-
"@deephaven/jsapi-shim": "^0.4.0",
65-
"@deephaven/log": "^0.4.0",
66-
"@deephaven/mocks": "^0.4.0",
67-
"@deephaven/redux": "^0.4.0",
68-
"@deephaven/tsconfig": "^0.4.0",
69-
"@deephaven/utils": "^0.4.0",
61+
"@deephaven/components": "^0.5.0",
62+
"@deephaven/icons": "^0.5.0",
63+
"@deephaven/iris-grid": "^0.5.0",
64+
"@deephaven/jsapi-shim": "^0.5.0",
65+
"@deephaven/log": "^0.5.0",
66+
"@deephaven/mocks": "^0.5.0",
67+
"@deephaven/redux": "^0.5.0",
68+
"@deephaven/tsconfig": "^0.5.0",
69+
"@deephaven/utils": "^0.5.0",
7070
"@types/react": "^16.14.8",
7171
"@types/react-dom": "^16.9.13",
7272
"bootstrap": "4.4.1",

packages/code-studio/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-studio/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -9,22 +9,22 @@
99
"url": "https://github.com/deephaven/web-client-ui"
1010
},
1111
"dependencies": {
12-
"@deephaven/chart": "^0.4.0",
13-
"@deephaven/components": "^0.4.0",
14-
"@deephaven/console": "^0.4.0",
15-
"@deephaven/dashboard": "^0.4.0",
16-
"@deephaven/dashboard-core-plugins": "^0.4.0",
17-
"@deephaven/file-explorer": "^0.4.0",
18-
"@deephaven/golden-layout": "^0.4.0",
19-
"@deephaven/grid": "^0.4.0",
20-
"@deephaven/icons": "^0.4.0",
21-
"@deephaven/iris-grid": "^0.4.0",
22-
"@deephaven/jsapi-shim": "^0.4.0",
23-
"@deephaven/log": "^0.4.0",
24-
"@deephaven/react-hooks": "^0.4.0",
25-
"@deephaven/redux": "^0.4.0",
26-
"@deephaven/storage": "^0.4.0",
27-
"@deephaven/utils": "^0.4.0",
12+
"@deephaven/chart": "^0.5.0",
13+
"@deephaven/components": "^0.5.0",
14+
"@deephaven/console": "^0.5.0",
15+
"@deephaven/dashboard": "^0.5.0",
16+
"@deephaven/dashboard-core-plugins": "^0.5.0",
17+
"@deephaven/file-explorer": "^0.5.0",
18+
"@deephaven/golden-layout": "^0.5.0",
19+
"@deephaven/grid": "^0.5.0",
20+
"@deephaven/icons": "^0.5.0",
21+
"@deephaven/iris-grid": "^0.5.0",
22+
"@deephaven/jsapi-shim": "^0.5.0",
23+
"@deephaven/log": "^0.5.0",
24+
"@deephaven/react-hooks": "^0.5.0",
25+
"@deephaven/redux": "^0.5.0",
26+
"@deephaven/storage": "^0.5.0",
27+
"@deephaven/utils": "^0.5.0",
2828
"@fortawesome/fontawesome-svg-core": "^1.2.32",
2929
"@fortawesome/react-fontawesome": "^0.1.12",
3030
"@paciolan/remote-component": "2.7.2",
@@ -92,11 +92,11 @@
9292
},
9393
"devDependencies": {
9494
"@babel/core": "7.12.3",
95-
"@deephaven/eslint-config": "^0.4.0",
96-
"@deephaven/mocks": "^0.4.0",
97-
"@deephaven/prettier-config": "^0.4.0",
98-
"@deephaven/stylelint-config": "^0.4.0",
99-
"@deephaven/tsconfig": "^0.4.0",
95+
"@deephaven/eslint-config": "^0.5.0",
96+
"@deephaven/mocks": "^0.5.0",
97+
"@deephaven/prettier-config": "^0.5.0",
98+
"@deephaven/stylelint-config": "^0.5.0",
99+
"@deephaven/tsconfig": "^0.5.0",
100100
"@storybook/addon-actions": "^6.2.3",
101101
"@storybook/addon-essentials": "^6.2.3",
102102
"@storybook/addon-links": "^6.2.3",

packages/components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/components",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Deephaven React component library",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -66,12 +66,12 @@
6666
},
6767
"devDependencies": {
6868
"@babel/cli": "^7.14.8",
69-
"@deephaven/icons": "^0.4.0",
70-
"@deephaven/log": "^0.4.0",
71-
"@deephaven/mocks": "^0.4.0",
72-
"@deephaven/react-hooks": "^0.4.0",
73-
"@deephaven/tsconfig": "^0.4.0",
74-
"@deephaven/utils": "^0.4.0",
69+
"@deephaven/icons": "^0.5.0",
70+
"@deephaven/log": "^0.5.0",
71+
"@deephaven/mocks": "^0.5.0",
72+
"@deephaven/react-hooks": "^0.5.0",
73+
"@deephaven/tsconfig": "^0.5.0",
74+
"@deephaven/utils": "^0.5.0",
7575
"@fortawesome/fontawesome-svg-core": "^1.2.32",
7676
"@fortawesome/react-fontawesome": "^0.1.12",
7777
"@types/bootstrap": "^4.4.1",

packages/console/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)