mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
f07921b387
commit
1bc1c3ac1c
|
|
@ -69,7 +69,7 @@ const nextConfig = {
|
|||
config.resolve.alias = config.resolve.alias || {};
|
||||
config.resolve.alias["MediaInfoModule.wasm"] = path.resolve(
|
||||
__dirname,
|
||||
"node_modules/mediainfo.js/dist/MediaInfoModule.wasm"
|
||||
"public/System/mediainfo.js/MediaInfoModule.wasm"
|
||||
);
|
||||
|
||||
config.resolve.fallback = config.resolve.fallback || {};
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"ini": "^5.0.0",
|
||||
"isomorphic-git": "^1.30.2",
|
||||
"libheif-js": "^1.18.2",
|
||||
"mediainfo.js": "0.3.4",
|
||||
"mediainfo.js": "0.3.5",
|
||||
"minimist": "^1.2.8",
|
||||
"motion": "^12.16.0",
|
||||
"multiformats": "^13.3.6",
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-hooks-addons": "^0.5.0",
|
||||
"eslint-plugin-regexp": "^2.8.0",
|
||||
"eslint-plugin-regexp": "^2.9.0",
|
||||
"eslint-plugin-sonarjs": "^3.0.2",
|
||||
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
||||
"eslint-plugin-typescript-sort-keys": "^3.3.0",
|
||||
|
|
|
|||
Binary file not shown.
16
yarn.lock
16
yarn.lock
|
|
@ -3857,10 +3857,10 @@ eslint-plugin-react@^7.37.5:
|
|||
string.prototype.matchall "^4.0.12"
|
||||
string.prototype.repeat "^1.0.0"
|
||||
|
||||
eslint-plugin-regexp@^2.8.0:
|
||||
version "2.8.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-2.8.0.tgz#e0c830c86e5f16c6e3dedb42c064e8837a490d4d"
|
||||
integrity sha512-xme90IvkMgdyS+NJC21FM0H6ek4urGsdlIFTXpZRqH2BKJKVSd8hRbyrCpbcqfGBi2jth3eQoLiO3RC1gxZHiw==
|
||||
eslint-plugin-regexp@^2.9.0:
|
||||
version "2.9.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-2.9.0.tgz#0783be374e68c7a7af98543334fd4f8572949e3f"
|
||||
integrity sha512-9WqJMnOq8VlE/cK+YAo9C9YHhkOtcEtEk9d12a+H7OSZFwlpI6stiHmYPGa2VE0QhTzodJyhlyprUaXDZLgHBw==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.2.0"
|
||||
"@eslint-community/regexpp" "^4.11.0"
|
||||
|
|
@ -6091,10 +6091,10 @@ media-typer@^1.1.0:
|
|||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-1.1.0.tgz#6ab74b8f2d3320f2064b2a87a38e7931ff3a5561"
|
||||
integrity sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==
|
||||
|
||||
mediainfo.js@0.3.4:
|
||||
version "0.3.4"
|
||||
resolved "https://registry.yarnpkg.com/mediainfo.js/-/mediainfo.js-0.3.4.tgz#08868f549590d37a1cf6984df7630df89fc58696"
|
||||
integrity sha512-uTUlVqw9PcsuVt4DcXvqfQGKQBx3BCyQcDnJ68kSQyOxz0InIsCuykPShrYp+c5uDr6Mvhy5AfaboHn77xR7Ug==
|
||||
mediainfo.js@0.3.5:
|
||||
version "0.3.5"
|
||||
resolved "https://registry.yarnpkg.com/mediainfo.js/-/mediainfo.js-0.3.5.tgz#b7e4b127a60607887255fb1fe8086b9139de08be"
|
||||
integrity sha512-frLJzKOoAUC0sbPzmg9VOR+WFbNj5CarbTuOzXeH9cOl33haU/CGcyXUTWK00HPXCVS2N5eT0o0dirVxaPIOIw==
|
||||
dependencies:
|
||||
yargs "^17.7.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user