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

File diff suppressed because it is too large Load Diff