Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
⬆️ pnpm update
  • Loading branch information
NatoBoram committed Nov 6, 2024
commit fdecbde8482836f9a751264788e55ee59ac8530f
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@
"postopenapi-typescript:server": "ts-autofix ./src/server/openapi && pnpm run lint:fix"
},
"dependencies": {
"openapi-fetch": "^0.12.2"
"openapi-fetch": "^0.13.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.6",
"@eslint/js": "^9.14.0",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"markdownlint-cli2": "^0.14.0",
"openapi-typescript": "^7.4.1",
"openapi-typescript": "^7.4.2",
"prettier": "^3.3.3",
"ts-autofix": "^1.0.0",
"tsx": "^4.19.1",
"typedoc": "^0.26.10",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typescript": "5.7.0-beta",
"typescript-eslint": "^8.10.0",
"vitest": "^2.1.3"
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
},
"type": "module",
"exports": {
Expand Down
Loading