diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe284ad..69924a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,5 +17,5 @@ jobs: strategy: matrix: node: - - lts/erbium + - lts/fermium - node diff --git a/package.json b/package.json index 60067ae..6c5fd33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-util-mdx-expression", - "version": "1.2.1", + "version": "1.3.0", "description": "mdast extension to parse and serialize MDX (or MDX.js) expressions", "license": "MIT", "keywords": [ @@ -36,7 +36,7 @@ "index.js" ], "dependencies": { - "@types/estree-jsx": "^0.0.1", + "@types/estree-jsx": "^1.0.0", "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", "mdast-util-from-markdown": "^1.0.0", @@ -49,14 +49,14 @@ "c8": "^7.0.0", "micromark-extension-mdx-expression": "^1.0.0", "prettier": "^2.0.0", - "remark-cli": "^10.0.0", + "remark-cli": "^11.0.0", "remark-preset-wooorm": "^9.0.0", "rimraf": "^3.0.0", "tape": "^5.0.0", "type-coverage": "^2.0.0", "typescript": "^4.0.0", "unist-util-remove-position": "^4.0.0", - "xo": "^0.49.0" + "xo": "^0.51.0" }, "scripts": { "build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",