Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 16, 2025
1 parent 1e9ba91 commit 36c738e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = {
remarkPresetWooorm,
remarkFrontmatter,
[remarkRetext, naturalLanguage],
remarkValidateLinks,
[remarkValidateLinks, false],
[remarkLintNoDeadUrls, 'https://unifiedjs.com'],
[remarkLintFirstHeadingLevel, 2],
[remarkLintNoHtml, false]
Expand Down
3 changes: 2 additions & 1 deletion asset/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ abbr {

.double-ellipsis {
overflow: hidden;
/* stylelint-disable-next-line declaration-property-value-no-unknown */
display: box;
-webkit-line-clamp: 2;
line-clamp: 2;
Expand Down Expand Up @@ -782,7 +783,7 @@ a.tag:focus .count {
}

.content li {
word-wrap: break-all;
word-wrap: break-word;
margin-top: calc(0.25 * (1em + 1ex));
margin-bottom: calc(0.25 * (1em + 1ex));
margin-left: calc(1 * (1em + 1ex));
Expand Down
1 change: 1 addition & 0 deletions asset/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference lib="dom" />

/* eslint-disable unicorn/prefer-global-this */
/* eslint-env browser */

/**
Expand Down
4 changes: 2 additions & 2 deletions doc/learn/create-an-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ them.
It’s made with [React][] and runs in a browser.

For this example we’ll create an app that visualizes sentence length.
Based on a tip by [Gary Provost][gary-propost].
Based on a tip by [Gary Provost][gary-provost].
The visualization is based on
[a tweet by `@gregoryciotti`][gregoryciotti-tweet].

Expand Down Expand Up @@ -456,7 +456,7 @@ If you haven’t already, check out the other articles in the

[esbuild]: https://esbuild.github.io

[gary-propost]: https://www.garyprovost.com/
[gary-provost]: https://en.wikipedia.org/wiki/Gary_Provost

[github-parse-english]: https://github.com/wooorm/parse-english

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@types/d3-scale": "^4.0.0",
"@types/node": "^22.0.0",
"@types/random-useragent": "^0.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/xast": "^2.0.0",
"@wooorm/starry-night": "^3.0.0",
"bytes": "^3.0.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"spdx-license-list": "^6.0.0",
"strip-comments": "^2.0.0",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^37.0.0",
"to-vfile": "^8.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^4.0.0",
Expand All @@ -117,7 +117,7 @@
"xast-util-sitemap": "^2.0.0",
"xast-util-to-xml": "^4.0.0",
"xastscript": "^4.0.0",
"xo": "^0.59.0",
"xo": "^0.60.0",
"yaml": "^2.0.0"
},
"homepage": "https://unifiedjs.com",
Expand Down

0 comments on commit 36c738e

Please sign in to comment.