Skip to content

Commit

Permalink
feat(deps): update cut and file extensions (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Nov 27, 2024
1 parent ae89327 commit 32dc5fb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
35 changes: 19 additions & 16 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 @@ -41,8 +41,8 @@
"prepare": "husky"
},
"dependencies": {
"@diplodoc/cut-extension": "^0.4.0",
"@diplodoc/file-extension": "^0.1.0",
"@diplodoc/cut-extension": "^0.5.0",
"@diplodoc/file-extension": "^0.2.0",
"@diplodoc/tabs-extension": "^3.5.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/transform/plugins/file/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {transform} from '@diplodoc/file-extension';

export = transform({bundle: false});
export = transform({bundle: false, directiveSyntax: 'disabled'});

0 comments on commit 32dc5fb

Please sign in to comment.