Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: corneliusroemer/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f07b0660bfe451810e0debcd7c40a34220c7f538
Choose a base ref
..
head repository: corneliusroemer/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b5df2ceaf1cf7557ff8ccbe847dac6fcbe47c9a
Choose a head ref
Showing with 1,044 additions and 451 deletions.
  1. +1 −1 .nvmrc
  2. +4 −1 app/package.json
  3. +0 −15 app/patches/node-pty+1.0.0.patch
  4. +563 −11 app/yarn.lock
  5. +12 −8 package.json
  6. +0 −4 webpack.config.ts
  7. +464 −411 yarn.lock
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18.18
5 changes: 4 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"lodash": "4.17.21",
"ms": "2.1.3",
"native-process-working-directory": "^1.0.2",
"node-pty": "1.0.0",
"node-pty": "1.1.0-beta21",
"os-locale": "5.0.0",
"parse-url": "9.2.0",
"queue": "6.0.2",
@@ -43,5 +43,8 @@
},
"optionalDependencies": {
"native-reg": "1.1.1"
},
"devDependencies": {
"node-gyp": "^10.2.0"
}
}
15 changes: 0 additions & 15 deletions app/patches/node-pty+1.0.0.patch

This file was deleted.

Loading