@docusaurus/faster 3.10.1-canary-6640 → 3.10.1-canary-6641

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/faster",
3
- "version": "3.10.1-canary-6640",
3
+ "version": "3.10.1-canary-6641",
4
4
  "description": "Docusaurus experimental package exposing new modern dependencies to make the build faster.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@docusaurus/types": "3.10.1-canary-6640",
21
+ "@docusaurus/types": "3.10.1-canary-6641",
22
22
  "@rspack/core": "^1.7.10",
23
23
  "@swc/core": "^1.15.40",
24
24
  "@swc/html": "^1.15.40",
@@ -35,5 +35,5 @@
35
35
  "peerDependencies": {
36
36
  "@docusaurus/types": "*"
37
37
  },
38
- "gitHead": "cdd938e63e34bb1fb016ef7f9c25e01ab60bf6e4"
38
+ "gitHead": "0dfa1b9d632948a6dfc2c216e631e60f63a6682c"
39
39
  }