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
4c4e22a0e0
commit
3e53b28a10
@ -12,14 +12,14 @@
|
||||
"update": "eas update --auto --channel prod"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo-google-fonts/poppins": "^0.2.2",
|
||||
"@expo-google-fonts/poppins": "^0.2.3",
|
||||
"@gorhom/portal": "^1.0.14",
|
||||
"@kyoo/ui": "workspace:^",
|
||||
"@material-symbols/svg-400": "^0.4.3",
|
||||
"@material-symbols/svg-400": "^0.5.0",
|
||||
"@shopify/flash-list": "1.4.0",
|
||||
"@tanstack/react-query": "^4.24.4",
|
||||
"@tanstack/react-query": "^4.26.1",
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
||||
"expo": "^48.0.0",
|
||||
"expo": "^48.0.7",
|
||||
"expo-build-properties": "~0.5.1",
|
||||
"expo-constants": "~14.2.1",
|
||||
"expo-dev-client": "~2.1.5",
|
||||
@ -28,30 +28,30 @@
|
||||
"expo-linking": "~4.0.1",
|
||||
"expo-localization": "~14.1.1",
|
||||
"expo-navigation-bar": "~2.1.1",
|
||||
"expo-router": "^0.0.36",
|
||||
"expo-router": "^1.2.2",
|
||||
"expo-screen-orientation": "~5.1.1",
|
||||
"expo-secure-store": "~12.1.1",
|
||||
"expo-status-bar": "~1.4.4",
|
||||
"expo-updates": "~0.16.3",
|
||||
"i18next": "^22.0.6",
|
||||
"i18next": "^22.4.11",
|
||||
"intl-pluralrules": "^1.3.1",
|
||||
"moti": "^0.21.0",
|
||||
"moti": "^0.24.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-native": "0.71.3",
|
||||
"react-native-reanimated": "~2.14.4",
|
||||
"react-native-safe-area-context": "4.5.0",
|
||||
"react-native-screens": "~3.20.0",
|
||||
"react-native-svg": "13.4.0",
|
||||
"react-native-video": "alpha",
|
||||
"react-native-video": "^6.0.0-alpha.5",
|
||||
"yoshiki": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@types/react": "~18.0.27",
|
||||
"@babel/core": "^7.21.3",
|
||||
"@types/react": "~18.0.28",
|
||||
"react-native-svg-transformer": "^1.0.0",
|
||||
"typescript": "^4.9.4"
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
|
@ -14,41 +14,41 @@
|
||||
"@kyoo/models": "workspace:^",
|
||||
"@kyoo/primitives": "workspace:^",
|
||||
"@kyoo/ui": "workspace:^",
|
||||
"@material-symbols/svg-400": "^0.4.3",
|
||||
"@next/font": "13.0.5",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
||||
"@tanstack/react-query": "^4.24.4",
|
||||
"expo-linear-gradient": "^12.0.1",
|
||||
"hls.js": "^1.3.2",
|
||||
"i18next": "^22.0.6",
|
||||
"jotai": "^1.10.0",
|
||||
"@material-symbols/svg-400": "^0.5.0",
|
||||
"@next/font": "13.2.4",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
||||
"@tanstack/react-query": "^4.26.1",
|
||||
"expo-linear-gradient": "^12.1.2",
|
||||
"hls.js": "^1.3.4",
|
||||
"i18next": "^22.4.11",
|
||||
"jotai": "^2.0.3",
|
||||
"libass-wasm": "^4.1.0",
|
||||
"moti": "^0.21.0",
|
||||
"next": "13.0.5",
|
||||
"next-translate": "^1.6.0",
|
||||
"moti": "^0.24.2",
|
||||
"next": "13.2.4",
|
||||
"next-translate": "^2.0.2",
|
||||
"raf": "^3.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-native-reanimated": "^2.13.0",
|
||||
"react-native-svg": "13.4.0",
|
||||
"react-native-video": "alpha",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-native-reanimated": "^3.0.2",
|
||||
"react-native-svg": "13.8.0",
|
||||
"react-native-video": "^6.0.0-alpha.5",
|
||||
"react-native-web": "0.0.0-c26cb9b08",
|
||||
"solito": "^2.0.5",
|
||||
"solito": "^3.0.0",
|
||||
"superjson": "^1.12.2",
|
||||
"yoshiki": "1.2.1",
|
||||
"zod": "^3.20.2"
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^6.5.1",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/node": "18.15.3",
|
||||
"@types/react": "18.0.28",
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@types/react-native-video": "^5.0.14",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-config-next": "13.2.4",
|
||||
"typescript": "^4.9.5",
|
||||
"webpack": "^5.75.0"
|
||||
"webpack": "^5.76.1"
|
||||
}
|
||||
}
|
||||
|
@ -29,11 +29,11 @@
|
||||
"tsdoc": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.33.0",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint": "8.36.0",
|
||||
"eslint-config-next": "13.2.4",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"prettier": "^2.8.3",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-jsdoc": "^0.4.2",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
|
@ -4,8 +4,8 @@
|
||||
"types": "src/index.ts",
|
||||
"packageManager": "yarn@3.2.4",
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.25",
|
||||
"expo-secure-store": "^12.0.0",
|
||||
"@types/react": "^18.0.28",
|
||||
"expo-secure-store": "^12.1.1",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -19,6 +19,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^3.20.2"
|
||||
"zod": "^3.21.4"
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"packageManager": "yarn@3.2.4",
|
||||
"devDependencies": {
|
||||
"@gorhom/portal": "^1.0.14",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react": "^18.0.28",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -32,8 +32,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/html-elements": "^0.2.2",
|
||||
"@tanstack/react-query": "^4.24.4",
|
||||
"solito": "^2.0.5"
|
||||
"@expo/html-elements": "^0.4.1",
|
||||
"@tanstack/react-query": "^4.26.1",
|
||||
"solito": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -8,8 +8,8 @@
|
||||
"@kyoo/primitives": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@shopify/flash-list": "^1.3.1",
|
||||
"@types/react": "^18.0.25",
|
||||
"@shopify/flash-list": "^1.4.1",
|
||||
"@types/react": "^18.0.28",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
904
front/yarn.lock
904
front/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user