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

Commit e2f0ab2

Browse files
authored
Update dependencies + release (#2175)
1 parent 03907bf commit e2f0ab2

File tree

81 files changed

+1816
-1524
lines changed

Some content is hidden

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

81 files changed

+1816
-1524
lines changed

package-lock.json

+1,418-1,310
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/terra-abstract-modal/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 3.52.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 3.52.0 - (May 22, 2024)
611

712
* Changed

packages/terra-abstract-modal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-abstract-modal",
3-
"version": "3.52.0",
3+
"version": "3.52.1",
44
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -45,7 +45,7 @@
4545
"react-focus-on": "3",
4646
"react-portal": "4",
4747
"terra-theme-context": "^1.11.0",
48-
"terra-visually-hidden-text": "2",
48+
"terra-visually-hidden-text": "^2.39.0",
4949
"wicg-inert": "3"
5050
},
5151
"devDependencies": {

packages/terra-application-header-layout/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 3.43.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 3.43.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-header-layout/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-header-layout",
3-
"version": "3.43.0",
3+
"version": "3.43.1",
44
"description": "This component renders an application header layout. To be used with a layout.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"terra-theme-context": "^1.11.0"
4545
},
4646
"devDependencies": {
47-
"terra-responsive-element": "5"
47+
"terra-responsive-element": "^5.42.0"
4848
},
4949
"scripts": {
5050
"compile": "babel --root-mode upward src --out-dir lib --copy-files",

packages/terra-application-layout/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 5.97.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 5.97.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-layout/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-layout",
3-
"version": "5.97.0",
3+
"version": "5.97.1",
44
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -41,25 +41,25 @@
4141
"classnames": "2",
4242
"prop-types": "15",
4343
"react-router-dom": "5",
44-
"terra-application-header-layout": "^3.43.0",
45-
"terra-application-links": "^6.86.0",
44+
"terra-application-header-layout": "^3.43.1",
45+
"terra-application-links": "^6.86.1",
4646
"terra-application-menu-layout": "^3.34.0",
47-
"terra-application-name": "^3.47.0",
48-
"terra-application-utility": "^2.60.0",
47+
"terra-application-name": "^3.47.1",
48+
"terra-application-utility": "^2.60.1",
4949
"terra-breakpoints": "2",
5050
"terra-icon": "^3.61.0",
51-
"terra-modal-manager": "^6.80.0",
52-
"terra-navigation-layout": "^5.43.0",
53-
"terra-navigation-side-menu": "^2.59.0",
54-
"terra-popup": "^6.85.0",
51+
"terra-modal-manager": "^6.80.1",
52+
"terra-navigation-layout": "^5.43.1",
53+
"terra-navigation-side-menu": "^2.59.1",
54+
"terra-popup": "^6.85.1",
5555
"terra-theme-context": "^1.11.0"
5656
},
5757
"devDependencies": {
58-
"terra-action-header": "2",
58+
"terra-action-header": "^2.94.0",
5959
"terra-avatar": "3",
60-
"terra-button": "3",
61-
"terra-content-container": "3",
62-
"terra-image": "3"
60+
"terra-button": "^3.78.0",
61+
"terra-content-container": "^3.43.0",
62+
"terra-image": "^3.42.0"
6363
},
6464
"scripts": {
6565
"compile": "babel --root-mode upward src --out-dir lib --copy-files",

packages/terra-application-links/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 6.86.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 6.86.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-links",
3-
"version": "6.86.0",
3+
"version": "6.86.1",
44
"description": "This packages contains a list and tab form of ApplicationLinks, to be used in horizontal and vertical display styles. Selection is managed by react-router.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"prop-types": "15",
4444
"resize-observer-polyfill": "1",
4545
"terra-icon": "^3.61.0",
46-
"terra-popup": "^6.85.0",
46+
"terra-popup": "^6.85.1",
4747
"terra-theme-context": "^1.11.0"
4848
},
4949
"devDependencies": {

packages/terra-application-name/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 3.47.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 3.47.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-name/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-name",
3-
"version": "3.47.0",
3+
"version": "3.47.1",
44
"description": "Houses the title of the application, along with a logo. There are two versions - a header version and menu version. These should be used with the corresponding header and menu layouts.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -40,9 +40,9 @@
4040
"terra-theme-context": "^1.11.0"
4141
},
4242
"devDependencies": {
43-
"terra-application-header-layout": "^3.43.0",
43+
"terra-application-header-layout": "^3.43.1",
4444
"terra-application-menu-layout": "^3.34.0",
45-
"terra-image": "3"
45+
"terra-image": "^3.42.0"
4646
},
4747
"scripts": {
4848
"compile": "babel --root-mode upward src --out-dir lib --copy-files",

packages/terra-application-navigation/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 1.87.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 1.87.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-navigation/package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-navigation",
3-
"version": "1.87.0",
3+
"version": "1.87.1",
44
"description": "The Terra Application Navigation is a responsive, themeable layout for building applications. ApplicationNavigation is comprised of selectable navigation and utility elements with selection callbacks.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -47,17 +47,16 @@
4747
"react-onclickoutside": "6",
4848
"resize-observer-polyfill": "1",
4949
"terra-action-footer": "2",
50-
"terra-action-header": "2",
51-
"terra-avatar": "3",
52-
"terra-breakpoints": "2",
53-
"terra-button": "3",
54-
"terra-content-container": "3",
50+
"terra-action-header": "^2.94.0",
51+
"terra-avatar": "^3.21.0",
52+
"terra-breakpoints": "^2.41.0",
53+
"terra-button": "^3.78.0",
54+
"terra-content-container": "^3.43.0",
5555
"terra-icon": "^3.61.0",
56-
"terra-image": "3",
57-
"terra-overlay": "3",
58-
"terra-popup": "^6.85.0",
56+
"terra-overlay": "^3.84.0",
57+
"terra-popup": "^6.85.1",
5958
"terra-theme-context": "^1.11.0",
60-
"terra-visually-hidden-text": "2"
59+
"terra-visually-hidden-text": "^2.39.0"
6160
},
6261
"devDependencies": {
6362
"terra-application": "1"

packages/terra-application-utility/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 2.60.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 2.60.0 - (May 22, 2024)
611

712
* Changed

packages/terra-application-utility/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-application-utility",
3-
"version": "2.60.0",
3+
"version": "2.60.1",
44
"description": "The Utility is used to disclose a utility menu. There are two versions - a header version and menu version. These should be used with the corresponding `terra-application-header-layout` and `terra-application-menu-layout` components.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -40,15 +40,15 @@
4040
"classnames": "2",
4141
"prop-types": "15",
4242
"terra-arrange": "3",
43-
"terra-button": "3",
44-
"terra-content-container": "3",
43+
"terra-button": "^3.78.0",
44+
"terra-content-container": "^3.43.0",
4545
"terra-icon": "^3.61.0",
4646
"terra-theme-context": "^1.11.0"
4747
},
4848
"devDependencies": {
49-
"terra-application-header-layout": "^3.43.0",
49+
"terra-application-header-layout": "^3.43.1",
5050
"terra-application-menu-layout": "^3.34.0",
51-
"terra-image": "3"
51+
"terra-image": "^3.42.0"
5252
},
5353
"scripts": {
5454
"compile": "babel --root-mode upward src --out-dir lib --copy-files",

packages/terra-collapsible-menu-view/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 6.104.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 6.104.0 - (May 22, 2024)
611

712
* Changed

packages/terra-collapsible-menu-view/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-collapsible-menu-view",
3-
"version": "6.104.0",
3+
"version": "6.104.1",
44
"description": "The collapsible menu view is a mechanism that can be used in toolbar scenarios where actionable items will be displayed face-up and flex based on the space available. Any items that can not fit in the available space will be rolled into an ellipsis menu.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -39,14 +39,14 @@
3939
"classnames": "2",
4040
"prop-types": "15",
4141
"resize-observer-polyfill": "1",
42-
"terra-button": "3",
43-
"terra-button-group": "3",
44-
"terra-form-checkbox": "4",
42+
"terra-button": "^3.78.0",
43+
"terra-button-group": "^3.80.0",
44+
"terra-form-checkbox": "^4.27.0",
4545
"terra-hyperlink": "2",
4646
"terra-icon": "^3.61.0",
47-
"terra-list": "4",
48-
"terra-menu": "^6.99.0",
49-
"terra-mixins": "1",
47+
"terra-list": "^4.75.0",
48+
"terra-menu": "^6.99.1",
49+
"terra-mixins": "^1.41.0",
5050
"terra-theme-context": "^1.11.0"
5151
},
5252
"scripts": {

packages/terra-compact-interactive-list/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 1.23.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 1.23.0 - (May 22, 2024)
611

712
* Changed

packages/terra-compact-interactive-list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-compact-interactive-list",
3-
"version": "1.23.0",
3+
"version": "1.23.1",
44
"description": "The Terra Compact Interactive List component provides users a way to render a collection of interactive data in a list format into a single tab stop.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"keycode-js": "3",
4343
"prop-types": "15",
4444
"terra-icon": "^3.61.0",
45-
"terra-table": "^5.25.0",
45+
"terra-table": "^5.25.1",
4646
"terra-theme-context": "^1.11.0"
4747
},
4848
"scripts": {

packages/terra-data-grid/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 1.33.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 1.33.0 - (May 22, 2024)
611

712
* Changed

packages/terra-data-grid/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terra-data-grid",
3-
"version": "1.33.0",
3+
"version": "1.33.1",
44
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
55
"author": "Cerner Corporation",
66
"repository": {
@@ -41,8 +41,8 @@
4141
"classnames": "2",
4242
"keycode-js": "3",
4343
"prop-types": "15",
44-
"terra-table": "^5.25.0",
45-
"terra-visually-hidden-text": "2"
44+
"terra-table": "^5.25.1",
45+
"terra-visually-hidden-text": "^2.39.0"
4646
},
4747
"devDependencies": {
4848
"uuid": "3.4.0"

packages/terra-date-input/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 1.58.1 - (May 24, 2024)
6+
7+
* Changed
8+
* Minor dependency version bump.
9+
510
## 1.58.0 - (May 22, 2024)
611

712
* Changed

0 commit comments

Comments
 (0)