Skip to content

Commit 109171e

Browse files
authored
Install missing yaml package (#380)
1 parent ab60618 commit 109171e

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

package-lock.json

Lines changed: 39 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"react-toggle": "^4.1.3",
2424
"react-tooltip": "^5.25.0",
2525
"reactstrap": "^9.2.1",
26-
"sass": "^1.69.5"
26+
"sass": "^1.69.5",
27+
"yaml": "^2.8.2"
2728
},
2829
"devDependencies": {
2930
"eslint": "^8.55.0",

0 commit comments

Comments
 (0)