diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee318ca..fb63387 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,5 +17,5 @@ jobs: strategy: matrix: node: - - lts/hydrogen + - lts/gallium - node diff --git a/.npmrc b/.npmrc index 43c97e7..9951b11 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ package-lock=false +ignore-scripts=true diff --git a/package.json b/package.json index 596714c..b8f5d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hast-util-from-html", - "version": "1.0.1", + "version": "1.0.2", "description": "hast utility to parse from HTML", "license": "MIT", "keywords": [ @@ -36,7 +36,8 @@ "@types/hast": "^2.0.0", "hast-util-from-parse5": "^7.0.0", "parse5": "^7.0.0", - "vfile": "^5.0.0" + "vfile": "^5.0.0", + "vfile-message": "^3.0.0" }, "devDependencies": { "@types/node": "^18.0.0", @@ -47,9 +48,9 @@ "remark-preset-wooorm": "^9.0.0", "type-coverage": "^2.0.0", "type-fest": "^3.0.0", - "typescript": "^4.0.0", + "typescript": "^5.0.0", "unist-builder": "^3.0.0", - "xo": "^0.53.0" + "xo": "^0.54.0" }, "scripts": { "prepack": "npm run build && npm run format",