hyper/app/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
2016-10-06 07:28:43 -08:00
"name": "hyper",
"productName": "Hyper",
2016-10-17 00:29:49 -08:00
"description": "A terminal built on web technologies",
2024-11-29 01:27:42 -09:00
"version": "4.0.0-q-canary.6",
2016-07-13 12:44:24 -08:00
"license": "MIT",
"author": {
2018-01-17 06:58:49 -09:00
"name": "ZEIT, Inc.",
2016-08-19 23:47:30 -08:00
"email": "team@zeit.co"
},
"repository": "quine-global/hyper",
2023-06-29 21:25:44 -08:00
"scripts": {
"postinstall": "npx patch-package"
},
2016-06-30 22:01:04 -08:00
"dependencies": {
chore(deps): bump the minorandpatch group in /app with 5 updates Bumps the minorandpatch group in /app with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.24.4` | `7.25.4` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [recast](https://github.com/benjamn/recast) | `0.23.6` | `0.23.9` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | Updates `@babel/parser` from 7.24.4 to 7.25.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-parser) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `recast` from 0.23.6 to 0.23.9 - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/compare/v0.23.6...v0.23.9) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 13:31:25 -08:00
"@babel/parser": "7.25.4",
"@electron/remote": "2.1.2",
2023-07-25 07:19:28 -08:00
"ast-types": "^0.16.1",
"async-retry": "1.3.3",
"chokidar": "^3.6.0",
"color": "4.2.3",
"default-shell": "1.0.1",
2023-07-25 07:19:28 -08:00
"electron-devtools-installer": "3.2.0",
"electron-fetch": "1.9.1",
"electron-is-dev": "2.0.0",
"electron-store": "8.2.0",
"fs-extra": "11.2.0",
"git-describe": "4.1.1",
"lodash": "4.17.21",
"ms": "2.1.3",
"native-process-working-directory": "^1.0.2",
"node-pty": "1.1.0-beta21",
"os-locale": "5.0.0",
"parse-url": "9.2.0",
"queue": "6.0.2",
chore(deps): bump the minorandpatch group in /app with 5 updates Bumps the minorandpatch group in /app with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.24.4` | `7.25.4` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [recast](https://github.com/benjamn/recast) | `0.23.6` | `0.23.9` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.3` | Updates `@babel/parser` from 7.24.4 to 7.25.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-parser) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `recast` from 0.23.6 to 0.23.9 - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/compare/v0.23.6...v0.23.9) Updates `semver` from 7.6.0 to 7.6.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.3) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-24 13:31:25 -08:00
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.9",
"semver": "7.6.3",
2022-02-05 09:20:07 -09:00
"shell-env": "3.0.1",
"sudo-prompt": "^9.2.1",
"uuid": "10.0.0"
2020-02-14 23:17:45 -09:00
},
"optionalDependencies": {
"native-reg": "1.1.1"
},
"devDependencies": {
"node-gyp": "^10.2.0"
2016-10-17 00:29:12 -08:00
}
2016-07-01 13:31:23 -08:00
}