Skip to content

Commit 822ebc3

Browse files
committed
Update dev-dependencies
1 parent 86ccf60 commit 822ebc3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

asset/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ kbd {
210210
li {
211211
margin-bottom: 0.25em;
212212
margin-top: 0.25em;
213-
word-wrap: break-all;
213+
word-wrap: break-word;
214214
}
215215

216216
nav li {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/hast": "^3.0.0",
1010
"@types/mapbox__polyline": "^1.0.0",
1111
"@types/node": "^22.0.0",
12-
"@types/react": "^18.0.0",
12+
"@types/react": "^19.0.0",
1313
"@wooorm/starry-night": "^3.0.0",
1414
"cssnano": "^7.0.0",
1515
"cssnano-preset-advanced": "^7.0.0",
@@ -31,7 +31,7 @@
3131
"postcss-cli": "^11.0.0",
3232
"postcss-preset-env": "^10.0.0",
3333
"prettier": "^3.0.0",
34-
"react": "^18.0.0",
34+
"react": "^19.0.0",
3535
"rehype-document": "^7.0.0",
3636
"rehype-infer-reading-time-meta": "^2.0.0",
3737
"rehype-meta": "^4.0.0",
@@ -47,16 +47,16 @@
4747
"remark-preset-wooorm": "^10.0.0",
4848
"remark-rehype": "^11.0.0",
4949
"remark-validate-links": "^13.0.0",
50-
"satori": "^0.11.0",
50+
"satori": "^0.12.0",
5151
"sharp": "^0.33.0",
5252
"stylelint": "^16.0.0",
53-
"stylelint-config-standard": "^36.0.0",
53+
"stylelint-config-standard": "^37.0.0",
5454
"to-vfile": "^8.0.0",
5555
"trough": "^2.0.0",
5656
"type-coverage": "^2.0.0",
5757
"type-fest": "^4.0.0",
5858
"typescript": "^5.0.0",
59-
"undici": "^6.0.0",
59+
"undici": "^7.0.0",
6060
"unified": "^11.0.0",
6161
"unist-builder": "^4.0.0",
6262
"unist-util-visit": "^5.0.0",
@@ -67,7 +67,7 @@
6767
"vfile-reporter": "^8.0.0",
6868
"xast-util-feed": "^2.0.0",
6969
"xast-util-to-xml": "^4.0.0",
70-
"xo": "^0.59.0",
70+
"xo": "^0.60.0",
7171
"yaml": "^2.0.0"
7272
},
7373
"exports": null,

0 commit comments

Comments
 (0)