Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbbcda5

Browse files
committed
Update dev-dependencies
1 parent5fbb83c commitcbbcda5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

‎package.json‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"index.js"
3636
],
3737
"devDependencies": {
38-
"@types/node":"^18.0.0",
39-
"c8":"^7.0.0",
40-
"prettier":"^2.0.0",
38+
"@types/node":"^20.0.0",
39+
"c8":"^8.0.0",
40+
"prettier":"^3.0.0",
4141
"remark-cli":"^11.0.0",
4242
"remark-preset-wooorm":"^9.0.0",
4343
"type-coverage":"^2.0.0",
44-
"typescript":"^4.0.0",
45-
"xo":"^0.53.0"
44+
"typescript":"^5.0.0",
45+
"xo":"^0.55.0"
4646
},
4747
"scripts": {
4848
"prepack":"npm run build && npm run format",
4949
"build":"tsc --build --clean && tsc --build && type-coverage",
50-
"format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix",
50+
"format":"remark . -qfo && prettier . -w --log-level warn && xo --fix",
5151
"test-api":"node --conditions development test.js",
5252
"test-coverage":"c8 --check-coverage --100 --reporter lcov npm run test-api",
5353
"test":"npm run build && npm run format && npm run test-coverage"
@@ -61,7 +61,10 @@
6161
"trailingComma":"none"
6262
},
6363
"xo": {
64-
"prettier":true
64+
"prettier":true,
65+
"rules": {
66+
"unicorn/prefer-string-replace-all":"off"
67+
}
6568
},
6669
"remarkConfig": {
6770
"plugins": [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp