diff --git a/package.json b/package.json index cc120b2..3f3acae 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "*",