Commits on Source (2)
-
AOelen authored8695e14a
-
semantic-release-bot authored
# [1.23.0](v1.22.0...v1.23.0) (2024-08-29) ### Features * use syntax highlighter for displaying code ([8695e14a](8695e14a))
{ | ||
"name": "orkg-ask", | ||
"version": "1.22.0", | ||
"version": "1.23.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "NODE_OPTIONS='--inspect' next dev --turbo", | ||
... | ... | @@ -54,6 +54,7 @@ |
"react-share": "^5.1.0", | ||
"react-slick": "^0.30.2", | ||
"react-string-replace": "^1.1.1", | ||
"react-syntax-highlighter": "^15.5.0", | ||
"react-use": "^17.5.0", | ||
"sharp": "^0.33.3", | ||
"slick-carousel": "^1.8.1", | ||
... | ... | @@ -80,6 +81,7 @@ |
"@types/react-dom": "^18", | ||
"@types/react-scroll-sync": "^0.9.0", | ||
"@types/react-slick": "^0.23.13", | ||
"@types/react-syntax-highlighter": "^15.5.13", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
... | ... |