Skip to content

Commit 6f7161f

Browse files
committed
Update dev-dependencies
1 parent 8ebce33 commit 6f7161f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const search = /\r?\n|\r/g
2626
export function fromXml(doc) {
2727
// @ts-expect-error `strictEntities` is most definitely fine.
2828
const parser = new Parser(true, {position: true, strictEntities: true})
29-
/** @type {Array.<Node>} */
29+
/** @type {Array<Node>} */
3030
const stack = [{type: 'root', children: []}]
3131
let position = now()
3232

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"c8": "^7.0.0",
5050
"is-hidden": "^2.0.0",
5151
"prettier": "^2.0.0",
52-
"remark-cli": "^9.0.0",
53-
"remark-preset-wooorm": "^8.0.0",
52+
"remark-cli": "^10.0.0",
53+
"remark-preset-wooorm": "^9.0.0",
5454
"rimraf": "^3.0.0",
5555
"tape": "^5.0.0",
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^4.0.0",
58-
"xo": "^0.42.0"
58+
"xo": "^0.49.0"
5959
},
6060
"scripts": {
6161
"prepack": "npm run build && npm run format",
@@ -76,7 +76,7 @@
7676
"xo": {
7777
"prettier": true,
7878
"rules": {
79-
"#no-misleading-character-class": "off"
79+
"unicorn/prefer-code-point": "off"
8080
}
8181
},
8282
"remarkConfig": {

0 commit comments

Comments
 (0)