Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 28, 2023
1 parent b186995 commit 3701612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.55.0"
"xo": "^0.56.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand Down
2 changes: 1 addition & 1 deletion test/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test('table', async function (t) {
'\n',
h('tr', [
'\n',
h('td', {align: 'left', className: ['foo', ''bar']}, 'charlie'),
h('td', {align: 'left', className: ['foo', 'bar']}, 'charlie'),
'\n',
h('td', {align: 'right'}),
'\n'
Expand Down

0 comments on commit 3701612

Please sign in to comment.