Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 5e91c79

Browse files
committed
Update devDependencies
1 parent 3709146 commit 5e91c79

File tree

3 files changed

+237
-126
lines changed

3 files changed

+237
-126
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@
1818
"@eslint-types/prettier": "workspace:~",
1919
"@eslint-types/typescript-eslint": "workspace:~",
2020
"@eslint-types/unicorn": "workspace:~",
21-
"@types/eslint": "~8.44.6",
22-
"@types/json-schema": "~7.0.14",
23-
"@types/node": "~20.8.10",
24-
"@typescript-eslint/eslint-plugin": "~6.9.1",
25-
"@typescript-eslint/parser": "~6.9.1",
26-
"change-case": "~5.1.2",
27-
"eslint": "~8.52.0",
21+
"@types/eslint": "~8.44.7",
22+
"@types/json-schema": "~7.0.15",
23+
"@types/node": "~20.9.1",
24+
"@typescript-eslint/eslint-plugin": "~6.11.0",
25+
"@typescript-eslint/parser": "~6.11.0",
26+
"change-case": "~5.2.0",
27+
"eslint": "~8.53.0",
2828
"eslint-config-prettier": "~9.0.0",
29-
"eslint-define-config": "2.0.0-beta.1",
29+
"eslint-define-config": "2.0.0",
3030
"eslint-gitignore": "~0.1.0",
3131
"eslint-plugin-prettier": "~5.0.1",
3232
"eslint-plugin-unicorn": "~49.0.0",
3333
"json-schema": "~0.4.0",
3434
"json-schema-to-typescript": "~13.1.1",
3535
"npm-run-all2": "~6.1.1",
3636
"package-json-type": "~1.0.3",
37-
"prettier": "~3.0.3",
38-
"prettier-plugin-organize-imports": "~3.2.3",
37+
"prettier": "~3.1.0",
38+
"prettier-plugin-organize-imports": "~3.2.4",
3939
"rimraf": "~5.0.5",
40-
"tsx": "~3.14.0",
40+
"tsx": "~4.1.3",
4141
"typescript": "~5.2.2"
4242
},
43-
"packageManager": "pnpm@8.10.2",
43+
"packageManager": "pnpm@8.10.5",
4444
"engines": {
4545
"node": ">=18.0.0",
4646
"npm": ">=9.0.0",
47-
"pnpm": ">= 8.6.0"
47+
"pnpm": ">=8.6.0"
4848
}
4949
}

0 commit comments

Comments
 (0)