Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"launch-editor-middleware": "^2.10.0",
"mrmime": "^2.0.1",
"on-finished": "2.4.1",
"open": "^10.1.2",
"open": "^10.2.0",
"picocolors": "^1.1.1",
"postcss": "^8.5.6",
"postcss-load-config": "6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions patches/open@10.1.2.patch → patches/open@10.2.0.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
diff --git a/index.js b/index.js
index 6b55785fc17441f784da3681d3a5234d9eb97290..560a78112ddd8ae6f26f914de55a10a540a61f7b 100644
index 43c060a0002c4b1cd6c5e5185ee7fdbab53b0d8d..3642a2b81b732bd529809fa543d9dad1946e9823 100644
--- a/index.js
+++ b/index.js
@@ -4,7 +4,8 @@ import path from 'node:path';
import {fileURLToPath} from 'node:url';
import util from 'node:util';
import {promisify} from 'node:util';
import childProcess from 'node:child_process';
-import fs, {constants as fsConstants} from 'node:fs/promises';
+import fs from 'node:fs/promises';
+import {constants as fsConstants} from 'node:fs';
import isWsl from 'is-wsl';
import {isWsl, powerShellPath} from 'wsl-utils';
import defineLazyProperty from 'define-lazy-prop';
import defaultBrowser from 'default-browser';
26 changes: 17 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ patchedDependencies:
css-loader@7.1.2: patches/css-loader@7.1.2.patch
file-loader: patches/file-loader@6.2.0.patch
http-proxy@1.18.1: patches/http-proxy@1.18.1.patch
open@10.2.0: patches/open@10.2.0.patch
postcss-loader@8.1.1: patches/postcss-loader@8.1.1.patch
url-loader: patches/url-loader@4.1.1.patch
open@10.1.2: patches/open@10.1.2.patch

strictPeerDependencies: false
Loading