Skip to content

Commit

Permalink
Update lowclass version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 12, 2024
1 parent 2c2139a commit c576682
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/CustomAttributeRegistry.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';
export declare class CustomAttributeRegistry {
ownerDocument: Document | ShadowRoot;
private _attrMap;
Expand Down
2 changes: 1 addition & 1 deletion dist/CustomAttributeRegistry.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 @@ -43,6 +43,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"lowclass": "^7.0.0"
"lowclass": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion src/CustomAttributeRegistry.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'

const forEach = Array.prototype.forEach

Expand Down

0 comments on commit c576682

Please sign in to comment.