Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update packages (#541)
Browse files Browse the repository at this point in the history
Install recent packages for Client and Server projects.

Feature
Share video URI with a long press.
  • Loading branch information
hyochan authored Mar 27, 2022
1 parent a319faf commit e5e908e
Show file tree
Hide file tree
Showing 79 changed files with 3,221 additions and 3,331 deletions.
4 changes: 3 additions & 1 deletion client/assets/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,7 @@
"VIDEO": "Video",
"WARNING": "Warning",
"WRITE_MESSAGE": "Write message...",
"YES": "Yes"
"YES": "Yes",
"SHARE_VIDEO": "Share video",
"SHARING_VIDEO": "Sharing video..."
}
4 changes: 3 additions & 1 deletion client/assets/langs/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,7 @@
"VIDEO": "비디오",
"WARNING": "경고",
"WRITE_MESSAGE": "메세지를 입력해주세요…",
"YES": ""
"YES": "",
"SHARE_VIDEO": "비디오 공유",
"SHARING_VIDEO": "비디오를 공유합니다..."
}
126 changes: 63 additions & 63 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hackatalk",
"private": true,
"version": "1.13.0",
"version": "1.14.0",
"main": "node_modules/expo/AppEntry.js",
"description": "Opensource chat app",
"author": "dooboolab",
Expand Down Expand Up @@ -31,22 +31,22 @@
"deploy-hosting": "npm run predeploy && firebase deploy --only hosting"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@apollo/client": "^3.5.10",
"@emotion/native": "^11.0.0",
"@emotion/react": "^11.7.1",
"@expo/match-media": "^0.1.0",
"@expo/react-native-action-sheet": "^3.12.0",
"@emotion/react": "^11.8.2",
"@expo/match-media": "^0.3.0",
"@expo/react-native-action-sheet": "^3.13.0",
"@expo/vector-icons": "^12.0.5",
"@react-native-async-storage/async-storage": "~1.15.14",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/core": "^6.1.0",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/core": "^6.1.1",
"@react-navigation/material-top-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"apollo-upload-client": "^17.0.0",
"dooboo-ui": "^0.1.54",
"expo": "^44.0.0",
"dooboo-ui": "^0.1.61",
"expo": "^44.0.6",
"expo-ads-admob": "~12.0.0",
"expo-app-loading": "~1.3.0",
"expo-apple-authentication": "~4.1.0",
Expand All @@ -58,27 +58,27 @@
"expo-device": "~4.1.0",
"expo-image-manipulator": "~10.2.0",
"expo-image-picker": "~12.0.1",
"expo-linear-gradient": "~11.0.0",
"expo-linear-gradient": "~11.0.3",
"expo-localization": "~12.0.0",
"expo-notifications": "~0.14.0",
"expo-random": "~12.1.1",
"expo-screen-orientation": "~4.1.1",
"expo-splash-screen": "~0.14.1",
"expo-updates": "~0.11.5",
"expo-updates": "~0.11.6",
"expo-video-thumbnails": "~6.1.0",
"expo-web-browser": "~10.1.0",
"graphql": "^16.2.0",
"graphql": "^16.3.0",
"i18n-js": "^3.8.0",
"immer": "^9.0.7",
"immer": "^9.0.12",
"mime": "^3.0.0",
"moment": "^2.29.1",
"nanoid": "^3.1.31",
"nanoid": "^3.3.1",
"react": "17.0.2",
"react-native": "^0.64.3",
"react-native": "0.64.3",
"react-native-appearance": "~0.3.4",
"react-native-error-boundary": "^1.1.12",
"react-native-gesture-handler": "~2.1.0",
"react-native-get-random-values": "~1.7.1",
"react-native-get-random-values": "~1.7.2",
"react-native-modalbox": "^2.0.2",
"react-native-pager-view": "5.4.9",
"react-native-parsed-text": "^0.0.22",
Expand All @@ -88,79 +88,79 @@
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-web": "0.17.5",
"react-native-web": "0.17.7",
"react-native-webview": "11.15.0",
"react-navigation-stack": "^2.10.4",
"react-relay": "^13.0.1",
"react-relay": "^13.2.0",
"react-responsive": "^8.2.0",
"relay-runtime": "^13.0.1",
"sentry-expo": "^4.0.3",
"relay-runtime": "^13.2.0",
"sentry-expo": "^4.1.0",
"subscriptions-transport-ws": "^0.11.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/plugin-transform-block-scoping": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@dooboo/eslint-config": "^1.2.5",
"@emotion/babel-plugin": "^11.7.1",
"@expo/metro-config": "^0.3.7",
"@expo/webpack-config": "~0.16.14",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-document-nodes": "^2.2.1",
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.0",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-react-apollo": "^3.2.2",
"@graphql-tools/relay-operation-optimizer": "6.4.1",
"@svgr/webpack": "^5",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "7.17.8",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-block-scoping": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.8",
"@dooboo/eslint-config": "^1.3.3",
"@emotion/babel-plugin": "^11.7.2",
"@expo/metro-config": "^0.3.12",
"@expo/webpack-config": "~0.16.19",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-document-nodes": "^2.2.8",
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.1",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-react-apollo": "^3.2.11",
"@graphql-tools/relay-operation-optimizer": "6.4.5",
"@svgr/webpack": "^6",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^9.0.0",
"@types/apollo-upload-client": "^14.1.0",
"@testing-library/react-native": "^9.1.0",
"@types/apollo-upload-client": "^17.0.0",
"@types/expo": "^33.0.1",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.1",
"@types/mime": "^2.0.3",
"@types/react": "~17.0.37",
"@types/react-native": "~0.66.9",
"@types/react": "~17.0.43",
"@types/react-native": "~0.67.3",
"@types/react-native-modalbox": "^1.4.10",
"@types/react-relay": "^11.0.3",
"@types/react-relay": "^13.0.1",
"@types/react-responsive": "^8.0.5",
"@types/react-test-renderer": "^17.0",
"@types/relay-test-utils": "^6.0.5",
"abort-controller": "^3.0.0",
"babel-plugin-inline-dotenv": "^1.6.0",
"babel-plugin-relay": "^13.0.1",
"babel-plugin-relay": "^13.2.0",
"babel-preset-expo": "9.0.2",
"codecov": "^3.8.3",
"eslint": "^8.5.0",
"eslint": "^8.12.0",
"eslint-plugin-i18n-json": "^3.1.0",
"get-graphql-schema": "^2.1.2",
"import-sort-style-eslint": "^6.0.0",
"jest": "^27.4.5",
"jest": "^27.5.1",
"jest-expo": "44.0.0",
"jest-fetch-mock": "^3.0.3",
"jetifier": "^2.0.0",
"mockdate": "^3.0.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"prettier-plugin-import-sort": "^0.0.7",
"react-dom": "17.0.2",
"react-native-svg-transformer": "^0.14.3",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "17",
"relay-compiler": "^13.0.1",
"relay-compiler-language-typescript": "^15.0.0",
"relay-compiler": "^13.2.0",
"relay-compiler-language-typescript": "^15.0.1",
"relay-config": "^12.0.1",
"relay-test-utils": "^13.0.1",
"ts-jest": "^27.1.2",
"typescript": "~4.5.4"
"relay-test-utils": "^13.2.0",
"ts-jest": "^27.1.4",
"typescript": "~4.6.3"
},
"importSort": {
".js, .jsx": {
Expand All @@ -176,4 +176,4 @@
"resolutions": {
"react-native/@jest/create-cache-key-function": "^27.0.2"
}
}
}
6 changes: 3 additions & 3 deletions client/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ directive @specifiedBy(

scalar AlertMode

scalar Auth

type AuthPayload {
token: String!
user: User!
}

scalar AuthType

type BlockedUser {
createdAt: DateTime
updatedAt: DateTime
Expand Down Expand Up @@ -255,7 +255,7 @@ type PageInfo {

type Profile {
socialId: String
authType: Auth
authType: AuthType
user: User
}

Expand Down
6 changes: 2 additions & 4 deletions client/src/__generated__/AuthProviderMeQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions client/src/__generated__/BlockedUserCreateMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions client/src/__generated__/BlockedUserDeleteMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions client/src/__generated__/ChannelCreate_friends.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5e908e

Please sign in to comment.