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.
2 parents c543a5b + ba6da87 commit dc21c13Copy full SHA for dc21c13
package.json
@@ -15,7 +15,7 @@
15
},
16
"license": "MIT",
17
"engines": {
18
- "node": "^14.18.0 || >=16.0.0"
+ "node": ">=16.0.0"
19
20
"files": [
21
"index.js",
@@ -47,7 +47,7 @@
47
"version:git": "git add CHANGELOG.md"
48
49
"devDependencies": {
50
- "@socketsecurity/eslint-config": "^2.0.0",
+ "@socketsecurity/eslint-config": "^3.0.1",
51
"@tsconfig/node14": "^1.0.3",
52
"@types/chai": "^4.3.3",
53
"@types/chai-as-promised": "^7.1.5",
@@ -71,7 +71,7 @@
71
"eslint-plugin-react-hooks": "^4.6.0",
72
"eslint-plugin-unicorn": "^45.0.2",
73
"husky": "^8.0.3",
74
- "installed-check": "^6.0.5",
+ "installed-check": "^7.0.0",
75
"mocha": "^10.0.0",
76
"npm-run-all2": "^6.0.2",
77
"type-coverage": "^2.24.1",
0 commit comments