Skip to content

Commit ba6f498

Browse files
authored
Merge pull request #8 from flatlogic/update-deps
feat: update deps
2 parents 929e1c6 + 61eab62 commit ba6f498

File tree

3 files changed

+2915
-1600
lines changed

3 files changed

+2915
-1600
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.2.3]
4+
5+
- Update dependencies
6+
37
## [4.2.2]
48
### Updated React Native to 0.73.1
59

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-starter",
3-
"version": "2.1.0",
3+
"version": "4.2.3",
44
"private": false,
55
"resolutions": {
66
"deprecated-react-native-listview": "0.0.6"
@@ -19,85 +19,85 @@
1919
"e2e:test": "detox test --configuration ios.sim.debug"
2020
},
2121
"dependencies": {
22-
"@babel/helper-hoist-variables": "^7.14.5",
22+
"@babel/helper-hoist-variables": "^7.24.7",
2323
"@exponent/react-native-action-sheet": "^0.3.0",
2424
"@react-native-async-storage/async-storage": "^1.18.2",
25-
"@react-native-community/checkbox": "^0.5.12",
26-
"@react-native-community/cli": "^11.3.1",
25+
"@react-native-community/checkbox": "^0.5.17",
26+
"@react-native-community/cli": "^11.4.1",
2727
"@react-native-masked-view/masked-view": "^0.2.9",
28-
"@react-navigation/bottom-tabs": "^6.5.7",
29-
"@react-navigation/drawer": "^6.6.2",
30-
"@react-navigation/native": "^6.1.6",
31-
"@react-navigation/stack": "^6.3.16",
28+
"@react-navigation/bottom-tabs": "^6.6.1",
29+
"@react-navigation/drawer": "^6.7.2",
30+
"@react-navigation/native": "^6.1.18",
31+
"@react-navigation/stack": "^6.4.1",
3232
"global": "^4.4.0",
3333
"i18n-js": "^3.3.0",
3434
"jetifier": "^1.6.8",
3535
"lodash": "^4.17.21",
36-
"moment": "^2.29.4",
37-
"react": "18.2.0",
36+
"moment": "^2.30.1",
37+
"react": "18.3.1",
3838
"react-native": "0.73.1",
39-
"react-native-autocomplete-input": "^5.2.0",
40-
"react-native-calendars": "^1.1298.0",
41-
"react-native-elements": "^3.4.2",
42-
"react-native-gesture-handler": "^2.10.2",
43-
"react-native-gifted-chat": "^2.3.0",
39+
"react-native-autocomplete-input": "^5.5.2",
40+
"react-native-calendars": "^1.1307.0",
41+
"react-native-elements": "^3.4.3",
42+
"react-native-gesture-handler": "^2.21.2",
43+
"react-native-gifted-chat": "^2.6.4",
4444
"react-native-lightbox": "^0.8.1",
45-
"react-native-linear-gradient": "^2.6.2",
46-
"react-native-localize": "^2.2.4",
47-
"react-native-maps": "^1.7.1",
45+
"react-native-linear-gradient": "^2.8.3",
46+
"react-native-localize": "^2.2.6",
47+
"react-native-maps": "^1.20.1",
4848
"react-native-modal": "^13.0.1",
4949
"react-native-modal-datetime-picker": "^9.2.3",
5050
"react-native-modal-dropdown": "^1.0.2",
5151
"react-native-nav": "^2.0.2",
52-
"react-native-paper": "^5.8.0",
53-
"react-native-progress": "^5.0.0",
52+
"react-native-paper": "^5.12.5",
53+
"react-native-progress": "^5.0.1",
5454
"react-native-reanimated": "^1.13.4",
5555
"react-native-render-html": "^6.0.5",
56-
"react-native-safe-area-context": "^4.5.3",
56+
"react-native-safe-area-context": "^4.14.0",
5757
"react-native-screens": "3.29.0",
5858
"react-native-snap-carousel": "^3.9.1",
5959
"react-native-svg": "^12.4.4",
6060
"react-native-svg-charts": "^5.4.0",
61-
"react-native-ui-lib": "^7.4.0",
61+
"react-native-ui-lib": "^7.34.2",
6262
"react-native-vector-icons": "^9.2.0",
63-
"react-native-walkthrough-tooltip": "^1.5.0",
63+
"react-native-walkthrough-tooltip": "^1.6.0",
6464
"react-native-webview": "12.1.0",
6565
"react-redux": "^6.0.1",
6666
"recompose": "^0.30.0",
67-
"redux": "^4.2.0",
67+
"redux": "^4.2.1",
6868
"redux-logger": "^3.0.6",
6969
"redux-persist": "^6.0.0",
7070
"redux-promise": "^0.6.0",
71-
"redux-thunk": "^2.3.0",
72-
"victory-native": "^36.6.10"
71+
"redux-thunk": "^2.4.2",
72+
"victory-native": "^36.9.2"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.20.0",
76-
"@babel/eslint-parser": "^7.21.8",
77-
"@babel/preset-env": "^7.20.0",
78-
"@babel/preset-flow": "^7.0.0",
79-
"@babel/runtime": "^7.20.0",
80-
"@react-native/babel-preset": "^0.73.18",
81-
"@react-native/eslint-config": "^0.73.1",
82-
"@react-native/metro-config": "^0.73.2",
75+
"@babel/core": "^7.26.0",
76+
"@babel/eslint-parser": "^7.25.9",
77+
"@babel/preset-env": "^7.26.0",
78+
"@babel/preset-flow": "^7.25.9",
79+
"@babel/runtime": "^7.26.0",
80+
"@react-native/babel-preset": "^0.73.21",
81+
"@react-native/eslint-config": "^0.73.2",
82+
"@react-native/metro-config": "^0.73.5",
8383
"@react-native/typescript-config": "^0.73.1",
8484
"@types/react": "^18.2.6",
8585
"@types/react-test-renderer": "^18.0.0",
8686
"babel-jest": "^29.6.3",
8787
"danger": "^7.0.2",
8888
"enzyme": "^3.7.0",
89-
"enzyme-adapter-react-16": "^1.7.0",
90-
"eslint": "^8.19.0",
89+
"enzyme-adapter-react-16": "^1.15.8",
90+
"eslint": "^8.57.1",
9191
"eslint-config-airbnb": "^17.1.0",
9292
"eslint-config-prettier": "^3.6.0",
93-
"eslint-plugin-import": "^2.27.5",
94-
"eslint-plugin-jsx-a11y": "^6.1.2",
95-
"eslint-plugin-react": "^7.11.1",
93+
"eslint-plugin-import": "^2.31.0",
94+
"eslint-plugin-jsx-a11y": "^6.10.2",
95+
"eslint-plugin-react": "^7.37.2",
9696
"flow-bin": "^0.105.0",
9797
"jest": "^29.6.3",
9898
"jsdom": "13.0.0",
9999
"jsdom-global": "3.0.2",
100-
"plop": "^2.2.0",
100+
"plop": "^2.7.6",
101101
"prettier": "2.8.8",
102102
"prop-types": "^15.7.2",
103103
"react-addons-test-utils": "^15.6.2",

0 commit comments

Comments
 (0)