Skip to content

Commit

Permalink
fix: update highlight.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Nov 26, 2024
1 parent 6018500 commit 9104e9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"jotai": "^2.6.0",
"katex": "^0.16.10",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -83,5 +83,8 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"resolutions": {
"highlight.js": "11.10.0"
}
}

0 comments on commit 9104e9f

Please sign in to comment.