mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Pkg upgrades
This commit is contained in:
parent
cf0725445c
commit
27cb267833
|
|
@ -1,6 +1,7 @@
|
|||
import { readFileSync, readdirSync, statSync } from "fs";
|
||||
import { join } from "path";
|
||||
import {
|
||||
type ConsoleMessage,
|
||||
type Locator,
|
||||
type Page,
|
||||
type Response,
|
||||
|
|
@ -84,11 +85,18 @@ type DocumentWithVendorFullscreen = Document & {
|
|||
webkitFullscreenElement?: HTMLElement;
|
||||
};
|
||||
|
||||
type MessageType = ReturnType<ConsoleMessage["type"]>;
|
||||
|
||||
export const captureConsoleLogs =
|
||||
(testName = "") =>
|
||||
({ browserName, page }: TestPropsWithBrowser): void => {
|
||||
page.on("console", (msg) => {
|
||||
if (testName === "apps" && (process.env.CI || msg.type() !== "error")) {
|
||||
const messageType = msg.type();
|
||||
|
||||
if (
|
||||
messageType === ("timeStamp" as MessageType) ||
|
||||
(testName === "apps" && (process.env.CI || messageType !== "error"))
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
40
package.json
40
package.json
|
|
@ -61,7 +61,7 @@
|
|||
"gif.js": "^0.2.0",
|
||||
"idb": "^8.0.3",
|
||||
"ini": "^5.0.0",
|
||||
"isomorphic-git": "^1.33.2",
|
||||
"isomorphic-git": "^1.34.0",
|
||||
"libheif-js": "^1.19.8",
|
||||
"mediainfo.js": "0.3.6",
|
||||
"minimist": "^1.2.8",
|
||||
|
|
@ -75,8 +75,8 @@
|
|||
"prettier": "^3.6.2",
|
||||
"print-js": "^1.6.0",
|
||||
"quickjs-emscripten": "^0.31.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-rnd": "^10.5.2",
|
||||
"resedit": "^2.0.3",
|
||||
"rtf.js": "^3.0.9",
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"@axe-core/playwright": "^4.10.2",
|
||||
"@next/bundle-analyzer": "^15.5.4",
|
||||
"@next/eslint-plugin-next": "^15.5.4",
|
||||
"@playwright/test": "^1.55.1",
|
||||
"@playwright/test": "^1.56.0",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/dom-chromium-ai": "0.0.6",
|
||||
"@types/dompurify": "^3.2.0",
|
||||
|
|
@ -98,16 +98,16 @@
|
|||
"@types/jest": "^30.0.0",
|
||||
"@types/lunr": "^2.3.7",
|
||||
"@types/minimist": "^1.2.5",
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/node": "^24.7.0",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@types/opentype.js": "^1.3.8",
|
||||
"@types/react": "^19.1.14",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.1",
|
||||
"@types/ua-parser-js": "^0.7.39",
|
||||
"@types/video.js": "^7.3.58",
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
||||
"@typescript-eslint/parser": "^8.44.1",
|
||||
"@types/wicg-file-system-access": "^2023.10.7",
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
||||
"@typescript-eslint/parser": "^8.46.0",
|
||||
"emulators": "^8.3.9",
|
||||
"emulators-ui": "^0.73.9",
|
||||
"eruda": "^3.4.3",
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"eslint-plugin-playwright": "^2.2.2",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-hooks": "^6.1.1",
|
||||
"eslint-plugin-react-hooks-addons": "^0.5.0",
|
||||
"eslint-plugin-regexp": "^2.10.0",
|
||||
"eslint-plugin-sonarjs": "^3.0.5",
|
||||
|
|
@ -134,24 +134,24 @@
|
|||
"html-minifier-terser": "^7.2.0",
|
||||
"html-to-image": "^1.11.13",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.1.3",
|
||||
"jest-environment-jsdom": "^30.1.2",
|
||||
"lint-staged": "^16.2.1",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"lint-staged": "^16.2.3",
|
||||
"lunr": "^2.3.9",
|
||||
"monaco-editor": "^0.53.0",
|
||||
"pdfjs-dist": "^5.4.149",
|
||||
"playwright-core": "^1.55.1",
|
||||
"monaco-editor": "^0.54.0",
|
||||
"pdfjs-dist": "^5.4.296",
|
||||
"playwright-core": "^1.56.0",
|
||||
"postcss": "^8.5.6",
|
||||
"postcss-styled-syntax": "^0.7.1",
|
||||
"postcss-syntax": "^0.36.2",
|
||||
"serve": "^14.2.5",
|
||||
"stylelint": "^16.24.0",
|
||||
"stylelint-config-standard": "^39.0.0",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-config-standard": "^39.0.1",
|
||||
"stylelint-order": "^7.0.0",
|
||||
"terser": "^5.44.0",
|
||||
"tinymce": "^7.9.1",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"webamp": "^2.2.0",
|
||||
"xlsx": "^0.18.5",
|
||||
"xterm": "^5.3.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user