Update typescript version (#29854)

Resolves  message using `yarn dev` 

```
warn  - Minimum recommended TypeScript version is v4.3.2, older versions can potentially be incompatible with Next.js. Detected: 4.0.8
```

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`
This commit is contained in:
Mike Osterhout 2021-10-12 23:52:55 -04:00 committed by GitHub
parent bda4ca6ef3
commit 3910c3890e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,6 @@
"@types/react-dom": "16.9.8",
"@types/react-native": "0.62.10",
"babel-preset-expo": "~8.1.0",
"typescript": "4.0"
"typescript": "4.4.4"
}
}