Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 24, 2024
1 parent 4d046a4 commit b5e8587
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
12 changes: 6 additions & 6 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 packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"terra-action-header": "^2.94.0",
"terra-avatar": "^3.21.0",
"terra-breakpoints": "^2.41.0",
"terra-image": "^3.42.0",
"terra-button": "^3.78.0",
"terra-content-container": "^3.43.0",
"terra-icon": "^3.61.0",
"terra-overlay": "^3.84.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-framework-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"terra-form-radio": "^4.55.0",
"terra-form-select": "^6.62.2",
"terra-grid": "6",
"terra-hookshot": "^5.44.1",
"terra-hookshot": "^5.44.0",
"terra-icon": "^3.61.0",
"terra-infinite-list": "^3.44.1",
"terra-layout": "^4.42.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/terra-hookshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

## Unreleased

## 5.44.1 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 5.44.0 - (May 22, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-hookshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-hookshot",
"version": "5.44.1",
"version": "5.44.0",
"description": "The Terra Hookshot component positions portaled content according to target and content attachments, ensuring they stay visually connected.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"resize-observer-polyfill": "1"
},
"devDependencies": {
"terra-button": "^3.78.0",
"terra-form-input": "^4.34.0"
"terra-button": "3",
"terra-form-input": "4"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-portal": "4",
"terra-button": "^3.78.0",
"terra-content-container": "^3.43.0",
"terra-hookshot": "^5.44.1",
"terra-hookshot": "^5.44.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.11.0"
},
Expand Down

0 comments on commit b5e8587

Please sign in to comment.