Skip to content

Commit e7a860a

Browse files
committed
Merge branch 'main' into feat/form-editor
2 parents 30e457c + e4756ac commit e7a860a

File tree

11 files changed

+12636
-1047
lines changed

11 files changed

+12636
-1047
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,11 @@ pnpm lint
226226
- [x] Development mode (**experimental**)
227227
- [x] Git integration
228228
- [x] Real-time preview
229+
- [x] Google OAuth authentication
229230

230231
### 🚧 Phase 2 - Beta (In Development)
231-
- [ ] Google OAuth authentication
232232
- [ ] Frontmatter edition as form (schema-based)
233+
- [ ] YAML and JSON edition as form (schema-based)
233234
- [ ] Vue Component props editor (visual interface)
234235

235236
### 🔮 Future

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,54 +44,56 @@
4444
"test:types": "vue-tsc --noEmit && cd playground/docus && vue-tsc --noEmit"
4545
},
4646
"dependencies": {
47-
"@iconify-json/lucide": "^1.2.72",
48-
"@nuxtjs/mdc": "^0.18.3",
47+
"@iconify-json/lucide": "^1.2.80",
48+
"@nuxtjs/mdc": "^0.19.1",
4949
"@vueuse/core": "^13.9.0",
5050
"defu": "^6.1.4",
5151
"destr": "^2.0.5",
5252
"js-yaml": "^4.1.1",
5353
"minimatch": "^10.1.1",
5454
"nuxt-component-meta": "^0.15.0",
5555
"shiki": "^3.19.0",
56-
"unstorage": "1.17.1"
56+
"unstorage": "1.17.3"
5757
},
5858
"devDependencies": {
5959
"@gitbeaker/core": "^43.8.0",
60-
"@iconify-json/simple-icons": "^1.2.57",
61-
"@nuxt/content": "^3.8.0",
62-
"@nuxt/eslint-config": "^1.10.0",
63-
"@nuxt/kit": "^4.2.1",
60+
"@iconify-json/simple-icons": "^1.2.62",
61+
"@nuxt/content": "^3.9.0",
62+
"@nuxt/eslint-config": "^1.12.1",
63+
"@nuxt/kit": "^4.2.2",
6464
"@nuxt/module-builder": "^1.0.2",
6565
"@nuxt/ui": "^4.2.1",
66-
"@octokit/types": "^15.0.1",
67-
"@release-it/conventional-changelog": "^10.0.1",
66+
"@octokit/types": "^16.0.0",
67+
"@release-it/conventional-changelog": "^10.0.3",
6868
"@tailwindcss/typography": "^0.5.19",
69+
"@tiptap/extension-emoji": "^3.13.0",
6970
"@types/js-yaml": "^4.0.9",
7071
"@unhead/vue": "^2.0.19",
7172
"@unpic/vue": "^1.0.0",
72-
"@vitejs/plugin-vue": "^6.0.1",
73+
"@vitejs/plugin-vue": "^6.0.2",
7374
"eslint": "^9.39.1",
7475
"idb-keyval": "^6.2.2",
7576
"minimark": "^0.2.0",
76-
"modern-monaco": "^0.2.2",
77+
"modern-monaco": "^0.3.6",
7778
"nuxt-studio": "workspace:*",
7879
"ofetch": "^1.5.1",
79-
"release-it": "^19.0.6",
80-
"tailwindcss": "^4.1.16",
81-
"vite": "^7.2.0",
80+
"release-it": "^19.1.0",
81+
"tailwindcss": "^4.1.17",
82+
"vite": "^7.2.7",
8283
"vite-plugin-dts": "^4.5.4",
8384
"vite-plugin-libcss": "^1.1.2",
84-
"vitest": "^3.2.4",
85-
"vue": "^3.5.22",
86-
"vue-router": "^4.6.3",
85+
"vitest": "^4.0.15",
86+
"vue": "^3.5.25",
87+
"vue-router": "^4.6.4",
8788
"vue-tsc": "^3.1.3",
88-
"zod": "^4.1.12"
89+
"zod": "^4.1.13"
8990
},
9091
"resolutions": {
92+
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@c5cc00c",
9193
"nuxt-component-meta": "^0.15.0",
9294
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@049b182"
9395
},
94-
"packageManager": "pnpm@10.21.0",
96+
"packageManager": "pnpm@10.25.0",
9597
"keywords": [
9698
"nuxt",
9799
"content",

0 commit comments

Comments
 (0)