We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1fb77 commit 8b64821Copy full SHA for 8b64821
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -62,7 +62,7 @@
62
"@babel/plugin-transform-react-jsx": "^7.0.0",
63
"@types/babel__core": "^7.0.0",
64
"@types/babel__generator": "^7.0.0",
65
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
66
"@vue/babel-plugin-jsx": "^1.0.0",
67
"acorn-jsx": "^5.0.0",
68
"c8": "^7.0.0",
@@ -78,7 +78,6 @@
78
"prettier": "^2.0.0",
79
"remark-cli": "^11.0.0",
80
"remark-preset-wooorm": "^9.0.0",
81
- "tape": "^5.0.0",
82
"type-coverage": "^2.0.0",
83
"typescript": "^4.0.0",
84
"unist-util-visit": "^4.0.0",
0 commit comments