Skip to content

Commit

Permalink
Update dependencies and use new architecture, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Doko-Demo-Doa committed Jun 26, 2023
1 parent d27d936 commit 2237826
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shake",
"version": "5.3.2",
"version": "5.4.0",
"description": "A library to detect shake event on Android and iOS",
"homepage": "https://github.com/Doko-Demo-Doa/react-native-shake",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,19 +36,19 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^26.0.22",
"@types/react-native": "^0.64.2",
"babel-jest": "^26.6.3",
"eslint": "^7.23.0",
"@babel/core": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@react-native-community/eslint-config": "^3.2.0",
"@types/jest": "^29.5.2",
"@types/react-native": "^0.72.2",
"babel-jest": "^29.5.0",
"eslint": "^8.43.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.65.2",
"metro-react-native-babel-preset": "^0.76.7",
"react": "^18.2.0",
"rimraf": "^4.4.0",
"typescript": "^4.9.5"
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 2237826

Please sign in to comment.