diff --git a/example/package.json b/example/package.json index 9423cbd..4ac6068 100644 --- a/example/package.json +++ b/example/package.json @@ -15,15 +15,15 @@ "react-native": "0.85.0" }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/preset-env": "^7.25.3", - "@babel/runtime": "^7.25.0", - "@react-native-community/cli": "20.1.0", - "@react-native-community/cli-platform-android": "20.1.0", - "@react-native-community/cli-platform-ios": "20.1.0", - "@react-native/babel-preset": "0.85.0", - "@react-native/metro-config": "0.85.0", - "@react-native/typescript-config": "0.85.0", + "@babel/core": "^8.0.1", + "@babel/preset-env": "^8.0.2", + "@babel/runtime": "^8.0.0", + "@react-native-community/cli": "20.2.0", + "@react-native-community/cli-platform-android": "20.2.0", + "@react-native-community/cli-platform-ios": "20.2.0", + "@react-native/babel-preset": "0.87.0", + "@react-native/metro-config": "0.87.0", + "@react-native/typescript-config": "0.87.0", "@types/react": "^19.2.0", "react-native-builder-bob": "^0.43.0", "react-native-monorepo-config": "^0.4.0" diff --git a/package.json b/package.json index abc21f8..89bb303 100644 --- a/package.json +++ b/package.json @@ -65,22 +65,22 @@ "devDependencies": { "@eslint/compat": "^2.1.0", "@eslint/eslintrc": "^3.3.5", - "@eslint/js": "^9.39.4", - "@react-native/babel-preset": "0.85.0", - "@react-native/eslint-config": "0.85.0", - "@release-it/conventional-changelog": "^11.0.1", + "@eslint/js": "^10.0.1", + "@react-native/babel-preset": "0.87.0", + "@react-native/eslint-config": "0.87.0", + "@release-it/conventional-changelog": "^12.0.0", "@types/react": "^19.2.0", "del-cli": "^7.0.0", - "eslint": "^9.39.4", + "eslint": "^10.9.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "prettier": "^3.8.3", "react": "19.2.3", "react-native": "0.85.0", "react-native-builder-bob": "^0.43.0", - "release-it": "^20.2.0", + "release-it": "^21.0.2", "turbo": "^2.9.16", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "peerDependencies": { "react": "*",