hyper/app/package.json
dependabot[bot] 7c3e28ab61 Bump node-pty from 0.11.0-beta33 to 1.0.0 in /app
Bumps [node-pty](https://github.com/microsoft/node-pty) from 0.11.0-beta33 to 1.0.0.
- [Release notes](https://github.com/microsoft/node-pty/releases)
- [Commits](https://github.com/microsoft/node-pty/commits)

---
updated-dependencies:
- dependency-name: node-pty
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 08:39:46 +05:30

42 lines
1 KiB
JSON

{
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "4.0.0-canary.3",
"license": "MIT",
"author": {
"name": "ZEIT, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyper",
"dependencies": {
"@babel/parser": "7.22.5",
"@electron/remote": "2.0.10",
"async-retry": "1.3.3",
"chokidar": "^3.5.3",
"color": "4.2.3",
"default-shell": "1.0.1",
"electron-fetch": "1.9.1",
"electron-is-dev": "2.0.0",
"electron-store": "8.1.0",
"fs-extra": "11.1.1",
"git-describe": "4.1.1",
"lodash": "4.17.21",
"ms": "2.1.3",
"native-process-working-directory": "^1.0.2",
"node-pty": "1.0.0",
"os-locale": "5.0.0",
"parse-url": "8.1.0",
"queue": "6.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"recast": "0.23.2",
"semver": "7.5.1",
"shell-env": "3.0.1",
"sudo-prompt": "^9.2.1",
"uuid": "9.0.0"
},
"optionalDependencies": {
"native-reg": "1.1.1"
}
}