Skip to content

Commit

Permalink
chore(deps): updated typescript version owing to following errors for…
Browse files Browse the repository at this point in the history
… `build:types` script

- node_modules/@types/react/ts5.0/index.d.ts(3229,50): error TS1110: Type expected.
- node_modules/@types/react/ts5.0/index.d.ts(3231,91): error TS1005: '(' expected.
  • Loading branch information
atifcppprogrammer committed Feb 23, 2024
1 parent 1c81ec1 commit d66e6ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"crypto-js": "3.3.0",
"expo-constants": "^14.2.1",
"expo-modules-core": "^1.2.6",
"expo-web-browser": "12.1.1",
"expo-secure-store": "^12.1.1",
"expo-secure-store": "*",
"expo-web-browser": "*",
"jwt-decode": "^3.1.2",
"qs": "^6.11.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-inappbrowser-reborn": ">= 3.7",
"react-native-keychain": ">= 8.0",
"superagent": "^7.0.2",
"url-parse": "^1.5.10"
Expand Down Expand Up @@ -88,14 +88,14 @@
"react-test-renderer": "16.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^23.10.5",
"typescript": "3.9.7"
"typescript": "^4.8.4"
},
"peerDependencies": {
"expo-secure-store": "*",
"react-native": ">= 0.60",
"react-native-keychain": ">= 8.0",
"expo-web-browser": "*",
"react-native-inappbrowser-reborn": ">= 3.7"
"react-native": ">= 0.60",
"react-native-inappbrowser-reborn": ">= 3.7",
"react-native-keychain": ">= 8.0"
},
"files": [
"dist"
Expand Down

0 comments on commit d66e6ac

Please sign in to comment.