wip Update packages

This commit is contained in:
Zoe Roux 2023-08-09 00:35:49 +09:00
parent 76ce4b8058
commit 6733fe9c40
No known key found for this signature in database
8 changed files with 2361 additions and 1073 deletions

View File

@ -13,5 +13,5 @@ RUN yarn --immutable
ENV NEXT_TELEMETRY_DISABLED 1
EXPOSE 3000
EXPOSE 19000
EXPOSE 8081
CMD yarn dev

View File

@ -17,11 +17,11 @@
"@formatjs/intl-locale": "^3.3.2",
"@gorhom/portal": "^1.0.14",
"@kyoo/ui": "workspace:^",
"@material-symbols/svg-400": "^0.5.0",
"@material-symbols/svg-400": "^0.10.3",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query": "^4.32.6",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "^49.0.0",
"expo": "^49.0.6",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.6",
@ -36,12 +36,12 @@
"expo-secure-store": "~12.3.1",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.11",
"i18next": "^22.4.11",
"intl-pluralrules": "^1.3.1",
"moti": "^0.24.2",
"i18next": "^23.4.2",
"intl-pluralrules": "^2.0.1",
"moti": "^0.26.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-i18next": "^13.0.3",
"react-native": "0.72.3",
"react-native-mmkv": "^2.10.1",
"react-native-reanimated": "~3.3.0",
@ -49,14 +49,14 @@
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-uuid": "^2.0.1",
"react-native-video": "^6.0.0-alpha.5",
"react-native-video": "^6.0.0-alpha.7",
"yoshiki": "1.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.1.3"
"@babel/core": "^7.22.10",
"@types/react": "~18.2.18",
"react-native-svg-transformer": "^1.1.0",
"typescript": "^5.1.6"
},
"installConfig": {
"hoistingLimits": "workspaces"

View File

@ -14,44 +14,44 @@
"@kyoo/models": "workspace:^",
"@kyoo/primitives": "workspace:^",
"@kyoo/ui": "workspace:^",
"@material-symbols/svg-400": "^0.5.0",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@tanstack/react-query": "^4.26.1",
"@material-symbols/svg-400": "^0.10.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@tanstack/react-query": "^4.32.6",
"expo-image": "^1.3.2",
"expo-linear-gradient": "^12.1.2",
"expo-linear-gradient": "^12.4.0",
"expo-modules-core": "^1.5.9",
"hls.js": "^1.3.4",
"i18next": "^22.4.11",
"jotai": "^2.0.3",
"hls.js": "^1.4.10",
"i18next": "^23.4.2",
"jotai": "^2.3.1",
"libass-wasm": "^4.1.0",
"moti": "^0.24.2",
"next": "13.2.4",
"next-translate": "^2.0.2",
"moti": "^0.26.0",
"next": "13.4.13",
"next-translate": "^2.5.3",
"raf": "^3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-native-reanimated": "2.14.4",
"react-native-svg": "13.4.0",
"react-native-video": "^6.0.0-alpha.5",
"react-native-web": "0.19.1",
"solito": "^3.0.0",
"react-i18next": "^13.0.3",
"react-native-reanimated": "3.4.2",
"react-native-svg": "13.11.0",
"react-native-video": "^6.0.0-alpha.7",
"react-native-web": "0.19.7",
"solito": "^4.0.1",
"srt-webvtt": "^2.0.0",
"superjson": "^1.12.2",
"sweetalert2": "^11.7.12",
"superjson": "^1.13.1",
"sweetalert2": "^11.7.20",
"yoshiki": "1.2.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-native-video": "^5.0.14",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-native-video": "^5.0.15",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.4",
"typescript": "^4.9.5",
"webpack": "^5.76.1"
"eslint": "^8.46.0",
"eslint-config-next": "13.4.13",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
}
}

View File

@ -29,13 +29,13 @@
"tsdoc": true
},
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.7.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"prettier": "^2.8.4",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "4.9.5"
"prettier": "^3.0.1",
"prettier-plugin-jsdoc": "^1.0.1",
"typescript": "5.1.6"
},
"packageManager": "yarn@3.2.4"
}

View File

@ -4,9 +4,9 @@
"types": "src/index.ts",
"packageManager": "yarn@3.2.4",
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react": "^18.2.18",
"react-native-mmkv": "^2.10.1",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"peerDependencies": {
"@tanstack/react-query": "*",

View File

@ -5,8 +5,8 @@
"packageManager": "yarn@3.2.4",
"devDependencies": {
"@gorhom/portal": "^1.0.14",
"@types/react": "^18.0.28",
"typescript": "^4.9.5"
"@types/react": "^18.2.18",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@gorhom/portal": "*",
@ -32,9 +32,9 @@
}
},
"dependencies": {
"@expo/html-elements": "^0.4.1",
"@tanstack/react-query": "^4.26.1",
"@expo/html-elements": "^0.5.1",
"@tanstack/react-query": "^4.32.6",
"expo-image": "^1.3.2",
"solito": "^3.0.0"
"solito": "^4.0.1"
}
}

View File

@ -9,10 +9,10 @@
"expo-image": "^1.3.2"
},
"devDependencies": {
"@shopify/flash-list": "^1.4.1",
"@types/react": "^18.0.28",
"@shopify/flash-list": "^1.5.0",
"@types/react": "^18.2.18",
"react-native-uuid": "^2.0.1",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"peerDependencies": {
"@material-symbols/svg-400": "*",

File diff suppressed because it is too large Load Diff