Skip to content

Commit

Permalink
updated package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 29, 2024
1 parent bd356d2 commit bf8326e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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 @@ -12,7 +12,6 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@webosbrew/caniroot": "^1.1.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"gsap": "^3.12.5",
Expand All @@ -24,6 +23,7 @@
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/lodash-es": "^4.17.12",
"@webosbrew/caniroot": "^1.1.2",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-htm": "^3.0.0",
Expand Down
5 changes: 2 additions & 3 deletions src/views/toh/search.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import {Component, html} from "htm/preact";
import {ComponentChild, RenderableProps} from "preact";
import {DeviceModelData} from "@webosbrew/caniroot";
import {DeviceModelIndices, DeviceModelIndexEntry} from "./toh-data";
import {DeviceModelEntry, DeviceModelIndexEntry, DeviceModelIndices} from "./toh-data";

type SideSearchProps = {
models: D[];
models: DeviceModelEntry[];
indices: DeviceModelIndices;
};

Expand Down

0 comments on commit bf8326e

Please sign in to comment.