@docusaurus/core 0.0.0-6074 → 0.0.0-6079

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.
@@ -96,7 +96,7 @@ async function extractSourceCodeFileTranslations(sourceCodeFilePath, babelOption
96
96
  ast: true,
97
97
  // filename is important, because babel does not process the same files
98
98
  // according to their js/ts extensions.
99
- // See https://twitter.com/NicoloRibaudo/status/1321130735605002243
99
+ // See https://x.com/NicoloRibaudo/status/1321130735605002243
100
100
  filename: sourceCodeFilePath,
101
101
  });
102
102
  const translations = extractSourceCodeAstTranslations(ast, sourceCodeFilePath);
@@ -36,7 +36,7 @@ async function createBaseClientConfig({ props, hydrate, minify, faster, configur
36
36
  entry: path_1.default.resolve(__dirname, '../client/clientEntry.js'),
37
37
  optimization: {
38
38
  // Keep the runtime chunk separated to enable long term caching
39
- // https://twitter.com/wSokra/status/969679223278505985
39
+ // https://x.com/wSokra/status/969679223278505985
40
40
  runtimeChunk: true,
41
41
  },
42
42
  plugins: [
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": "0.0.0-6074",
4
+ "version": "0.0.0-6079",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -43,12 +43,12 @@
43
43
  "@babel/runtime": "^7.22.6",
44
44
  "@babel/runtime-corejs3": "^7.22.6",
45
45
  "@babel/traverse": "^7.22.8",
46
- "@docusaurus/cssnano-preset": "0.0.0-6074",
47
- "@docusaurus/logger": "0.0.0-6074",
48
- "@docusaurus/mdx-loader": "0.0.0-6074",
49
- "@docusaurus/utils": "0.0.0-6074",
50
- "@docusaurus/utils-common": "0.0.0-6074",
51
- "@docusaurus/utils-validation": "0.0.0-6074",
46
+ "@docusaurus/cssnano-preset": "0.0.0-6079",
47
+ "@docusaurus/logger": "0.0.0-6079",
48
+ "@docusaurus/mdx-loader": "0.0.0-6079",
49
+ "@docusaurus/utils": "0.0.0-6079",
50
+ "@docusaurus/utils-common": "0.0.0-6079",
51
+ "@docusaurus/utils-validation": "0.0.0-6079",
52
52
  "autoprefixer": "^10.4.14",
53
53
  "babel-loader": "^9.1.3",
54
54
  "babel-plugin-dynamic-import-node": "^2.3.3",
@@ -104,8 +104,8 @@
104
104
  "webpackbar": "^5.0.2"
105
105
  },
106
106
  "devDependencies": {
107
- "@docusaurus/module-type-aliases": "0.0.0-6074",
108
- "@docusaurus/types": "0.0.0-6074",
107
+ "@docusaurus/module-type-aliases": "0.0.0-6079",
108
+ "@docusaurus/types": "0.0.0-6079",
109
109
  "@total-typescript/shoehorn": "^0.1.2",
110
110
  "@types/detect-port": "^1.3.3",
111
111
  "@types/react-dom": "^18.2.7",
@@ -132,5 +132,5 @@
132
132
  "engines": {
133
133
  "node": ">=18.0"
134
134
  },
135
- "gitHead": "cb371a5a3300c9ebb158365a2c82be99f8543129"
135
+ "gitHead": "88a9e6f7cb97ad1b99679b12437bcb40eecb3fa0"
136
136
  }