Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Mar 14, 2024
1 parent 63d2d23 commit ab472ce
Show file tree
Hide file tree
Showing 3 changed files with 971 additions and 378 deletions.
Binary file modified bun.lockb
Binary file not shown.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.4",
"@expo/match-media": "^0.4.0",
"@expo/react-native-action-sheet": "^4.0.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-async-storage/async-storage": "1.22.3",
"@react-native-community/datetimepicker": "7.6.2",
"@shopify/flash-list": "1.6.3",
"date-fns": "^2.30.0",
"date-fns": "^3.4.0",
"dooboo-ui": "^0.2.31",
"expo": "~50.0.13",
"expo-constants": "~15.4.5",
Expand All @@ -44,57 +44,57 @@
"expo-tracking-transparency": "~3.3.0",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"i18n-js": "4.3.2",
"lottie-react-native": "6.5.1",
"i18n-js": "4.4.3",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-error-boundary": "^1.2.3",
"react-native": "0.73.6",
"react-native-error-boundary": "^1.2.4",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.3",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-reanimated": "~3.8.0",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-svg": "15.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.9",
"react-native-web": "~0.19.10",
"react-native-web-lottie": "^1.4.4",
"react-native-webview": "13.6.4",
"react-native-webview": "13.8.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@dooboo/eslint-config-react-native": "^1.4.2",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@dooboo/eslint-config-react-native": "^1.4.3",
"@emotion/babel-plugin": "^11.11.0",
"@mmomtchev/expo-android-localized-app-name": "^1.0.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.0",
"@types/i18n-js": "^3.8.5",
"@types/jest": "^29.5.5",
"@types/react": "~18.2.25",
"@testing-library/react-native": "^12.4.3",
"@types/i18n-js": "^3.8.9",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.66",
"@types/recoil": "^0.0.9",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"ajv": "^8.12.0",
"babel-jest": "^29.7.0",
"commitlint-plugin-function-rules": "^2.0.2",
"dotenv-cli": "^7.3.0",
"eslint": "^8.50.0",
"commitlint-plugin-function-rules": "^3.1.0",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-expo": "~50.0.2",
"jest-expo": "~50.0.3",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"overrides": {
"react-native-reanimated": "~3.6.0"
Expand Down

0 comments on commit ab472ce

Please sign in to comment.