Compare commits

..

No commits in common. "6be3ae88f389097d2abe2107088d949357e61955" and "db80e68ff2471bcbe3f6c34c41b313a71ce21024" have entirely different histories.

4 changed files with 834 additions and 527 deletions

View file

@ -7,10 +7,10 @@
"build": "vite build"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^12.5.0",
"vite": "^6.0.11",
"vue": "^3.5.13"
"@vitejs/plugin-vue": "^5.0.0",
"@vueup/vue-quill": "^1.1.0",
"@vueuse/core": "^12.0.0",
"vite": "^6.0.0",
"vue": "^3.2.47"
}
}

1336
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,9 +9,9 @@
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
},
"devDependencies": {
"esbuild": "^0.24.2",
"highlight.js": "^11.11.1",
"esbuild": "^0.24.0",
"highlight.js": "^11.7.0",
"highlightjs-graphql": "^1.0.2",
"prettier": "^3.4.2"
"prettier": "^3.0.0"
}
}

View file

@ -1,9 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"schedule:monthly",
":automergeAll",
":automergeBranch"
]
"extends": ["config:base", "config:semverAllMonthly"],
"automerge": true
}