Skip to content

Commit

Permalink
upgrade dev deps to react-native 0.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testshallpass committed Dec 15, 2023
1 parent d97cb80 commit 31a57e6
Show file tree
Hide file tree
Showing 4 changed files with 1,227 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
presets: ['module:@react-native/babel-preset'],
};
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,24 @@
},
"homepage": "https://github.com/testshallpass/react-native-dropdownalert#readme",
"devDependencies": {
"@babel/preset-typescript": "7.21.0",
"@jest/globals": "29.6.1",
"@react-native/eslint-config": "0.72.2",
"@testing-library/jest-native": "5.4.2",
"@testing-library/react-native": "12.1.2",
"@tsconfig/react-native": "3.0.2",
"@types/jest": "29.5.3",
"@types/react": "18.2.15",
"@jest/globals": "29.6.3",
"@react-native/babel-preset": "0.73.18",
"@react-native/eslint-config": "0.73.1",
"@react-native/typescript-config": "0.73.1",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.4.1",
"@types/jest": "29.5.11",
"@types/react": "18.2.45",
"@types/react-test-renderer": "18.0.0",
"babel-jest": "29.6.1",
"eslint": "8.45.0",
"jest": "29.6.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "2.8.7",
"babel-jest": "29.6.3",
"eslint": "8.55.0",
"jest": "29.6.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native": "0.73.0",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"ts-node": "10.9.2",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@tsconfig/react-native/tsconfig.json",
"extends": "@react-native/typescript-config/tsconfig.json",
"exclude": ["babel.config.js", ".eslintrc.js", ".prettierrc.js"]
}
Loading

0 comments on commit 31a57e6

Please sign in to comment.