mirror of
https://github.com/quine-global/hyper.git
synced 2026-03-13 08:28:41 -08:00
Bumps the minorandpatch group with 5 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.27.0` | `7.28.6` | | [@electron/remote](https://github.com/electron/remote) | `2.1.2` | `2.1.3` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.3` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` | | [semver](https://github.com/npm/node-semver) | `7.7.1` | `7.7.3` | Updates `@babel/parser` from 7.27.0 to 7.28.6 - [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.28.6/packages/babel-parser) Updates `@electron/remote` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/electron/remote/releases) - [Commits](https://github.com/electron/remote/compare/v2.1.2...v2.1.3) Updates `fs-extra` from 11.3.0 to 11.3.3 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.0...11.3.3) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) Updates `semver` from 7.7.1 to 7.7.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.7.1...v7.7.3) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: "@electron/remote" dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: fs-extra dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: semver dependency-version: 7.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "4.0.0-q-canary.8",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "quine-global/hyper",
|
|
"scripts": {
|
|
"postinstall": "npx patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "7.29.0",
|
|
"@electron/remote": "2.1.3",
|
|
"ast-types": "^0.16.1",
|
|
"async-retry": "1.3.3",
|
|
"chokidar": "^3.6.0",
|
|
"color": "4.2.3",
|
|
"default-shell": "1.0.1",
|
|
"electron-devtools-installer": "3.2.1",
|
|
"electron-fetch": "1.9.1",
|
|
"electron-is-dev": "2.0.0",
|
|
"electron-store": "8.2.0",
|
|
"fs-extra": "11.3.3",
|
|
"git-describe": "4.1.1",
|
|
"lodash": "4.17.23",
|
|
"ms": "2.1.3",
|
|
"native-process-working-directory": "^1.0.2",
|
|
"node-pty": "1.1.0-beta33",
|
|
"os-locale": "5.0.0",
|
|
"parse-url": "9.2.0",
|
|
"queue": "6.0.2",
|
|
"quine-electron-drag-click": "2.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"recast": "0.23.11",
|
|
"semver": "7.7.4",
|
|
"shell-env": "3.0.1",
|
|
"sudo-prompt": "^9.2.1",
|
|
"uuid": "10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"native-reg": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^10.2.0"
|
|
}
|
|
}
|