@docusaurus/core 3.10.1-canary-6803 → 3.10.1-canary-6805

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.
Files changed (1) hide show
  1. package/package.json +32 -32
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.10.1-canary-6803",
4
+ "version": "3.10.1-canary-6805",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,30 +33,30 @@
33
33
  "url": "https://github.com/facebook/docusaurus/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@docusaurus/babel": "3.10.1-canary-6803",
37
- "@docusaurus/bundler": "3.10.1-canary-6803",
38
- "@docusaurus/logger": "3.10.1-canary-6803",
39
- "@docusaurus/mdx-loader": "3.10.1-canary-6803",
40
- "@docusaurus/utils": "3.10.1-canary-6803",
41
- "@docusaurus/utils-common": "3.10.1-canary-6803",
42
- "@docusaurus/utils-validation": "3.10.1-canary-6803",
36
+ "@docusaurus/babel": "3.10.1-canary-6805",
37
+ "@docusaurus/bundler": "3.10.1-canary-6805",
38
+ "@docusaurus/logger": "3.10.1-canary-6805",
39
+ "@docusaurus/mdx-loader": "3.10.1-canary-6805",
40
+ "@docusaurus/utils": "3.10.1-canary-6805",
41
+ "@docusaurus/utils-common": "3.10.1-canary-6805",
42
+ "@docusaurus/utils-validation": "3.10.1-canary-6805",
43
43
  "boxen": "^6.2.1",
44
- "chokidar": "^3.5.3",
45
- "cli-table3": "^0.6.3",
46
- "combine-promises": "^1.1.0",
44
+ "chokidar": "^3.6.0",
45
+ "cli-table3": "^0.6.5",
46
+ "combine-promises": "^1.2.0",
47
47
  "commander": "^5.1.0",
48
- "core-js": "^3.31.1",
48
+ "core-js": "^3.50.0",
49
49
  "detect-port": "^2.1.0",
50
50
  "escape-html": "^1.0.3",
51
- "eta": "^4.0.1",
51
+ "eta": "^4.6.0",
52
52
  "eval": "^0.1.8",
53
- "execa": "^10.0.0",
54
- "fs-extra": "^11.2.0",
53
+ "execa": "^10.0.1",
54
+ "fs-extra": "^11.4.0",
55
55
  "html-tags": "^5.1.0",
56
- "html-webpack-plugin": "^5.6.7",
56
+ "html-webpack-plugin": "^5.6.8",
57
57
  "leven": "^3.1.0",
58
- "lodash": "^4.17.21",
59
- "open": "^11.0.0",
58
+ "lodash": "^4.18.1",
59
+ "open": "^11.0.2",
60
60
  "p-map": "^4.0.0",
61
61
  "prompts": "^2.4.2",
62
62
  "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
@@ -65,36 +65,36 @@
65
65
  "react-router": "^5.3.4",
66
66
  "react-router-config": "^5.1.1",
67
67
  "react-router-dom": "^5.3.4",
68
- "semver": "^7.7.4",
68
+ "semver": "^7.8.5",
69
69
  "serve-handler": "^6.1.7",
70
- "tinypool": "^2.1.0",
71
- "tslib": "^2.6.0",
70
+ "tinypool": "^2.1.2",
71
+ "tslib": "^2.8.1",
72
72
  "update-notifier": "^6.0.2",
73
- "webpack": "^5.106.2",
74
- "webpack-bundle-analyzer": "^5.3.0",
73
+ "webpack": "^5.110.3",
74
+ "webpack-bundle-analyzer": "^5.3.2",
75
75
  "webpack-dev-server": "^6.0.0",
76
76
  "webpack-merge": "^6.0.1"
77
77
  },
78
78
  "devDependencies": {
79
- "@docusaurus/module-type-aliases": "3.10.1-canary-6803",
80
- "@docusaurus/types": "3.10.1-canary-6803",
79
+ "@docusaurus/module-type-aliases": "3.10.1-canary-6805",
80
+ "@docusaurus/types": "3.10.1-canary-6805",
81
81
  "@total-typescript/shoehorn": "^0.1.2",
82
82
  "@types/escape-html": "^1.0.4",
83
83
  "@types/history": "^4.7.11",
84
- "@types/react-dom": "^19.2.3",
85
- "@types/react-router-config": "^5.0.7",
84
+ "@types/react-dom": "^19.3.0",
85
+ "@types/react-router-config": "^5.0.11",
86
86
  "@types/react-router-dom": "^5.3.3",
87
87
  "@types/serve-handler": "^6.1.4",
88
- "@types/update-notifier": "^6.0.4",
88
+ "@types/update-notifier": "^6.0.8",
89
89
  "@types/webpack-bundle-analyzer": "^4.7.0",
90
90
  "@types/webpack-env": "^1.18.8",
91
91
  "tree-node-cli": "^3.0.0"
92
92
  },
93
93
  "peerDependencies": {
94
- "@docusaurus/faster": "3.10.1-canary-6803",
94
+ "@docusaurus/faster": "3.10.1-canary-6805",
95
95
  "@mdx-js/react": "^3.1.1",
96
- "react": "^19.2.5",
97
- "react-dom": "^19.2.5"
96
+ "react": "^19.3.0",
97
+ "react-dom": "^19.3.0"
98
98
  },
99
99
  "peerDependenciesMeta": {
100
100
  "@docusaurus/faster": {
@@ -104,5 +104,5 @@
104
104
  "engines": {
105
105
  "node": ">=24.14"
106
106
  },
107
- "gitHead": "d2c7b381512bd4e7e90e33f56649e68d618eaa92"
107
+ "gitHead": "a4078300ad11a7c4134e8e37e767b03238dbc1be"
108
108
  }