Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 11, 2023
1 parent 419d8d9 commit 43f55f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"unist-util-visit": "^4.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"@types/tape": "^5.0.0",
"@types/unist": "^2.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"dictionary-en": "^3.0.0",
"dictionary-en-gb": "^2.0.0",
"prettier": "^2.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"retext": "^8.0.0",
"retext-emoji": "^8.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vfile": "^5.0.0",
"xo": "^0.51.0"
"xo": "^0.56.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
Expand All @@ -87,7 +87,10 @@
"no-await-in-loop": "off"
}
}
]
],
"rules": {
"unicorn/prefer-string-replace-all": "off"
}
},
"remarkConfig": {
"plugins": [
Expand Down
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import retextSpell from './index.js'
test('should throw when without `options`', (t) => {
t.throws(
() => {
// @ts-expect-error: to do.
retext().use(retextSpell).freeze()
},
/^TypeError: Expected `Object`, got `undefined`$/,
Expand Down

0 comments on commit 43f55f6

Please sign in to comment.