@mdxui/cockpit 2.1.1 → 6.0.1

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": "6.0.1",
4
4
  "description": "App template components for mdxui - developer dashboards, auth flows, and SaaS patterns",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -73,18 +73,7 @@
73
73
  "dist",
74
74
  "README.md"
75
75
  ],
76
- "scripts": {
77
- "build": "tsup",
78
- "test": "vitest run",
79
- "test:watch": "vitest",
80
- "typecheck": "tsc --noEmit",
81
- "clean": "rm -rf dist .turbo node_modules",
82
- "prepublishOnly": "pnpm build"
83
- },
84
76
  "devDependencies": {
85
- "@mdxui/primitives": "2.1.1",
86
- "@mdxui/themes": "2.1.1",
87
- "@mdxui/typescript-config": "2.1.1",
88
77
  "@storybook/test": "^8.6.14",
89
78
  "@testing-library/jest-dom": "^6.6.3",
90
79
  "@testing-library/react": "^16.3.0",
@@ -92,18 +81,20 @@
92
81
  "@types/react-dom": "^19.2.3",
93
82
  "@vitejs/plugin-react": "^5.1.2",
94
83
  "jsdom": "^26.1.0",
95
- "mdxui": "2.1.1",
96
84
  "tsup": "^8.0.0",
97
85
  "typescript": "5.9.3",
98
86
  "vite": "^7.3.0",
99
- "vitest": "^3.2.4"
87
+ "vitest": "^3.2.4",
88
+ "@mdxui/themes": "6.0.0",
89
+ "mdxui": "6.0.0",
90
+ "@mdxui/typescript-config": "6.0.0",
91
+ "@mdxui/primitives": "6.0.0"
100
92
  },
101
93
  "dependencies": {
94
+ "@dotdo/react": "^1.0.0",
102
95
  "@tanstack/react-query": "^5.90.12",
103
96
  "@tanstack/react-query-devtools": "^5.91.1",
104
97
  "@tanstack/react-table": "^8.20.6",
105
- "@workos-inc/authkit-react": "^0.14.0",
106
- "@workos-inc/widgets": "^1.6.1",
107
98
  "cmdk": "^1.0.4",
108
99
  "lucide-react": "^0.561.0",
109
100
  "next-themes": "^0.4.6",
@@ -112,12 +103,13 @@
112
103
  "recharts": "^3.5.1",
113
104
  "shiki": "^3.20.0",
114
105
  "sonner": "^2.0.7",
115
- "zustand": "^5.0.9"
106
+ "zustand": "^5.0.9",
107
+ "@mdxui/auth": "1.1.0"
116
108
  },
117
109
  "peerDependencies": {
118
110
  "@mdxui/primitives": ">=0.0.0",
119
111
  "@mdxui/themes": ">=0.0.0",
120
- "mdxui": ">=2.1.1",
112
+ "mdxui": ">=6.0.0",
121
113
  "react": "^18.0.0 || ^19.0.0"
122
114
  },
123
115
  "peerDependenciesMeta": {
@@ -133,5 +125,12 @@
133
125
  },
134
126
  "publishConfig": {
135
127
  "access": "public"
128
+ },
129
+ "scripts": {
130
+ "build": "tsup",
131
+ "test": "vitest run",
132
+ "test:watch": "vitest",
133
+ "typecheck": "tsc --noEmit",
134
+ "clean": "rm -rf dist .turbo node_modules"
136
135
  }
137
- }
136
+ }