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 57918d5 commit d5d57c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/Eventful.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';
/**
* @mixin
* @class Eventful - An instance of Eventful emits events that code can
Expand Down
2 changes: 1 addition & 1 deletion dist/Eventful.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 @@ -26,7 +26,7 @@
"postversion": "lume postVersionHook"
},
"dependencies": {
"lowclass": "^7.0.0"
"lowclass": "^8.0.0"
},
"devDependencies": {
"@lume/cli": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Eventful.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'

// TODO, make strongly typed event args. Combine with stuff in Events.ts (or similar).

Expand Down

0 comments on commit d5d57c0

Please sign in to comment.