1 Commits

Author SHA1 Message Date
e170dcd0bf Update dependency highlight.js to v11
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 19s
2025-10-27 12:02:01 +00:00
2 changed files with 1 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
"ejs": "^3.0.2", "ejs": "^3.0.2",
"gh-pages": "^2.2.0", "gh-pages": "^2.2.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"highlight.js": "^10.4.1", "highlight.js": "^11.0.0",
"live-server": "^1.2.1", "live-server": "^1.2.1",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"postcss": "^8.2.12", "postcss": "^8.2.12",

View File

@@ -2,11 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"baseBranchPatterns": ["next"], "baseBranchPatterns": ["next"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"packages/webapp/public/98.css/**"
],
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["bun", "npm"], "matchManagers": ["bun", "npm"],