mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
c4c1565289
commit
ce1ada9748
24
package.json
24
package.json
|
|
@ -64,7 +64,7 @@
|
|||
"libheif-js": "^1.18.2",
|
||||
"mediainfo.js": "0.3.4",
|
||||
"minimist": "^1.2.8",
|
||||
"motion": "12.12.2",
|
||||
"motion": "^12.15.0",
|
||||
"multiformats": "^13.3.6",
|
||||
"music-metadata-browser": "^2.5.11",
|
||||
"next": "^15.3.2",
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"quickjs-emscripten": "^0.31.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-rnd": "10.5.2",
|
||||
"react-rnd": "^10.5.2",
|
||||
"resedit": "^2.0.3",
|
||||
"rtf.js": "^3.0.9",
|
||||
"styled-components": "^6.1.18",
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
"@axe-core/playwright": "^4.10.1",
|
||||
"@next/bundle-analyzer": "^15.3.2",
|
||||
"@next/eslint-plugin-next": "^15.3.2",
|
||||
"@playwright/test": "1.52.0",
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/dom-chromium-ai": "0.0.6",
|
||||
"@types/dompurify": "^3.2.0",
|
||||
|
|
@ -97,16 +97,16 @@
|
|||
"@types/jest": "^29.5.14",
|
||||
"@types/lunr": "^2.3.7",
|
||||
"@types/minimist": "^1.2.5",
|
||||
"@types/node": "^22.15.21",
|
||||
"@types/node": "^22.15.23",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@types/opentype.js": "^1.3.8",
|
||||
"@types/react": "^19.1.5",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"@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.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
||||
"@typescript-eslint/parser": "^8.33.0",
|
||||
"emulators": "^8.3.7",
|
||||
"emulators-ui": "^0.73.9",
|
||||
"eruda": "^3.4.1",
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-deprecation": "^3.0.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint-plugin-jest": "^28.11.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
||||
"eslint-plugin-playwright": "^2.2.0",
|
||||
|
|
@ -134,12 +134,12 @@
|
|||
"html-to-image": "^1.11.13",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"lint-staged": "^16.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0-beta.3",
|
||||
"lint-staged": "^16.1.0",
|
||||
"lunr": "^2.3.9",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"pdfjs-dist": "^5.2.133",
|
||||
"playwright-core": "1.52.0",
|
||||
"playwright-core": "^1.52.0",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-styled-syntax": "^0.7.1",
|
||||
"postcss-syntax": "^0.36.2",
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
"stylelint": "^16.19.1",
|
||||
"stylelint-config-standard": "^38.0.0",
|
||||
"stylelint-order": "^7.0.0",
|
||||
"terser": "^5.39.2",
|
||||
"terser": "^5.40.0",
|
||||
"tinymce": "^7.9.0",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.8.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user