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

Commit 614bb00

Browse files
committed
Update devDependencies and engines
1 parent 00a0647 commit 614bb00

File tree

2 files changed

+109
-105
lines changed

2 files changed

+109
-105
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@
5151
],
5252
"devDependencies": {
5353
"@intlify/eslint-plugin-vue-i18n": "~2.0.0",
54-
"@poppinss/cliui": "~3.0.4",
55-
"@types/eslint": "~8.4.7",
54+
"@poppinss/cliui": "~3.0.5",
55+
"@types/eslint": "~8.4.9",
5656
"@types/json-schema": "~7.0.11",
57-
"@types/node": "~18.11.3",
57+
"@types/node": "~18.11.7",
5858
"@types/prettier": "~2.7.1",
59-
"@typescript-eslint/eslint-plugin": "~5.40.1",
60-
"@typescript-eslint/parser": "~5.40.1",
59+
"@typescript-eslint/eslint-plugin": "~5.41.0",
60+
"@typescript-eslint/parser": "~5.41.0",
6161
"change-case": "~4.1.2",
6262
"eslint": "~8.26.0",
6363
"eslint-config-prettier": "~8.5.0",
6464
"eslint-gitignore": "~0.1.0",
6565
"eslint-plugin-import": "~2.26.0",
6666
"eslint-plugin-inclusive-language": "~2.2.0",
67-
"eslint-plugin-jsdoc": "~39.3.20",
67+
"eslint-plugin-jsdoc": "~39.3.25",
6868
"eslint-plugin-mdx": "~2.0.5",
6969
"eslint-plugin-n": "~15.3.0",
7070
"eslint-plugin-node": "~11.1.0",
@@ -78,16 +78,16 @@
7878
"prettier": "2.7.1",
7979
"prettier-plugin-organize-imports": "~3.1.1",
8080
"ts-dedent": "~2.2.0",
81-
"tsx": "~3.10.4",
81+
"tsx": "~3.11.0",
8282
"typescript": "~4.8.4",
8383
"upper-case-first": "~2.0.2",
8484
"vitest": "~0.24.3",
8585
"vue-eslint-parser": "~9.1.0"
8686
},
87-
"packageManager": "[email protected].0",
87+
"packageManager": "[email protected].1",
8888
"engines": {
89-
"node": ">= 14.6.0",
90-
"npm": ">= 6.0.0",
89+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
90+
"npm": ">=6.14.13",
9191
"pnpm": ">= 7.0.0"
9292
}
9393
}

0 commit comments

Comments
 (0)