fix: update highlight.js version

This commit is contained in:
Faisal Amir 2024-11-26 16:01:34 +07:00
parent ea1600d6c3
commit 1befd10a1c

View File

@ -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",
@ -83,5 +83,8 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"resolutions": {
"highlight.js": "11.10.0"
}
}