Skip to content

Commit fe46427

Browse files
committed
Update dev-dependencies
1 parent 15da370 commit fe46427

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"@types/node": "^20.0.0",
5454
"acorn": "^8.0.0",
5555
"c8": "^8.0.0",
56-
"micromark-extension-mdx-jsx": "^2.0.0",
56+
"micromark-extension-mdx-jsx": "^3.0.0",
5757
"micromark-extension-mdx-md": "^2.0.0",
58-
"prettier": "^2.0.0",
58+
"prettier": "^3.0.0",
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
6262
"typescript": "^5.0.0",
63-
"xo": "^0.54.0"
63+
"xo": "^0.56.0"
6464
},
6565
"scripts": {
6666
"prepack": "npm run build && npm run format",
6767
"build": "tsc --build --clean && tsc --build && type-coverage",
68-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
68+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6969
"test-api-prod": "node --conditions production test.js",
7070
"test-api-dev": "node --conditions development test.js",
7171
"test-api": "npm run test-api-dev && npm run test-api-prod",
@@ -103,6 +103,9 @@
103103
}
104104
}
105105
],
106-
"prettier": true
106+
"prettier": true,
107+
"rules": {
108+
"unicorn/prefer-at": "off"
109+
}
107110
}
108111
}

0 commit comments

Comments
 (0)