@mdxui/cockpit 2.1.1 → 7.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdxui/cockpit",
3
- "version": "2.1.1",
3
+ "version": "7.0.5",
4
4
  "description": "App template components for mdxui - developer dashboards, auth flows, and SaaS patterns",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -82,9 +82,9 @@
82
82
  "prepublishOnly": "pnpm build"
83
83
  },
84
84
  "devDependencies": {
85
- "@mdxui/primitives": "2.1.1",
86
- "@mdxui/themes": "2.1.1",
87
- "@mdxui/typescript-config": "2.1.1",
85
+ "@mdxui/primitives": "6.0.0",
86
+ "@mdxui/themes": "6.0.0",
87
+ "@mdxui/typescript-config": "6.0.0",
88
88
  "@storybook/test": "^8.6.14",
89
89
  "@testing-library/jest-dom": "^6.6.3",
90
90
  "@testing-library/react": "^16.3.0",
@@ -92,18 +92,18 @@
92
92
  "@types/react-dom": "^19.2.3",
93
93
  "@vitejs/plugin-react": "^5.1.2",
94
94
  "jsdom": "^26.1.0",
95
- "mdxui": "2.1.1",
95
+ "mdxui": "6.1.0",
96
96
  "tsup": "^8.0.0",
97
97
  "typescript": "5.9.3",
98
98
  "vite": "^7.3.0",
99
99
  "vitest": "^3.2.4"
100
100
  },
101
101
  "dependencies": {
102
+ "@dotdo/react": "^1.0.0",
103
+ "@mdxui/auth": "1.5.2",
102
104
  "@tanstack/react-query": "^5.90.12",
103
105
  "@tanstack/react-query-devtools": "^5.91.1",
104
106
  "@tanstack/react-table": "^8.20.6",
105
- "@workos-inc/authkit-react": "^0.14.0",
106
- "@workos-inc/widgets": "^1.6.1",
107
107
  "cmdk": "^1.0.4",
108
108
  "lucide-react": "^0.561.0",
109
109
  "next-themes": "^0.4.6",
@@ -117,7 +117,7 @@
117
117
  "peerDependencies": {
118
118
  "@mdxui/primitives": ">=0.0.0",
119
119
  "@mdxui/themes": ">=0.0.0",
120
- "mdxui": ">=2.1.1",
120
+ "mdxui": ">=6.1.0",
121
121
  "react": "^18.0.0 || ^19.0.0"
122
122
  },
123
123
  "peerDependenciesMeta": {