Skip to content

Commit

Permalink
Pkg upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Jun 27, 2024
1 parent a4aba27 commit c757542
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 160 deletions.
4 changes: 1 addition & 3 deletions components/apps/JSDOS/useDosCI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ const useDosCI = (
dosCI[bundleUrl] !== undefined &&
(await writeFile(
savePath,
Buffer.from(
(await (dosCI[bundleUrl] as CommandInterface).persist()) || []
),
Buffer.from((await dosCI[bundleUrl].persist()) || []),
true
))
) {
Expand Down
2 changes: 1 addition & 1 deletion components/apps/Messenger/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const getNip05Domain = async (
if (verifiedNip05Addresses[pubkey] === domain) return domain;
if (
typeof verifiedNip05Addresses[pubkey] === "number" &&
!TIMEOUT_ERRORS.has(verifiedNip05Addresses[pubkey] as number)
!TIMEOUT_ERRORS.has(verifiedNip05Addresses[pubkey])
) {
return "";
}
Expand Down
1 change: 1 addition & 0 deletions components/system/Taskbar/Search/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const Details: FC<{
<tbody>
<tr>
<th>Location</th>
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions */}
<td onClick={openFile}>{info.url}</td>
</tr>
{!isYTUrl && !isNostrUrl && !isDirectory && (
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"fflate": "^0.8.2",
"file-type": "^19.0.0",
"fix-webm-duration": "^1.0.5",
"framer-motion": "^11.2.10",
"framer-motion": "^11.2.12",
"gif.js": "^0.2.0",
"idb": "^8.0.0",
"ini": "^4.1.3",
"isomorphic-git": "^1.25.10",
"isomorphic-git": "^1.26.3",
"libheif-js": "^1.17.1",
"mediainfo.js": "^0.3.1",
"minimist": "^1.2.8",
Expand All @@ -66,7 +66,7 @@
"playlist-parser": "^0.0.12",
"prettier": "^3.3.2",
"print-js": "^1.6.0",
"quickjs-emscripten": "^0.29.1",
"quickjs-emscripten": "^0.29.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rnd": "^10.4.11",
Expand All @@ -81,22 +81,22 @@
"@axe-core/playwright": "^4.9.1",
"@next/bundle-analyzer": "^14.2.4",
"@next/eslint-plugin-next": "^14.2.4",
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.0",
"@types/dompurify": "^3.0.5",
"@types/gif.js": "^0.2.5",
"@types/ini": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/lunr": "^2.3.7",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^18.3.3",
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.58",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"emulators": "^8.1.3",
"emulators-ui": "^0.73.9",
"eruda": "^3.0.1",
Expand All @@ -107,18 +107,18 @@
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks-addons": "^0.3.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-image": "^1.11.11",
Expand All @@ -129,18 +129,18 @@
"lunr": "^2.3.9",
"monaco-editor": "^0.49.0",
"pdfjs-dist": "^4.3.136",
"playwright-core": "^1.44.1",
"playwright-core": "^1.45.0",
"postcss": "^8.4.38",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"serve": "^14.2.3",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"terser": "^5.31.1",
"tinymce": "^6.8.3",
"ts-prune": "^0.10.3",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"webamp": "^1.5.0",
"xlsx": "^0.18.5",
"xterm": "^5.3.0"
Expand Down
Loading

0 comments on commit c757542

Please sign in to comment.