Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f84f2ba

Browse files
fix: bump highlight-code dependency
1 parent f64b614 commit f84f2ba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.0.2 (2021-11-13)
2+
3+
### Fix
4+
5+
- bump required `@deckdeckgo/highlight-code` dependency to solve concurrent required scripts load for complex languages
6+
17
# 3.0.1 (2021-07-28)
28

39
### Fix

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"peerDependencies": {
1616
"gatsby": "^3.0.0",
17-
"@deckdeckgo/highlight-code": "^3.0.2"
17+
"@deckdeckgo/highlight-code": "^3.5.0"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)