hyper/app/package.json
dependabot[bot] 1cf5a46390 Bump react and react-dom in /app
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

Updates `react` from 16.14.0 to 17.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react)

Updates `react-dom` from 16.14.0 to 17.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-09 03:13:51 +01:00

42 lines
1 KiB
JSON

{
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "3.1.0-canary.4",
"license": "MIT",
"author": {
"name": "ZEIT, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyper",
"dependencies": {
"async-retry": "1.3.1",
"chokidar": "^3.4.3",
"color": "3.1.3",
"convert-css-color-name-to-hex": "0.1.1",
"default-shell": "1.0.1",
"electron-fetch": "1.7.1",
"electron-is-dev": "1.2.0",
"electron-squirrel-startup": "1.0.0",
"electron-store": "6.0.1",
"file-uri-to-path": "2.0.0",
"fs-extra": "9.0.1",
"git-describe": "4.0.4",
"lodash": "4.17.20",
"mkdirp": "1.0.4",
"ms": "2.1.2",
"node-pty": "0.9.0",
"os-locale": "5.0.0",
"parse-url": "5.0.2",
"pify": "5.0.0",
"queue": "6.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"semver": "7.3.2",
"shell-env": "3.0.0",
"uuid": "8.3.1"
},
"optionalDependencies": {
"native-reg": "0.3.4"
}
}