Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed May 23, 2024
1 parent c80c5af commit fc8f773
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
27 changes: 25 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/nqtr",
"version": "0.1.12",
"version": "0.1.13",
"description": "A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -24,6 +24,7 @@
"homepage": "https://github.com/DRincs-Productions/nqtr-pixi-vn#readme",
"devDependencies": {
"@drincs/nqtr": "^0.1.11",
"@types/react": "^18.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/override/GraphicHTMLElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
* }
* ```
*/
export default interface GraphicHTMLElement extends HTMLElement { }
export default interface GraphicHTMLElement extends HTMLElement, JSX.Element { }

0 comments on commit fc8f773

Please sign in to comment.