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

Commit acfaf7e

Browse files
committed
Update devDependencies
1 parent ca6853f commit acfaf7e

File tree

3 files changed

+84
-91
lines changed

3 files changed

+84
-91
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"@poppinss/cliui": "~3.0.5",
5757
"@types/eslint": "~8.4.10",
5858
"@types/json-schema": "~7.0.11",
59-
"@types/node": "~18.11.18",
59+
"@types/node": "~18.14.6",
6060
"@types/prettier": "~2.7.2",
6161
"@typescript-eslint/eslint-plugin": "~5.50.0",
6262
"@typescript-eslint/parser": "~5.50.0",
6363
"change-case": "~4.1.2",
6464
"eslint": "~8.33.0",
65-
"eslint-config-prettier": "~8.6.0",
65+
"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",
@@ -83,15 +83,15 @@
8383
"expect-type": "~0.15.0",
8484
"graphql": "~16.6.0",
8585
"json-schema": "~0.4.0",
86-
"json-schema-to-ts": "~2.6.2",
87-
"json-schema-to-typescript": "~11.0.3",
88-
"prettier": "2.8.3",
86+
"json-schema-to-ts": "~2.7.2",
87+
"json-schema-to-typescript": "~12.0.0",
88+
"prettier": "2.8.4",
8989
"prettier-plugin-organize-imports": "~3.2.2",
9090
"ts-dedent": "~2.2.0",
91-
"tsx": "~3.12.2",
91+
"tsx": "~3.12.3",
9292
"typescript": "~4.9.5",
9393
"upper-case-first": "~2.0.2",
94-
"vitest": "~0.28.3",
94+
"vitest": "~0.29.2",
9595
"vue-eslint-parser": "~9.1.0"
9696
},
9797
"pnpm": {
@@ -103,7 +103,7 @@
103103
]
104104
}
105105
},
106-
"packageManager": "pnpm@7.26.3",
106+
"packageManager": "pnpm@7.29.1",
107107
"engines": {
108108
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
109109
"npm": ">=6.14.13",

0 commit comments

Comments
 (0)