mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Update packages
This commit is contained in:
parent
c5024eb79d
commit
37b1ffe0ca
@ -21,8 +21,8 @@
|
|||||||
"@kesha-antonov/react-native-background-downloader": "^3.2.0",
|
"@kesha-antonov/react-native-background-downloader": "^3.2.0",
|
||||||
"@kyoo/ui": "workspace:^",
|
"@kyoo/ui": "workspace:^",
|
||||||
"@material-symbols/svg-400": "^0.22.0",
|
"@material-symbols/svg-400": "^0.22.0",
|
||||||
"@react-native-community/netinfo": "11.3.1",
|
"@react-native-community/netinfo": "11.3.2",
|
||||||
"@shopify/flash-list": "1.6.4",
|
"@shopify/flash-list": "1.7.1",
|
||||||
"@tanstack/query-sync-storage-persister": "^5.51.21",
|
"@tanstack/query-sync-storage-persister": "^5.51.21",
|
||||||
"@tanstack/react-query": "^5.51.23",
|
"@tanstack/react-query": "^5.51.23",
|
||||||
"@tanstack/react-query-persist-client": "^5.51.23",
|
"@tanstack/react-query-persist-client": "^5.51.23",
|
||||||
@ -47,16 +47,15 @@
|
|||||||
"i18next": "^23.12.2",
|
"i18next": "^23.12.2",
|
||||||
"intl-pluralrules": "^2.0.1",
|
"intl-pluralrules": "^2.0.1",
|
||||||
"moti": "^0.29.0",
|
"moti": "^0.29.0",
|
||||||
"react": "18.2.0",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.2.0",
|
|
||||||
"react-i18next": "^15.0.1",
|
"react-i18next": "^15.0.1",
|
||||||
"react-native": "0.74.5",
|
"react-native": "0.74.5",
|
||||||
"react-native-blurhash": "^2.0.3",
|
"react-native-blurhash": "^2.0.3",
|
||||||
"react-native-fast-image": "^8.6.3",
|
"react-native-fast-image": "^8.6.3",
|
||||||
"react-native-mmkv": "^2.12.2",
|
"react-native-mmkv": "^2.12.2",
|
||||||
"react-native-reanimated": "~3.10.1",
|
"react-native-reanimated": "~3.15.0",
|
||||||
"react-native-safe-area-context": "4.10.5",
|
"react-native-safe-area-context": "4.10.8",
|
||||||
"react-native-screens": "3.31.1",
|
"react-native-screens": "3.34.0",
|
||||||
"react-native-svg": "15.2.0",
|
"react-native-svg": "15.2.0",
|
||||||
"react-native-uuid": "^2.0.2",
|
"react-native-uuid": "^2.0.2",
|
||||||
"react-native-video": "^6.4.3",
|
"react-native-video": "^6.4.3",
|
||||||
@ -65,7 +64,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.25.2",
|
"@babel/core": "^7.25.2",
|
||||||
"react-native-svg-transformer": "^1.5.0",
|
"react-native-svg-transformer": "^1.5.0",
|
||||||
"typescript": "~5.3.3"
|
"typescript": "~5.5.4"
|
||||||
},
|
},
|
||||||
"installConfig": {
|
"installConfig": {
|
||||||
"hoistingLimits": "workspaces"
|
"hoistingLimits": "workspaces"
|
||||||
|
@ -51,8 +51,14 @@ const nextConfig = {
|
|||||||
alias: {
|
alias: {
|
||||||
...config.resolve.alias,
|
...config.resolve.alias,
|
||||||
"react-native$": "react-native-web",
|
"react-native$": "react-native-web",
|
||||||
"react-native/Libraries/Image/AssetRegistry$":
|
// "react-native/Libraries/Image/AssetRegistry$":
|
||||||
"react-native-web/dist/modules/AssetRegistry",
|
// "react-native-web/dist/modules/AssetRegistry",
|
||||||
|
"react-native/Libraries/EventEmitter/RCTDeviceEventEmitter$":
|
||||||
|
"react-native-web/dist/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter",
|
||||||
|
"react-native/Libraries/vendor/emitter/EventEmitter$":
|
||||||
|
"react-native-web/dist/vendor/react-native/emitter/EventEmitter",
|
||||||
|
"react-native/Libraries/EventEmitter/NativeEventEmitter$":
|
||||||
|
"react-native-web/dist/vendor/react-native/NativeEventEmitter",
|
||||||
},
|
},
|
||||||
extensions: [".web.ts", ".web.tsx", ".web.js", ".web.jsx", ...config.resolve.extensions],
|
extensions: [".web.ts", ".web.tsx", ".web.js", ".web.jsx", ...config.resolve.extensions],
|
||||||
};
|
};
|
||||||
@ -94,6 +100,7 @@ const nextConfig = {
|
|||||||
"@kyoo/ui",
|
"@kyoo/ui",
|
||||||
"@kyoo/primitives",
|
"@kyoo/primitives",
|
||||||
"@kyoo/models",
|
"@kyoo/models",
|
||||||
|
"@react-native/assets-registry",
|
||||||
"solito",
|
"solito",
|
||||||
"react-native",
|
"react-native",
|
||||||
"react-native-web",
|
"react-native-web",
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"expo-modules-core": "^1.12.20",
|
"expo-modules-core": "^1.12.20",
|
||||||
"hls.js": "^1.5.14",
|
"hls.js": "^1.5.14",
|
||||||
"i18next": "^23.12.2",
|
"i18next": "^23.12.2",
|
||||||
"jassub": "^1.7.16",
|
"jassub": "1.7.15",
|
||||||
"jotai": "^2.9.2",
|
"jotai": "^2.9.2",
|
||||||
"moti": "^0.29.0",
|
"moti": "^0.29.0",
|
||||||
"next": "14.2.5",
|
"next": "14.2.5",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-i18next": "^15.0.1",
|
"react-i18next": "^15.0.1",
|
||||||
"react-native-reanimated": "3.15.0",
|
"react-native-reanimated": "3.15.0",
|
||||||
"react-native-svg": "15.5.0",
|
"react-native-svg": "15.2.0",
|
||||||
"react-native-video": "^6.4.3",
|
"react-native-video": "^6.4.3",
|
||||||
"react-native-web": "0.19.12",
|
"react-native-web": "0.19.12",
|
||||||
"react-tooltip": "^5.28.0",
|
"react-tooltip": "^5.28.0",
|
||||||
|
4698
front/yarn.lock
4698
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user