Skip to content

Commit

Permalink
move performance now to run time dep (opensearch-project#309)
Browse files Browse the repository at this point in the history
* move performance now to run time dep

Signed-off-by: Derek Ho <[email protected]>

* update release notes for this PR and CI fix PR

Signed-off-by: Derek Ho <[email protected]>

---------

Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Feb 23, 2023
1 parent 3846442 commit c046499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"react-graph-vis": "^1.0.5",
"react-paginate": "^8.1.3",
"react-plotly.js": "^2.5.1",
"redux-persist": "^6.0.0"
"redux-persist": "^6.0.0",
"performance-now": "^2.1.0"
},
"devDependencies": {
"@cypress/skip-test": "^2.6.1",
Expand All @@ -36,8 +37,7 @@
"antlr4ts-cli": "^0.5.0-alpha.4",
"cypress": "^6.0.0",
"eslint": "^6.8.0",
"jest-dom": "^4.0.0",
"performance-now": "^2.1.0"
"jest-dom": "^4.0.0"
},
"resolutions": {
"react-syntax-highlighter": "^15.4.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0
- Event Analytics Bug Fixes ([#291](https://github.com/opensearch-project/dashboards-observability/pull/291))
- remove timeseries data validation to get back line chart support ([#292](https://github.com/opensearch-project/dashboards-observability/pull/292))
- Add missing changes for visualization config pane ([#294](https://github.com/opensearch-project/dashboards-observability/pull/294))
- Move performance now from a debug dependency to a runtime dependency ([#309](https://github.com/opensearch-project/dashboards-observability/pull/309))

### Features
- Add new page/route for notebooks create and rename ([#250](https://github.com/opensearch-project/dashboards-observability/pull/250))([#293](https://github.com/opensearch-project/dashboards-observability/pull/293))
Expand All @@ -24,3 +25,4 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0

- Cypress test update and related linting fixes ([#220](https://github.com/opensearch-project/dashboards-observability/pull/220))
- upgrade cypress to 6 ([#249](https://github.com/opensearch-project/dashboards-observability/pull/249))
- Fix Node.js and Yarn installation in CI ([#299](https://github.com/opensearch-project/dashboards-observability/pull/299))

0 comments on commit c046499

Please sign in to comment.