mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
Bumps [@electron/remote](https://github.com/electron/remote) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/electron/remote/releases) - [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json) - [Commits](https://github.com/electron/remote/compare/v2.0.11...v2.0.12) --- updated-dependencies: - dependency-name: "@electron/remote" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "4.0.0-canary.5",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "zeit/hyper",
|
|
"scripts": {
|
|
"postinstall": "npx patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "7.23.0",
|
|
"@electron/remote": "2.0.12",
|
|
"ast-types": "^0.16.1",
|
|
"async-retry": "1.3.3",
|
|
"chokidar": "^3.5.3",
|
|
"color": "4.2.3",
|
|
"default-shell": "1.0.1",
|
|
"electron-devtools-installer": "3.2.0",
|
|
"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": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"recast": "0.23.4",
|
|
"semver": "7.5.4",
|
|
"shell-env": "3.0.1",
|
|
"sudo-prompt": "^9.2.1",
|
|
"uuid": "9.0.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"native-reg": "1.1.1"
|
|
}
|
|
}
|