Skip to content

Commit

Permalink
fix(types): resolves js-yaml types
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Oct 1, 2023
1 parent 8764a12 commit a5176d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.2",
"@types/js-yaml": "^4.0.6",
"@types/moo": "^0.5.7",
"@types/react-dom": "^18.2.8",
"doogu": "^3.2.7",
Expand Down
1 change: 1 addition & 0 deletions packages/hook-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"dependencies": {
"@types/js-yaml": "^4.0.6",
"js-yaml": "^4.1.0",
"moo": "^0.5.2"
},
Expand Down

0 comments on commit a5176d7

Please sign in to comment.