Skip to content

Commit

Permalink
Fixed react and react-native type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Canciller committed Jul 19, 2022
1 parent 4f44829 commit c244f76
Show file tree
Hide file tree
Showing 25 changed files with 14,349 additions and 1,578 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ yalc.lock
node_modules
yarn-error.log
*.ignore
tsconfig.tsbuildinfo
yarn.lock
tsconfig.tsbuildinfo
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"generate:icon": "react-native-svg-app-icon"
},
"resolutions": {
"@types/react": "^17"
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
Expand All @@ -29,16 +29,16 @@
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.4",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"get-yarn-workspaces": "^1.0.2",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-app-icon": "^0.6.1",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.5"
},
"dependencies": {
"@nomada-sh/react-native-eyecandy": "^0.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-eyecandy-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"react-native-svg": "12.x"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.4",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"react": "^17.0.2",
"react-native": "^0.67.4",
"react-native-builder-bob": "^0.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-eyecandy-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.4",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"jest": "^27.4.7",
"react-native-builder-bob": "^0.18.2",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-eyecandy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@testing-library/react-native": "^9.1.0",
"@types/color": "^3.0.2",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.4",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"jest": "26.6.3",
"react": "^17.0.2",
"react-native": "0.67.4",
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c244f76

Please sign in to comment.