Skip to content

Commit 0c2be9c

Browse files
committedDec 6, 2024
Update dependencies
1 parent 1877df6 commit 0c2be9c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bin": "./cli.js",
1515
"sideEffects": false,
1616
"engines": {
17-
"node": ">=18"
17+
"node": ">=18.18"
1818
},
1919
"scripts": {
2020
"test:clean": "find ./test -type d -name 'node_modules' -prune -not -path ./test/fixtures/project/node_modules -exec rm -rf '{}' +",
@@ -54,7 +54,7 @@
5454
"typescript"
5555
],
5656
"dependencies": {
57-
"@eslint/eslintrc": "^3.1.0",
57+
"@eslint/eslintrc": "^3.2.0",
5858
"@typescript-eslint/eslint-plugin": "^7.16.1",
5959
"@typescript-eslint/parser": "^7.16.1",
6060
"arrify": "^3.0.0",
@@ -65,43 +65,43 @@
6565
"eslint-config-xo": "^0.45.0",
6666
"eslint-config-xo-typescript": "^5.0.0",
6767
"eslint-formatter-pretty": "^6.0.1",
68-
"eslint-import-resolver-webpack": "^0.13.8",
68+
"eslint-import-resolver-webpack": "^0.13.9",
6969
"eslint-plugin-ava": "^14.0.0",
7070
"eslint-plugin-eslint-comments": "^3.2.0",
71-
"eslint-plugin-import": "^2.29.1",
72-
"eslint-plugin-n": "^17.9.0",
71+
"eslint-plugin-import": "^2.31.0",
72+
"eslint-plugin-n": "^17.14.0",
7373
"eslint-plugin-no-use-extend-native": "^0.5.0",
7474
"eslint-plugin-prettier": "^5.2.1",
7575
"eslint-plugin-promise": "^6.4.0",
76-
"eslint-plugin-unicorn": "^54.0.0",
76+
"eslint-plugin-unicorn": "^56.0.1",
7777
"esm-utils": "^4.3.0",
7878
"find-cache-dir": "^5.0.0",
7979
"find-up-simple": "^1.0.0",
8080
"get-stdin": "^9.0.0",
81-
"get-tsconfig": "^4.7.5",
81+
"get-tsconfig": "^4.8.1",
8282
"globby": "^14.0.2",
8383
"imurmurhash": "^0.1.4",
8484
"json-stable-stringify-without-jsonify": "^1.0.1",
8585
"lodash-es": "^4.17.21",
8686
"meow": "^13.2.0",
87-
"micromatch": "^4.0.7",
87+
"micromatch": "^4.0.8",
8888
"open-editor": "^5.0.0",
89-
"prettier": "^3.3.3",
89+
"prettier": "^3.4.2",
9090
"semver": "^7.6.3",
9191
"slash": "^5.1.0",
9292
"to-absolute-glob": "^3.0.0",
93-
"typescript": "^5.5.3"
93+
"typescript": "^5.7.2"
9494
},
9595
"devDependencies": {
96-
"ava": "^6.1.3",
96+
"ava": "^6.2.0",
9797
"eslint-config-xo-react": "^0.27.0",
98-
"eslint-plugin-react": "^7.34.4",
99-
"eslint-plugin-react-hooks": "^4.6.2",
100-
"execa": "^9.3.0",
101-
"nyc": "^17.0.0",
98+
"eslint-plugin-react": "^7.37.2",
99+
"eslint-plugin-react-hooks": "^5.1.0",
100+
"execa": "^9.5.1",
101+
"nyc": "^17.1.0",
102102
"proxyquire": "^2.1.3",
103-
"temp-write": "^5.0.0",
104-
"webpack": "^5.93.0"
103+
"temp-write": "^6.0.0",
104+
"webpack": "^5.97.1"
105105
},
106106
"xo": {
107107
"ignores": [

0 commit comments

Comments
 (0)
Please sign in to comment.