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

Commit ebaa9a3

Browse files
author
Ben Monro
committed
chore: updated DTL
1 parent 67eea23 commit ebaa9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "^7.10.2",
34-
"@testing-library/dom": "^7.10.1",
34+
"@testing-library/dom": "^7.11.0",
3535
"crx-bridge": "^2.1.0",
3636
"js-beautify": "^1.11.0",
3737
"tachyons": "^4.12.0"

src/elementsPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ document.addEventListener("DOMContentLoaded", () => {
4545
});
4646
});
4747

48-
// hljs.initHighlightingOnLoad();
48+
hljs.initHighlightingOnLoad();

0 commit comments

Comments
 (0)