-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(client): update node dependencies (#2116)
- Loading branch information
1 parent
945e7bf
commit dcd6850
Showing
4 changed files
with
1,192 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,15 +39,15 @@ | |
"prepublishOnly": "pnpm run generate && pnpm run build && pnpm run test && pnpm run lint" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "1.2.4", | ||
"@eslint/compat": "1.2.5", | ||
"@eslint/eslintrc": "3.2.0", | ||
"@eslint/js": "9.17.0", | ||
"@eslint/js": "9.18.0", | ||
"@knighted/duel": "2.0.0", | ||
"@types/node": "22.10.2", | ||
"@types/node": "22.10.7", | ||
"@types/node-fetch": "2.6.12", | ||
"@typescript-eslint/eslint-plugin": "8.18.1", | ||
"@typescript-eslint/parser": "8.18.1", | ||
"eslint": "9.17.0", | ||
"@typescript-eslint/eslint-plugin": "8.20.0", | ||
"@typescript-eslint/parser": "8.20.0", | ||
"eslint": "9.18.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-formatter-pretty": "6.0.1", | ||
"eslint-import-resolver-typescript": "3.7.0", | ||
|
@@ -56,19 +56,19 @@ | |
"eslint-plugin-require-extensions": "0.1.3", | ||
"eslint-plugin-unused-imports": "4.1.4", | ||
"eslint-plugin-vitest": "0.5.4", | ||
"openapi-typescript": "7.4.4", | ||
"openapi-typescript": "7.5.2", | ||
"prettier": "3.4.2", | ||
"rimraf": "6.0.1", | ||
"rollup": "4.28.1", | ||
"rollup": "4.31.0", | ||
"tslib": "2.8.1", | ||
"typescript": "5.7.2", | ||
"vitest": "2.1.8" | ||
"typescript": "5.7.3", | ||
"vitest": "3.0.2" | ||
}, | ||
"browserslist": [ | ||
"current node" | ||
], | ||
"dependencies": { | ||
"undici": "^7.1.1" | ||
"undici": "^7.2.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", | ||
"pnpm": { | ||
|
Oops, something went wrong.