Skip to content

Commit

Permalink
Update dependencies to align with other plugins (#575)
Browse files Browse the repository at this point in the history
* Update dependencies to align with other plugins

Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan authored Jan 26, 2024
1 parent fdb4d22 commit 5de7dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Documentation
### Maintenance
* Fix broken build and failing tests [#572](https://github.com/opensearch-project/dashboards-maps/pull/572)
* Update dependencies to align with other plugins [#575](https://github.com/opensearch-project/dashboards-maps/pull/575)
### Refactoring
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"wellknown": "^0.5.0"
},
"devDependencies": {
"@types/react-test-renderer": "^18.0.0",
"cypress": "^13.1.0",
"@types/react-test-renderer": "^18.0.7",
"cypress": "^13.6.3",
"cypress-multi-reporters": "^1.5.0",
"prettier": "^2.1.1"
}
Expand Down

0 comments on commit 5de7dfd

Please sign in to comment.