canopycms 0.0.7 → 0.0.8

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,7 +1,7 @@
1
1
  {
2
2
  "//": "@codemirror/language, @lezer/highlight: workaround — @mdxeditor/editor uses cm6-theme-basic-light which peer-requires these but mdxeditor doesn't declare them as dependencies",
3
3
  "name": "canopycms",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "description": "CanopyCMS core package: schema-driven content, branch-aware editing, and editor UI for Next.js.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -74,20 +74,20 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@clack/prompts": "^1.1.0",
77
+ "@codemirror/language": "^6.0.0",
77
78
  "@dnd-kit/core": "^6.3.1",
78
- "@tabler/icons-react": "^3.36.0",
79
79
  "@dnd-kit/sortable": "^8.0.0",
80
80
  "@dnd-kit/utilities": "^3.2.2",
81
81
  "@emotion/react": "^11.13.3",
82
+ "@lezer/highlight": "^1.0.0",
82
83
  "@mantine/colors-generator": "^7.14.2",
83
84
  "@mantine/core": "^7.14.2",
84
85
  "@mantine/hooks": "^7.14.2",
85
86
  "@mantine/modals": "^7.14.2",
86
87
  "@mantine/notifications": "^7.14.2",
87
- "@codemirror/language": "^6.0.0",
88
- "@lezer/highlight": "^1.0.0",
89
88
  "@mdxeditor/editor": "^3.52.4",
90
89
  "@octokit/rest": "^20.0.2",
90
+ "@tabler/icons-react": "^3.36.0",
91
91
  "chokidar": "^4.0.3",
92
92
  "chroma-js": "^3.2.0",
93
93
  "gray-matter": "^4.0.3",
@@ -116,6 +116,7 @@
116
116
  "@types/react-dom": "^18.3.1",
117
117
  "@vitejs/plugin-react": "^5.1.0",
118
118
  "autoprefixer": "^10.4.20",
119
+ "esbuild": "^0.24.2",
119
120
  "jsdom": "^24.1.3",
120
121
  "postcss": "^8.4.47",
121
122
  "react": "^18.3.1",