Skip to content

Commit

Permalink
build(ts-table): fix the shoreline package dependency version to be g…
Browse files Browse the repository at this point in the history
…reater or equal to 1.x

Before the peer dependency to vtex/shoreline as fixed in the 1.x major, generating warnings when the
user uses the latest versions of the packages. Now, the user can use `>=1`, withous warnings

fix #1826
  • Loading branch information
lafray committed Aug 22, 2024
1 parent 5b80d45 commit 05946f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@tanstack/react-table": ">=8",
"@vtex/shoreline": "0.x",
"@vtex/shoreline": ">= 1",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down

0 comments on commit 05946f4

Please sign in to comment.