Skip to content

Commit 91d10d1

Browse files
committed
Require Node.js 14
1 parent e678209 commit 91d10d1

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
/* eslint-disable unicorn/prefer-top-level-await */
23
import process from 'node:process';
34
import getStdin from 'get-stdin';
45
import meow from 'meow';

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
14-
"bin": "cli.js",
14+
"bin": "./cli.js",
1515
"engines": {
16-
"node": ">=12.20"
16+
"node": ">=14.16"
1717
},
1818
"scripts": {
1919
"test:clean": "find ./test -type d -name 'node_modules' -prune -not -path ./test/fixtures/project/node_modules -exec rm -rf '{}' +",
@@ -58,53 +58,53 @@
5858
"eslint-config-xo-typescript"
5959
],
6060
"dependencies": {
61-
"@eslint/eslintrc": "^1.3.0",
62-
"@typescript-eslint/eslint-plugin": "^5.35.1",
63-
"@typescript-eslint/parser": "^5.35.1",
61+
"@eslint/eslintrc": "^1.3.3",
62+
"@typescript-eslint/eslint-plugin": "^5.43.0",
63+
"@typescript-eslint/parser": "^5.43.0",
6464
"arrify": "^3.0.0",
65-
"cosmiconfig": "^7.0.1",
65+
"cosmiconfig": "^7.1.0",
6666
"define-lazy-prop": "^3.0.0",
67-
"eslint": "^8.22.0",
67+
"eslint": "^8.27.0",
6868
"eslint-config-prettier": "^8.5.0",
69-
"eslint-config-xo": "^0.42.0",
70-
"eslint-config-xo-typescript": "^0.53.0",
69+
"eslint-config-xo": "^0.43.1",
70+
"eslint-config-xo-typescript": "^0.55.0",
7171
"eslint-formatter-pretty": "^4.1.0",
7272
"eslint-import-resolver-webpack": "^0.13.2",
7373
"eslint-plugin-ava": "^13.2.0",
7474
"eslint-plugin-eslint-comments": "^3.2.0",
7575
"eslint-plugin-import": "^2.26.0",
76-
"eslint-plugin-n": "^15.2.5",
76+
"eslint-plugin-n": "^15.5.1",
7777
"eslint-plugin-no-use-extend-native": "^0.5.0",
78-
"eslint-plugin-prettier": "^4.0.0",
79-
"eslint-plugin-unicorn": "^42.0.0",
78+
"eslint-plugin-prettier": "^4.2.1",
79+
"eslint-plugin-unicorn": "^44.0.2",
8080
"esm-utils": "^4.1.0",
81-
"find-cache-dir": "^3.3.2",
81+
"find-cache-dir": "^4.0.0",
8282
"find-up": "^6.3.0",
8383
"get-stdin": "^9.0.0",
84-
"globby": "^13.1.1",
84+
"globby": "^13.1.2",
8585
"imurmurhash": "^0.1.4",
8686
"json-stable-stringify-without-jsonify": "^1.0.1",
8787
"json5": "^2.2.1",
8888
"lodash-es": "^4.17.21",
89-
"meow": "^10.1.2",
89+
"meow": "^11.0.0",
9090
"micromatch": "^4.0.5",
9191
"open-editor": "^4.0.0",
92-
"prettier": "^2.6.2",
93-
"semver": "^7.3.7",
94-
"slash": "^4.0.0",
92+
"prettier": "^2.7.1",
93+
"semver": "^7.3.8",
94+
"slash": "^5.0.0",
9595
"to-absolute-glob": "^2.0.2",
96-
"typescript": "^4.7.3"
96+
"typescript": "^4.9.3"
9797
},
9898
"devDependencies": {
99-
"ava": "^4.3.0",
99+
"ava": "^5.1.0",
100100
"eslint-config-xo-react": "^0.27.0",
101-
"eslint-plugin-react": "^7.31.0",
102-
"eslint-plugin-react-hooks": "^4.5.0",
101+
"eslint-plugin-react": "^7.31.10",
102+
"eslint-plugin-react-hooks": "^4.6.0",
103103
"execa": "^6.1.0",
104104
"nyc": "^15.1.0",
105105
"proxyquire": "^2.1.3",
106106
"temp-write": "^5.0.0",
107-
"webpack": "^5.74.0"
107+
"webpack": "^5.75.0"
108108
},
109109
"xo": {
110110
"ignores": [

0 commit comments

Comments
 (0)