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

Commit

Permalink
adding peer dependency to theme provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieRandle committed Feb 15, 2024
1 parent 31ec38b commit f58e9be
Show file tree
Hide file tree
Showing 17 changed files with 235 additions and 195 deletions.
382 changes: 195 additions & 187 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 3.60.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": ">=2.8.0 <6.0.0"
"react-intl": ">=2.8.0 <6.0.0",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 5.52.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0"
"react-intl": "^2.8.0",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 3.47.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react-dom": "^16.8.5",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-divider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 3.40.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react-dom": "^16.8.5",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-hyperlink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 2.66.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": ">=2.8.0 <6.0.0"
"react-intl": ">=2.8.0 <6.0.0",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 3.40.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react-dom": "^16.8.5",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 3.81.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": ">=2.8.0 <6.0.0"
"react-intl": ">=2.8.0 <6.0.0",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Minor dependency version bump

## 2.42.0 - (February 15, 2024)

* Added
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react-dom": "^16.8.5",
"terra-theme-provider": "^4.16.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down

0 comments on commit f58e9be

Please sign in to comment.