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

Commit

Permalink
updated dependency formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 13, 2024
1 parent 44924c8 commit 0256df6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/terra-clinical-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": ">=2.8.0, <6.0.0"
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-item-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": ">=2.8.0, <6.0.0"
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"@cerner/terra-docs": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-onset-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": ">=2.8.0, <6.0.0"
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": ">=2.8.0, <6.0.0"
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
Expand Down

0 comments on commit 0256df6

Please sign in to comment.