Skip to content

Commit

Permalink
feat: move utils from peer
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Dec 18, 2024
1 parent f5dbd07 commit 4d1d068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"prepare": "husky"
},
"dependencies": {
"@diplodoc/directive": "^0.3.0"
"@diplodoc/directive": "^0.3.0",
"@diplodoc/utils": "^1.0.0"
},
"devDependencies": {
"@diplodoc/lint": "^1.2.0",
Expand All @@ -61,7 +62,6 @@
"typescript": "^5.5.3"
},
"peerDependencies": {
"@diplodoc/utils": "1.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit 4d1d068

Please sign in to comment.