Skip to content

Commit 9840b7e

Browse files
committed
fix(code): dependency declaration
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent db76b90 commit 9840b7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@
184184
"lit-html": "catalog:publish"
185185
},
186186
"peerDependencies": {
187-
"@nvidia-elements/core": "workspace:^",
188-
"@nvidia-elements/themes": "workspace:^"
187+
"@nvidia-elements/core": "workspace:>=0.0.0 <1.0.0",
188+
"@nvidia-elements/themes": "workspace:>=0.0.0 <1.0.0"
189189
},
190190
"devDependencies": {
191191
"@eslint/js": "catalog:",

0 commit comments

Comments
 (0)