Skip to content

Commit

Permalink
fix(deps): update external major (#80)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: wide code blocks inside cells are line wrapped by inserting a "no-break-here" (U+0083) character.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and tripodsan committed Jan 29, 2024
1 parent 70a9e42 commit 1c478b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
39 changes: 18 additions & 21 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 @@ -33,7 +33,7 @@
"reporter-options": "configFile=.mocha-multi.json"
},
"dependencies": {
"@adobe/mdast-util-gridtables": "3.0.2",
"@adobe/mdast-util-gridtables": "4.0.0",
"@adobe/micromark-extension-gridtables": "2.0.0"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"husky": "9.0.7",
"junit-report-builder": "3.1.0",
"lint-staged": "15.2.0",
"mdast-builder": "1.1.1",
Expand Down

0 comments on commit 1c478b7

Please sign in to comment.