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

Commit

Permalink
updated terra-application package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Apr 25, 2024
1 parent 6f054a3 commit a8b047e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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": "2.1.0",
"description": "A framework to support application development with Terra components",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -30,9 +30,12 @@
],
"dependencies": {
"@cerner/terra-docs": "1",
"@formatjs/intl-relativetimeformat": "8",
"classnames": "2",
"eventemitter3": "4",
"focus-trap-react": "6",
"intl": "1",
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13",
"keycode-js": "3",
"lodash.debounce": "4",
"mutationobserver-shim": "<=0.3.3",
Expand All @@ -43,7 +46,6 @@
"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",
Expand All @@ -69,7 +71,7 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2"
"react-intl": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down

0 comments on commit a8b047e

Please sign in to comment.