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

Commit

Permalink
Updated dependencies + release (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 23, 2024
1 parent be859c6 commit b97b35e
Show file tree
Hide file tree
Showing 21 changed files with 1,185 additions and 1,733 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ on:
type: environment
required: true
push:
branches: ['main']
branches: ['main', 'terra-application-v1']
pull_request:
branches: ['main']
branches: ['main', 'terra-application-v1']
schedule:
- cron: '0 1 * * SUN'

Expand Down
2,716 changes: 1,073 additions & 1,643 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"lib",
"src"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"terra-application": "1"
},
"dependencies": {
"@cerner/terra-dev-site": "^7.14.0",
"@cerner/terra-docs": "1",
Expand All @@ -41,12 +47,6 @@
"terra-mixins": "1",
"terra-toolbar": "1"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5",
"terra-application": "1"
},
"devDependencies": {
"terra-application": "^1.58.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.58.1 - (May 23, 2024)

* Fixed
* Fixed dependencies pulling in older versions.

## 1.58.0 - (April 23, 2024)

* Added
Expand Down
78 changes: 39 additions & 39 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application",
"version": "1.58.0",
"version": "1.58.1",
"description": "A framework to support application development with Terra components",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -28,49 +28,49 @@
"src",
"translations"
],
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.9.0"
},
"dependencies": {
"@cerner/terra-docs": "1",
"classnames": "2",
"eventemitter3": "4",
"focus-trap-react": "6",
"keycode-js": "3",
"lodash.debounce": "4",
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"eventemitter3": "^4.0.4",
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"lodash.debounce": "^4.0.8",
"mutationobserver-shim": "<=0.3.3",
"prop-types": "15",
"react-draggable": "4",
"react-onclickoutside": "6",
"resize-observer-polyfill": "1",
"terra-action-footer": "2",
"terra-action-header": "2",
"terra-avatar": "3",
"terra-base": "5",
"terra-breakpoints": "2",
"terra-button": "3",
"terra-collapsible-menu-view": "6",
"terra-content-container": "3",
"terra-disclosure-manager": "4",
"terra-divider": "3",
"terra-icon": "3",
"terra-modal-manager": "6",
"terra-navigation-prompt": "1",
"terra-notification-dialog": "4",
"terra-overlay": "3",
"terra-popup": "6",
"terra-scroll": "2",
"terra-slide-panel-manager": "5",
"terra-status-view": "4",
"terra-theme-context": "1",
"terra-theme-provider": "4",
"terra-toolbar": "1",
"terra-visually-hidden-text": "2",
"prop-types": "^15.5.8",
"react-draggable": "^4.4.3",
"react-onclickoutside": "^6.7.1",
"resize-observer-polyfill": "^1.4.1",
"terra-action-footer": "^2.52.0",
"terra-action-header": "^2.70.0",
"terra-avatar": "^3.12.0",
"terra-base": "^5.0.0",
"terra-breakpoints": "^2.0.0",
"terra-button": "^3.42.0",
"terra-collapsible-menu-view": "^6.29.0",
"terra-content-container": "^3.34.0",
"terra-disclosure-manager": "^4.27.0",
"terra-divider": "^3.33.0",
"terra-icon": "^3.40.0",
"terra-modal-manager": "^6.20.0",
"terra-navigation-prompt": "^1.40.0",
"terra-notification-dialog": "^4.0.0",
"terra-overlay": "^3.32.0",
"terra-popup": "^6.48.0",
"terra-scroll": "^2.18.0",
"terra-slide-panel-manager": "^5.19.0",
"terra-status-view": "^4.10.0",
"terra-theme-context": "^1.0.0",
"terra-theme-provider": "^4.0.0",
"terra-toolbar": "^1.22.0",
"terra-visually-hidden-text": "^2.31.0",
"uuid": "3.4.0",
"wicg-inert": "3.1.2"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ exports[`ApplicationNavigation correctly applies the theme context className 1`]
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -350,6 +351,7 @@ exports[`ApplicationNavigation should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -492,6 +494,7 @@ exports[`ApplicationNavigation should render with prop data at large breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -727,6 +730,7 @@ exports[`ApplicationNavigation should render with prop data at medium breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exports[`Extensions should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -63,6 +64,7 @@ exports[`Extensions should render prop data 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ exports[`CompactHeader should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1031,6 +1032,7 @@ exports[`CompactHeader should render with ids for navigation and extension items
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ exports[`Header should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1731,6 +1732,7 @@ exports[`Header should render with navigation and extension item ids 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`ModalManager Snapshots should render with optional props 1`] = `
}
shouldTrapFocus={false}
withDisclosureContainer={[Function]}
zIndex="6000"
>
<TestChild />
</ModalManager>
Expand All @@ -20,6 +21,7 @@ exports[`ModalManager Snapshots should render with required props 1`] = `
closeOnOutsideClick={false}
shouldTrapFocus={false}
withDisclosureContainer={[Function]}
zIndex="6000"
>
<TestChild />
</ModalManager>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/terra-dev-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 7.14.1 - (May 23, 2024)

* Fixed
* Fixed dependencies pulling in older versions.

## 7.14.0 - (May 1, 2024)

* Changed
Expand Down
86 changes: 43 additions & 43 deletions packages/terra-dev-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-dev-site",
"version": "7.14.0",
"version": "7.14.1",
"description": "Dynamically builds a react-hash-routed site based on site configuration, navigation configuration and component configuration.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -31,52 +31,52 @@
"src",
"translations"
],
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"terra-application": "^1.48.0",
"webpack": "^4.44.2 || ^5.0.0"
},
"dependencies": {
"@cerner/terra-polyfill": "^1.3.0",
"@jsdevtools/rehype-url-inspector": "2",
"@mdx-js/loader": "1",
"@mdx-js/mdx": "1",
"@mdx-js/react": "1",
"chalk": "4",
"classnames": "2",
"enhanced-resolve": "4 || 5",
"fuse.js": "6",
"glob": "7",
"html-webpack-plugin": "4",
"keycode-js": "3",
"loader-utils": "2",
"lodash.kebabcase": "4",
"lodash.startcase": "4",
"lodash.template": "4",
"prism-react-renderer": "1",
"prop-types": "15",
"react-docgen": "5",
"react-router-dom": "5",
"rehype-slug": "4",
"rehype-urls": "1",
"terra-action-footer": "2",
"terra-action-header": "2",
"terra-button": "3",
"terra-content-container": "3",
"terra-form-field": "4",
"terra-form-select": "6",
"terra-html-table": "1",
"terra-hyperlink": "2",
"terra-icon": "3",
"terra-image": "3",
"terra-list": "4",
"terra-menu": "6",
"terra-mixins": "1",
"terra-search-field": "3",
"terra-status-view": "4",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@mdx-js/loader": "^1.4.5",
"@mdx-js/mdx": "^1.5.0",
"@mdx-js/react": "^1.4.5",
"chalk": "^4.1.0",
"classnames": "^2.2.5",
"enhanced-resolve": "^4.1.0 || ^5.4.0",
"fuse.js": "^6.4.3",
"glob": "^7.1.1",
"html-webpack-plugin": "^4.5.0",
"keycode-js": "^3.1.0",
"loader-utils": "^1.2.3",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.template": "^4.5.0",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.5.8",
"react-docgen": "^5.3.0",
"react-router-dom": "^5.0.0",
"rehype-slug": "^4.0.0",
"rehype-urls": "^1.0.0",
"terra-action-footer": "^2.52.0",
"terra-action-header": "^2.70.0",
"terra-button": "^3.42.0",
"terra-content-container": " ^3.34.0",
"terra-form-field": "^4.18.0",
"terra-form-select": "^6.0.0",
"terra-html-table": "^1.8.0",
"terra-hyperlink": "^2.9.0",
"terra-icon": "^3.40.0",
"terra-image": " ^3.34.0",
"terra-list": "^4.6.0",
"terra-menu": "^6.3.0",
"terra-mixins": "^1.33.0",
"terra-search-field": "^3.13.0",
"terra-status-view": "^4.10.0",
"uuid": "3.4.0"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"terra-application": "1",
"webpack": "4 || 5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down

0 comments on commit b97b35e

Please sign in to comment.