@acmekit/docs-bundler 2.13.48 → 2.13.49

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.
package/dist/index.js CHANGED
@@ -512,6 +512,7 @@ async function getViteConfig(options) {
512
512
  "@acmekit/ui",
513
513
  "@acmekit/icons",
514
514
  "@uidotdev/usehooks",
515
+ "classnames",
515
516
  "clsx",
516
517
  "prism-react-renderer",
517
518
  "react-markdown",
package/dist/index.mjs CHANGED
@@ -481,6 +481,7 @@ async function getViteConfig(options) {
481
481
  "@acmekit/ui",
482
482
  "@acmekit/icons",
483
483
  "@uidotdev/usehooks",
484
+ "classnames",
484
485
  "clsx",
485
486
  "prism-react-renderer",
486
487
  "react-markdown",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@acmekit/docs-bundler",
3
3
  "description": "Build and serve AcmeKit documentation.",
4
- "version": "2.13.48",
4
+ "version": "2.13.49",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -19,11 +19,11 @@
19
19
  "test": "yarn run -T vitest --run"
20
20
  },
21
21
  "dependencies": {
22
- "@acmekit/docs-app": "^2.13.48",
23
- "@acmekit/docs-shared": "^2.13.48",
24
- "@acmekit/docs-tailwind": "^2.13.48",
25
- "@acmekit/docs-ui": "^2.13.48",
26
- "@acmekit/docs-vite-plugin": "^2.13.48",
22
+ "@acmekit/docs-app": "^2.13.49",
23
+ "@acmekit/docs-shared": "^2.13.49",
24
+ "@acmekit/docs-tailwind": "^2.13.49",
25
+ "@acmekit/docs-ui": "^2.13.49",
26
+ "@acmekit/docs-vite-plugin": "^2.13.49",
27
27
  "@mdx-js/rollup": "^3.0.0",
28
28
  "@vitejs/plugin-react": "^4.3.0",
29
29
  "compression": "^1.7.4",