mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
839c9a9061
commit
492b34e92e
24
package.json
24
package.json
|
|
@ -39,7 +39,7 @@
|
|||
"*.{js,ts,tsx}": "eslint --fix"
|
||||
},
|
||||
"resolutions": {
|
||||
"@emotion/is-prop-valid": "^1.3.1"
|
||||
"@emotion/is-prop-valid": "^1.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ffmpeg/ffmpeg": "^0.12.15",
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
"ini": "^5.0.0",
|
||||
"isomorphic-git": "^1.33.1",
|
||||
"libheif-js": "^1.19.8",
|
||||
"mediainfo.js": "0.3.5",
|
||||
"mediainfo.js": "0.3.6",
|
||||
"minimist": "^1.2.8",
|
||||
"motion": "^12.23.12",
|
||||
"multiformats": "^13.4.0",
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
"@types/jest": "^30.0.0",
|
||||
"@types/lunr": "^2.3.7",
|
||||
"@types/minimist": "^1.2.5",
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@types/opentype.js": "^1.3.8",
|
||||
"@types/react": "^19.1.12",
|
||||
|
|
@ -106,8 +106,8 @@
|
|||
"@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.41.0",
|
||||
"@typescript-eslint/parser": "^8.41.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
||||
"@typescript-eslint/parser": "^8.42.0",
|
||||
"emulators": "^8.3.9",
|
||||
"emulators-ui": "^0.73.9",
|
||||
"eruda": "^3.4.3",
|
||||
|
|
@ -134,21 +134,21 @@
|
|||
"html-minifier-terser": "^7.2.0",
|
||||
"html-to-image": "^1.11.13",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.1.1",
|
||||
"jest-environment-jsdom": "^30.1.1",
|
||||
"lint-staged": "^16.1.5",
|
||||
"jest": "^30.1.3",
|
||||
"jest-environment-jsdom": "^30.1.2",
|
||||
"lint-staged": "^16.1.6",
|
||||
"lunr": "^2.3.9",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"pdfjs-dist": "^5.4.54",
|
||||
"pdfjs-dist": "^5.4.149",
|
||||
"playwright-core": "^1.55.0",
|
||||
"postcss": "^8.5.6",
|
||||
"postcss-styled-syntax": "^0.7.1",
|
||||
"postcss-syntax": "^0.36.2",
|
||||
"serve": "^14.2.4",
|
||||
"stylelint": "^16.23.1",
|
||||
"serve": "^14.2.5",
|
||||
"stylelint": "^16.24.0",
|
||||
"stylelint-config-standard": "^39.0.0",
|
||||
"stylelint-order": "^7.0.0",
|
||||
"terser": "^5.43.1",
|
||||
"terser": "^5.44.0",
|
||||
"tinymce": "^7.9.1",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.9.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user