Skip to content

Commit

Permalink
chore: updated example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas committed Aug 27, 2021
1 parent 5e18298 commit 88b190a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"crypto-js": "^4.0.0",
"crypto-js": "^4.1.1",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-native": "^0.64.2",
"react-native-file-access": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.64.12",
"@types/react-native": "^0.64.13",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"resolutions": {
"@types/react": "^17"
Expand Down

0 comments on commit 88b190a

Please sign in to comment.