Skip to content

Commit d5d57c0

Browse files
committed
Update lowclass version.
1 parent 57918d5 commit d5d57c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/Eventful.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Constructor } from 'lowclass';
1+
import type { Constructor } from 'lowclass/dist/Constructor.js';
22
/**
33
* @mixin
44
* @class Eventful - An instance of Eventful emits events that code can

dist/Eventful.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postversion": "lume postVersionHook"
2727
},
2828
"dependencies": {
29-
"lowclass": "^7.0.0"
29+
"lowclass": "^8.0.0"
3030
},
3131
"devDependencies": {
3232
"@lume/cli": "^0.11.0",

src/Eventful.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {Constructor} from 'lowclass'
1+
import type {Constructor} from 'lowclass/dist/Constructor.js'
22

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

0 commit comments

Comments
 (0)