Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
⬆️ Upgrade all dependencies, remove tsx
  • Loading branch information
NatoBoram committed Feb 27, 2025
commit eaed3b22c407572b217d82a3e80341c75b1b735f
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist docs node_modules tsconfig.tsbuildinfo",
"dev": "tsx ./src/main.ts",
"dev": "node ./src/main.ts",
"docs": "typedoc",
"format": "prettier --write .",
"lint": "eslint . && markdownlint-cli2 \"**/*.md\" && prettier --check .",
Expand All @@ -50,24 +50,23 @@
"postopenapi-typescript:server": "ts-autofix ./src/server/openapi && pnpm run lint:fix"
},
"dependencies": {
"openapi-fetch": "^0.13.0"
"openapi-fetch": "^0.13.4"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/node": "^22.9.0",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.12.0",
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.5",
"dotenv": "^16.4.7",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"globals": "^16.0.0",
"markdownlint-cli2": "^0.17.2",
"openapi-typescript": "^7.4.2",
"prettier": "^3.3.3",
"openapi-typescript": "^7.6.1",
"prettier": "^3.5.2",
"ts-autofix": "^1.0.0",
"tsx": "^4.19.2",
"typedoc": "^0.27.6",
"typedoc": "^0.27.9",
"typescript": "5.8.1-rc",
"typescript-eslint": "^8.13.0",
"vitest": "^3.0.4"
"typescript-eslint": "^8.25.0",
"vitest": "^3.0.7"
},
"type": "module",
"exports": {
Expand Down
Loading