Skip to content

Commit 2490008

Browse files
committed
Update dev-dependencies
1 parent 2aab98d commit 2490008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const tableElements = new Set(['table', 'thead', 'tbody', 'tfoot', 'tr'])
241241
*/
242242

243243
export function toJsxRuntime(tree, options) {
244-
if (!options || typeof options.Fragment === 'undefined') {
244+
if (!options || options.Fragment === undefined) {
245245
throw new TypeError('Expected `Fragment` in options')
246246
}
247247

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
62-
"typescript": "^4.0.0",
63-
"xo": "^0.53.0"
62+
"typescript": "^5.0.0",
63+
"xo": "^0.54.0"
6464
},
6565
"scripts": {
6666
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)