Skip to content

Commit

Permalink
feat(deps)!: updated transform version 4.32.2 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Oct 22, 2024
1 parent 2676b45 commit 56e53fb
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 83 deletions.
207 changes: 171 additions & 36 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"@diplodoc/html-extension": "2.3.2",
"@diplodoc/latex-extension": "1.0.3",
"@diplodoc/mermaid-extension": "1.2.1",
"@diplodoc/transform": "4.26.0",
"@diplodoc/transform": "^4.32.2",
"@gravity-ui/components": "3.0.0",
"@gravity-ui/eslint-config": "3.1.1",
"@gravity-ui/prettier-config": "1.1.0",
Expand Down Expand Up @@ -252,7 +252,8 @@
"sass-loader": "^13.3.2",
"stylelint": "15.11.0",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"web-streams-polyfill": "4.0.0"
},
"peerDependenciesMeta": {
"@diplodoc/folding-headings-extension": {
Expand All @@ -279,7 +280,7 @@
"@diplodoc/html-extension": "2.3.2",
"@diplodoc/latex-extension": "^1.0.3",
"@diplodoc/mermaid-extension": "^1.0.0",
"@diplodoc/transform": ">=4.5.0 <=4.26.0",
"@diplodoc/transform": "^4.32.2",
"@gravity-ui/components": "^3.0.0",
"@gravity-ui/uikit": "^6.11.0",
"highlight.js": "^11.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

.g-md-toolbar-group__s-button_id_ {
&note-type-tip {
color: $tipColor;
color: var(--yfm-color-note-tip);
}
&note-type-info {
color: $infoColor;
color: var(--yfm-color-note-info);
}
&note-type-alert {
color: $importantColor;
color: var(--yfm-color-note-important);
}
&note-type-warning {
color: $warningColor;
color: var(--yfm-color-note-warning);
}
}
Loading

0 comments on commit 56e53fb

Please sign in to comment.