@acmekit/admin-bundler 2.13.88 → 2.13.90

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 (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1334,10 +1334,11 @@ async function getViteConfig(options) {
1334
1334
  "react-router-dom",
1335
1335
  "react-i18next",
1336
1336
  "@acmekit/ui",
1337
+ "@acmekit/dashboard",
1337
1338
  "@acmekit/js-sdk",
1338
1339
  "@tanstack/react-query"
1339
1340
  ],
1340
- exclude: [...import_admin_shared.VIRTUAL_MODULES, "@acmekit/dashboard"]
1341
+ exclude: [...import_admin_shared.VIRTUAL_MODULES]
1341
1342
  },
1342
1343
  define: {
1343
1344
  __BASE__: JSON.stringify(options.path),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/admin-bundler",
3
- "version": "2.13.88",
3
+ "version": "2.13.90",
4
4
  "description": "Bundler for the AcmeKit admin dashboard.",
5
5
  "author": "Kasper Kristensen <kasper@acmekit.com>",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "package.json"
19
19
  ],
20
20
  "devDependencies": {
21
- "@acmekit/types": "2.13.88"
21
+ "@acmekit/types": "2.13.90"
22
22
  },
23
23
  "dependencies": {
24
- "@acmekit/admin-shared": "2.13.88",
25
- "@acmekit/admin-vite-plugin": "2.13.88",
26
- "@acmekit/dashboard": "2.13.88",
24
+ "@acmekit/admin-shared": "2.13.90",
25
+ "@acmekit/admin-vite-plugin": "2.13.90",
26
+ "@acmekit/dashboard": "2.13.90",
27
27
  "@vitejs/plugin-react": "^4.2.1",
28
28
  "autoprefixer": "^10.4.19",
29
29
  "compression": "^1.8.0",