chore: update deps

This commit is contained in:
2026-03-26 11:38:21 -04:00
parent 9cceda06de
commit 34d0e9f80a
2 changed files with 308 additions and 316 deletions

View File

@@ -5,15 +5,15 @@
"description": "Headless WordPress theme based on Nuxt.",
"type": "module",
"scripts": {
"build": "pnpm --sequential /build:.*/",
"build:nuxt": "nuxt build",
"build": "pnpm --sequential /build:.*/",
"dev": "nuxt dev",
"editor-style": "pnpx @tailwindcss/cli -i ./app/assets/css/_main.css -o ./editor-style.css --minify",
"format": "oxfmt .",
"lint": "oxlint . --fix",
"preview": "nuxt preview",
"postinstall": "pnpm --sequential /postinstall:.*/",
"postinstall:nuxt": "nuxt prepare",
"preview": "nuxt preview",
"release": "oxlint . && oxfmt --check . && nuxt typecheck && changelogen --noAuthors --release --push"
},
"dependencies": {
@@ -32,14 +32,10 @@
"changelogen": "^0.6.2",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"typescript": "^6.0.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.6"
},
"pnpm": {
"overrides": {
"@tiptap/core": "3.14.0",
"@tiptap/pm": "3.14.0"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",