diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c7fcff..f714078 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 b4f8d57..35147c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "estree-util-build-jsx", - "version": "2.1.0", + "version": "2.2.0", "description": "Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)", "license": "MIT", "keywords": [ @@ -41,7 +41,7 @@ "index.js" ], "dependencies": { - "@types/estree-jsx": "^0.0.1", + "@types/estree-jsx": "^1.0.0", "estree-util-is-identifier-name": "^2.0.0", "estree-walker": "^3.0.0" }, @@ -56,13 +56,13 @@ "nyc": "^15.0.0", "prettier": "^2.0.0", "recast": "^0.21.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", - "xo": "^0.49.0" + "xo": "^0.51.0" }, "scripts": { "prepack": "npm run build && npm run format",