diff --git a/packages/terra-application/package.json b/packages/terra-application/package.json index 1f64f87a3..761b6252e 100644 --- a/packages/terra-application/package.json +++ b/packages/terra-application/package.json @@ -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": { @@ -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", @@ -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", @@ -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",