Skip to content

Commit

Permalink
Merge pull request #27289 from allroundexperts/fix-26987
Browse files Browse the repository at this point in the history
feat: update some package versions to avoid console warnings
  • Loading branch information
marcochavezf authored Sep 18, 2023
2 parents 48dc5c0 + fd31314 commit 225fddc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
38 changes: 22 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
"react-native-linear-gradient": "^2.8.1",
"react-native-localize": "^2.2.6",
"react-native-modal": "^13.0.0",
"react-native-onyx": "1.0.76",
"react-native-onyx": "1.0.77",
"react-native-pager-view": "^6.2.0",
"react-native-pdf": "^6.7.1",
"react-native-performance": "^4.0.0",
"react-native-performance": "^5.1.0",
"react-native-permissions": "^3.0.1",
"react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#eae05855286dc699954415cc1d629bfd8e8e47e2",
"react-native-plaid-link-sdk": "^10.0.0",
Expand All @@ -145,7 +145,7 @@
"react-native-render-html": "6.3.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.21.0",
"react-native-svg": "^13.9.0",
"react-native-svg": "^13.13.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions src/libs/actions/Device/getDeviceInfo/getBaseInfo.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {version} from '../../../../../package.json';
import packageConfig from '../../../../../package.json';

export default function getBaseInfo() {
return {
app_version: version,
app_version: packageConfig.version,
timestamp: new Date().toISOString().slice(0, 19),
};
}

0 comments on commit 225fddc

Please sign in to comment.