Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Oct 11, 2023
1 parent d8a8d52 commit 075280d
Show file tree
Hide file tree
Showing 3 changed files with 2,477 additions and 2,744 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ module.exports = {
'plugin:prettier/recommended',
],
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 2023,
sourceType: 'module',
ecmaFeatures: {jsx: true},
},
settings: {
react: {
version: '17.0.0',
version: '18.0.0',
},
},
rules: {
"@typescript-eslint/no-explicit-any": "off",
}
};
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,28 @@
"@types/react-native": "^0.70.4"
},
"devDependencies": {
"@size-limit/preset-app": "^8.1.0",
"@size-limit/preset-app": "^9.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.5.0",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@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",
"doctoc": "^2.2.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.3.1",
"prettier": "^2.8.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-native": "^0.70.6",
"react-native-test-app": "^2.2.2",
"react-native": "^0.72.5",
"react-native-test-app": "^2.5.28",
"react-test-renderer": "^18.2.0",
"size-limit": "^8.1.0",
"typescript": "^4.9.4"
"size-limit": "^9.0.0",
"typescript": "^5.2.2"
},
"author": "David <4661784+retyui@users.noreply.github.com>",
"description": "A react-native component to input confirmation code for both Android and IOS",
Expand Down
Loading

0 comments on commit 075280d

Please sign in to comment.