@docusaurus/core 3.8.0-canary-6328 → 3.8.0-canary-6331

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,11 +47,12 @@ async function tryOpenWithAppleScript({ url, browser, }) {
47
47
  'Brave Browser',
48
48
  'Vivaldi',
49
49
  'Chromium',
50
+ 'Arc',
50
51
  ];
51
52
  // Among all the supported browsers, retrieves to stdout the active ones
52
53
  const command = `ps cax -o command | grep -E "^(${supportedChromiumBrowsers.join('|')})$"`;
53
54
  const result = await execPromise(command).catch(() => {
54
- // Ignore grep errors when macOS user has no Chromium-based browser
55
+ // Ignore grep errors when macOS user has no Chromium-based browser open
55
56
  // See https://github.com/facebook/docusaurus/issues/11204
56
57
  });
57
58
  if (!result) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "3.8.0-canary-6328",
4
+ "version": "3.8.0-canary-6331",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,13 +33,13 @@
33
33
  "url": "https://github.com/facebook/docusaurus/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@docusaurus/babel": "3.8.0-canary-6328",
37
- "@docusaurus/bundler": "3.8.0-canary-6328",
38
- "@docusaurus/logger": "3.8.0-canary-6328",
39
- "@docusaurus/mdx-loader": "3.8.0-canary-6328",
40
- "@docusaurus/utils": "3.8.0-canary-6328",
41
- "@docusaurus/utils-common": "3.8.0-canary-6328",
42
- "@docusaurus/utils-validation": "3.8.0-canary-6328",
36
+ "@docusaurus/babel": "3.8.0-canary-6331",
37
+ "@docusaurus/bundler": "3.8.0-canary-6331",
38
+ "@docusaurus/logger": "3.8.0-canary-6331",
39
+ "@docusaurus/mdx-loader": "3.8.0-canary-6331",
40
+ "@docusaurus/utils": "3.8.0-canary-6331",
41
+ "@docusaurus/utils-common": "3.8.0-canary-6331",
42
+ "@docusaurus/utils-validation": "3.8.0-canary-6331",
43
43
  "boxen": "^6.2.1",
44
44
  "chalk": "^4.1.2",
45
45
  "chokidar": "^3.5.3",
@@ -77,8 +77,8 @@
77
77
  "webpack-merge": "^6.0.1"
78
78
  },
79
79
  "devDependencies": {
80
- "@docusaurus/module-type-aliases": "3.8.0-canary-6328",
81
- "@docusaurus/types": "3.8.0-canary-6328",
80
+ "@docusaurus/module-type-aliases": "3.8.0-canary-6331",
81
+ "@docusaurus/types": "3.8.0-canary-6331",
82
82
  "@total-typescript/shoehorn": "^0.1.2",
83
83
  "@types/detect-port": "^1.3.3",
84
84
  "@types/react-dom": "^18.2.7",
@@ -98,5 +98,5 @@
98
98
  "engines": {
99
99
  "node": ">=18.0"
100
100
  },
101
- "gitHead": "3fdb4e42059777d09274630e54c168248eb1e004"
101
+ "gitHead": "dcc7686b47ba30c2ee22bfc1247daa66c60d9514"
102
102
  }