Skip to content

Commit 77e1ead

Browse files
authored
deps: Update dependencies (#379)
1 parent 2a6a004 commit 77e1ead

File tree

7 files changed

+461
-258
lines changed

7 files changed

+461
-258
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
},
5252
],
5353
'@typescript-eslint/method-signature-style': ['error', 'method'],
54+
'@typescript-eslint/unbound-method': 'off',
5455
'react/display-name': 'off',
5556
'react/react-in-jsx-scope': 'off',
5657
'react/jsx-no-useless-fragment': 'error',
@@ -61,7 +62,7 @@ module.exports = {
6162
eventHandlerPropPrefix: 'on',
6263
},
6364
],
64-
'unused-imports/no-unused-imports-ts': 'error',
65+
'unused-imports/no-unused-imports': 'error',
6566
'import/order': [
6667
'error',
6768
{

Develop/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@react-native/eslint-config": "0.74.85",
2727
"@react-native/metro-config": "0.74.85",
2828
"@react-native/typescript-config": "0.74.85",
29-
"@types/react": "^18.3.4",
29+
"@types/react": "^18.3.8",
3030
"@types/react-test-renderer": "^18.0.0",
3131
"babel-jest": "^29.6.3",
3232
"eslint": "^8.57.0",

Example/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@react-native/eslint-config": "0.74.85",
2828
"@react-native/metro-config": "0.74.85",
2929
"@react-native/typescript-config": "0.74.85",
30-
"@types/react": "^18.3.4",
30+
"@types/react": "^18.3.8",
3131
"@types/react-test-renderer": "^18.0.0",
3232
"babel-jest": "^29.6.3",
3333
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)