Skip to content

Commit

Permalink
Update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Feb 25, 2024
1 parent c944750 commit 539c971
Show file tree
Hide file tree
Showing 3 changed files with 1,077 additions and 964 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'],
};
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,32 @@
}
},
"resolutions": {
"@types/jest": "^29.1.2",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.4"
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58"
},
"devDependencies": {
"@size-limit/preset-app": "^9.0.0",
"@size-limit/preset-app": "^11.0.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.3.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.28",
"@types/react-test-renderer": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@testing-library/react-native": "^12.4.3",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"doctoc": "^2.2.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-native": "^0.72.5",
"react-native-test-app": "^2.5.28",
"react-native": "0.73.4",
"react-native-test-app": "^3.2.11",
"react-test-renderer": "^18.2.0",
"size-limit": "^9.0.0",
"typescript": "^5.2.2"
"size-limit": "^11.0.2",
"typescript": "^5.3.3"
},
"author": "David <[email protected]>",
"description": "A react-native component to input confirmation code for both Android and IOS",
Expand Down
Loading

0 comments on commit 539c971

Please sign in to comment.