Skip to content

Commit

Permalink
chore(client): update node dependencies (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras authored Jan 20, 2025
1 parent 945e7bf commit dcd6850
Show file tree
Hide file tree
Showing 4 changed files with 1,192 additions and 547 deletions.
22 changes: 11 additions & 11 deletions api/client/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit dcd6850

Please sign in to comment.