Skip to content

Commit

Permalink
dashboard-core-plugins typescript conversion (#693)
Browse files Browse the repository at this point in the history
* Converted @deephaven/dashboard-core-plugins package to TypeScript
  • Loading branch information
Zhou-Ziheng committed Aug 17, 2022
1 parent 776006a commit 951179d
Show file tree
Hide file tree
Showing 103 changed files with 3,387 additions and 2,015 deletions.
90 changes: 75 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"react-redux": "^7.2.4",
"react-refresh": "^0.9.0",
"react-test-renderer": "^17.0.2",
"redux": "^4.0.5",
"redux": "^4.2.0",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"sass": "^1.39.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"@deephaven/jsapi-shim": "file:../jsapi-shim",
"@deephaven/jsapi-utils": "file:../jsapi-utils",
"@deephaven/log": "file:../log",
"@deephaven/redux": "file:../redux",
"@deephaven/utils": "file:../utils",
"@fortawesome/fontawesome-common-types": "^6.1.2",
"deep-equal": "^2.0.5",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
Expand All @@ -48,7 +51,8 @@
},
"devDependencies": {
"@deephaven/mocks": "file:../mocks",
"@deephaven/tsconfig": "file:../tsconfig"
"@deephaven/tsconfig": "file:../tsconfig",
"@types/plotly.js": "^2.12.2"
},
"files": [
"dist"
Expand Down

0 comments on commit 951179d

Please sign in to comment.