Skip to content

Commit

Permalink
chore(api): update web client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Sep 30, 2024
1 parent 87560d2 commit 2d65783
Show file tree
Hide file tree
Showing 3 changed files with 2,826 additions and 1,948 deletions.
20 changes: 11 additions & 9 deletions api/client/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,32 @@
"prepublishOnly": "pnpm run generate && pnpm run build && pnpm run lint && pnpm run test"
},
"devDependencies": {
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react": "18.3.10",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unused-imports": "4.0.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vitest": "0.5.4",
"jsdom": "24.1.0",
"openapi-typescript": "6.7.6",
"prettier": "3.3.2",
"prettier": "3.3.3",
"react": "18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"undici": "6.19.2",
"rollup": "^4.22.5",
"typescript": "5.6.2",
"undici": "6.19.8",
"vitest": "1.6.0"
},
"dependencies": {
"openapi-typescript-fetch": "^2.0.0"
},
"peerDependencies": {
"react": "^18.0.0"
}
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit 2d65783

Please sign in to comment.