@kyro-cms/admin 0.12.11 → 0.12.16

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": "@kyro-cms/admin",
3
- "version": "0.12.11",
3
+ "version": "0.12.16",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -52,15 +52,6 @@
52
52
  "src",
53
53
  "dist"
54
54
  ],
55
- "scripts": {
56
- "dev": "astro dev",
57
- "build": "tsup src/index.ts --format esm,cjs --dts --clean",
58
- "preview": "astro preview",
59
- "check": "astro check",
60
- "test": "vitest",
61
- "test:run": "vitest run",
62
- "prepare": "npm run build"
63
- },
64
55
  "dependencies": {
65
56
  "@astrojs/node": "^11.0.2",
66
57
  "@astrojs/react": "^6.0.1",
@@ -82,7 +73,6 @@
82
73
  "@dnd-kit/sortable": "^10.0.0",
83
74
  "@dnd-kit/utilities": "^3.2.2",
84
75
  "@graphiql/react": "^0.37.3",
85
- "@kyro-cms/core": "^0.12.7",
86
76
  "@tailwindcss/vite": "^4.0.0",
87
77
  "@tiptap/extension-color": "^3.23.6",
88
78
  "@tiptap/extension-highlight": "^3.23.6",
@@ -119,7 +109,8 @@
119
109
  "tailwindcss": "^4.0.0",
120
110
  "unstorage": "^1.17.5",
121
111
  "use-sync-external-store": "1.5.0",
122
- "zustand": "^5.0.3"
112
+ "zustand": "^5.0.3",
113
+ "@kyro-cms/core": "0.12.16"
123
114
  },
124
115
  "devDependencies": {
125
116
  "@astrojs/check": "^0.9.9",
@@ -133,12 +124,20 @@
133
124
  "vitest": "^4.1.4"
134
125
  },
135
126
  "peerDependencies": {
136
- "@kyro-cms/core": "^0.12.6",
137
127
  "react": "^19.0.0",
138
- "react-dom": "^19.0.0"
128
+ "react-dom": "^19.0.0",
129
+ "@kyro-cms/core": "0.12.16"
139
130
  },
140
131
  "repository": {
141
132
  "type": "git",
142
133
  "url": "https://github.com/danielDozie/kyro-cms"
134
+ },
135
+ "scripts": {
136
+ "dev": "astro dev",
137
+ "build": "tsup src/index.ts --format esm,cjs --dts --clean",
138
+ "preview": "astro preview",
139
+ "check": "astro check",
140
+ "test": "vitest",
141
+ "test:run": "vitest run"
143
142
  }
144
- }
143
+ }