Skip to content

Commit

Permalink
Merge pull request #315 from MetroStar/peer-dep-revert
Browse files Browse the repository at this point in the history
Relative Peer Dependencies
  • Loading branch information
jbouder authored Jan 2, 2025
2 parents 8d6ba54 + 16e1077 commit ce697e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/comet-extras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metrostar/comet-extras",
"version": "1.6.1",
"version": "1.6.2",
"description": "A set of custom components, intended to fill in the gaps where USWDS does not provide an implementation.",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
Expand All @@ -20,6 +20,7 @@
"@tanstack/react-table": "8.20.6"
},
"peerDependencies": {
"@tanstack/react-table": "^8.x",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/comet-uswds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metrostar/comet-uswds",
"version": "3.7.3",
"version": "3.7.4",
"description": "React with TypeScript Component Library based on USWDS 3.0.",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
Expand All @@ -22,6 +22,7 @@
"classnames": "^2.5.1"
},
"peerDependencies": {
"@uswds/uswds": "^3.x",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
Expand Down

0 comments on commit ce697e8

Please sign in to comment.