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

Commit 8405741

Browse files
committed
Update devDependencies
1 parent 5b73f49 commit 8405741

File tree

2 files changed

+421
-607
lines changed

2 files changed

+421
-607
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@
5454
"@graphql-eslint/eslint-plugin": "~3.16.1",
5555
"@intlify/eslint-plugin-vue-i18n": "~2.0.0",
5656
"@poppinss/cliui": "~3.0.5",
57-
"@types/eslint": "~8.21.1",
57+
"@types/eslint": "~8.21.2",
5858
"@types/json-schema": "~7.0.11",
59-
"@types/node": "~18.14.6",
59+
"@types/node": "~18.15.3",
6060
"@types/prettier": "~2.7.2",
61-
"@typescript-eslint/eslint-plugin": "~5.54.1",
62-
"@typescript-eslint/parser": "~5.54.1",
61+
"@typescript-eslint/eslint-plugin": "~5.55.0",
62+
"@typescript-eslint/parser": "~5.55.0",
6363
"change-case": "~4.1.2",
64-
"eslint": "~8.35.0",
64+
"eslint": "~8.36.0",
6565
"eslint-config-prettier": "~8.7.0",
6666
"eslint-gitignore": "~0.1.0",
6767
"eslint-plugin-deprecation": "~1.3.3",
6868
"eslint-plugin-eslint-comments": "~3.2.0",
6969
"eslint-plugin-import": "~2.27.5",
7070
"eslint-plugin-inclusive-language": "~2.2.0",
71-
"eslint-plugin-jsdoc": "~40.0.1",
72-
"eslint-plugin-jsonc": "~2.6.0",
71+
"eslint-plugin-jsdoc": "~40.0.3",
72+
"eslint-plugin-jsonc": "~2.7.0",
7373
"eslint-plugin-mdx": "~2.0.5",
7474
"eslint-plugin-n": "~15.6.1",
7575
"eslint-plugin-node": "~11.1.0",
@@ -88,10 +88,10 @@
8888
"prettier": "2.8.4",
8989
"prettier-plugin-organize-imports": "~3.2.2",
9090
"ts-dedent": "~2.2.0",
91-
"tsx": "~3.12.3",
92-
"typescript": "~4.9.5",
91+
"tsx": "~3.12.5",
92+
"typescript": "~5.0.2",
9393
"upper-case-first": "~2.0.2",
94-
"vitest": "~0.29.2",
94+
"vitest": "~0.29.3",
9595
"vue-eslint-parser": "~9.1.0"
9696
},
9797
"pnpm": {
@@ -103,7 +103,7 @@
103103
]
104104
}
105105
},
106-
"packageManager": "[email protected].1",
106+
"packageManager": "[email protected].3",
107107
"engines": {
108108
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
109109
"npm": ">=6.14.13",

0 commit comments

Comments
 (0)