Skip to content

Commit 04141c9

Browse files
committed
update dependencies in the documentation
1 parent 03dede3 commit 04141c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/docs/1_Introduction/1_1_RNBoilerplate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ The driving goal of the architecture of the boilerplate is separation of concern
4343

4444
The boilerplate contains:
4545

46-
- a [React Native](https://facebook.github.io/react-native/) (v**0.64.0**) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
46+
- a [React Native](https://facebook.github.io/react-native/) (v**0.65.1**) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
4747
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
48-
- [Redux](https://redux.js.org/) (v**4.0.5**) to help manage state
48+
- [Redux](https://redux.js.org/) (v**4.1.1**) to help manage state
4949
- [Redux Persist](https://github.com/rt2zz/redux-persist) (v**6.0.0**) to persist the Redux state
50-
- [React Navigation](https://reactnavigation.org/) (v**5**) to handle routing and navigation in the app, with a splash screen setup by default
51-
- [redux toolkit](https://github.com/infinitered/reduxsauce) (v**1.5.0**) to make redux easier
52-
- [axios](https://github.com/axios/axios) (v**0.21.1**) to make API calls
50+
- [React Navigation](https://reactnavigation.org/) (v**6**) to handle routing and navigation in the app, with a splash screen setup by default
51+
- [redux toolkit](https://redux-toolkit.js.org/) (v**1.6.1**) to make redux easier
52+
- [axios](https://github.com/axios/axios) (v**0.21.4**) to make API calls
5353
- [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
54-
- [react-native-flipper](https://fbflipper.com/) (v**0.75.1**) to debug react-native and [redux-flipper](https://github.com/jk-gan/redux-flipper) (v**1.4.2**) to debug redux
54+
- [react-native-flipper](https://fbflipper.com/) (v**2.0.0**) to debug react-native and [redux-flipper](https://github.com/jk-gan/redux-flipper) (v**1.4.2**) to debug redux
5555

5656
The boilerplate includes an example (displaying fake user data) from UI components to the business logic. The example is easy to remove so that it doesn't get in the way.
5757

0 commit comments

Comments
 (0)