Skip to content

Commit

Permalink
fix: add peer dependency for @lightningjs/core that includes a range
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhowenstine committed Mar 13, 2024
1 parent 8fc2ffc commit 1570d4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@lightningjs/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@lightningjs/core": ">=2.0.0 <=2.11.0"
},
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type ThemeObject = any;
type ThemeObject = object;

export class Context {
get theme(): ThemeObject;
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ __metadata:
semantic-release: ^19.0.5
semantic-release-monorepo: ^7.0.5
peerDependencies:
"@lightningjs/core": ^2.7.0
"@lightningjs/core": ">=2.0.0 <=2.11.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 1570d4f

Please sign in to comment.