Skip to content

Commit

Permalink
Update lowclass and @lume/element versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 12, 2024
1 parent 281af58 commit 1c511a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/BehaviorRegistry.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Constructor } from 'lowclass';
import type { Constructor } from 'lowclass/dist/Constructor.js';
import type { BehaviorMap } from './BehaviorMap.js';
/** A registry of behaviors. Similar to CustomElementRegistry. */
export declare class BehaviorRegistry {
Expand Down
2 changes: 1 addition & 1 deletion dist/BehaviorRegistry.d.ts.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@lume/cli": "^0.11.0",
"five-server": "^0.3.1",
"lowclass": "^7.0.0",
"lowclass": "^8.0.0",
"prettier": "3.0.3",
"typescript": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/BehaviorRegistry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {Constructor} from 'lowclass'
import type {Constructor} from 'lowclass/dist/Constructor.js'
import type {BehaviorMap} from './BehaviorMap.js'

/** A registry of behaviors. Similar to CustomElementRegistry. */
Expand Down

0 comments on commit 1c511a1

Please sign in to comment.