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

Commit a3e1f38

Browse files
committed
Update devDependencies
1 parent 3d63df6 commit a3e1f38

File tree

2 files changed

+279
-184
lines changed

2 files changed

+279
-184
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@
5757
"@types/json-schema": "~7.0.11",
5858
"@types/node": "~18.11.18",
5959
"@types/prettier": "~2.7.2",
60-
"@typescript-eslint/eslint-plugin": "~5.47.1",
61-
"@typescript-eslint/parser": "~5.47.1",
60+
"@typescript-eslint/eslint-plugin": "~5.48.1",
61+
"@typescript-eslint/parser": "~5.48.1",
6262
"change-case": "~4.1.2",
6363
"eslint": "~8.31.0",
64-
"eslint-config-prettier": "~8.5.0",
64+
"eslint-config-prettier": "~8.6.0",
6565
"eslint-gitignore": "~0.1.0",
6666
"eslint-plugin-deprecation": "~1.3.3",
6767
"eslint-plugin-eslint-comments": "~3.2.0",
6868
"eslint-plugin-import": "~2.26.0",
6969
"eslint-plugin-inclusive-language": "~2.2.0",
7070
"eslint-plugin-jsdoc": "~39.6.4",
71-
"eslint-plugin-jsonc": "~2.5.0",
71+
"eslint-plugin-jsonc": "~2.6.0",
7272
"eslint-plugin-mdx": "~2.0.5",
7373
"eslint-plugin-n": "~15.6.0",
7474
"eslint-plugin-node": "~11.1.0",
@@ -82,16 +82,16 @@
8282
"expect-type": "~0.15.0",
8383
"json-schema": "~0.4.0",
8484
"json-schema-to-typescript": "~11.0.2",
85-
"prettier": "2.8.1",
85+
"prettier": "2.8.2",
8686
"prettier-plugin-organize-imports": "~3.2.1",
8787
"ts-dedent": "~2.2.0",
88-
"tsx": "~3.12.1",
88+
"tsx": "~3.12.2",
8989
"typescript": "~4.9.4",
9090
"upper-case-first": "~2.0.2",
91-
"vitest": "~0.26.3",
91+
"vitest": "~0.27.0",
9292
"vue-eslint-parser": "~9.1.0"
9393
},
94-
"packageManager": "pnpm@7.21.0",
94+
"packageManager": "pnpm@7.24.2",
9595
"engines": {
9696
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
9797
"npm": ">=6.14.13",

0 commit comments

Comments
 (0)