Skip to content

Commit baae88d

Browse files
authored
⬆️ pnpm update (#22)
1 parent e298f0f commit baae88d

File tree

2 files changed

+371
-401
lines changed

2 files changed

+371
-401
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@
4949
"postopenapi-typescript:server": "ts-autofix ./src/server/openapi && pnpm run lint:fix"
5050
},
5151
"dependencies": {
52-
"openapi-fetch": "^0.12.2"
52+
"openapi-fetch": "^0.13.0"
5353
},
5454
"devDependencies": {
55-
"@eslint/js": "^9.12.0",
56-
"@types/node": "^22.7.6",
55+
"@eslint/js": "^9.14.0",
56+
"@types/node": "^22.9.0",
5757
"dotenv": "^16.4.5",
58-
"eslint": "^9.12.0",
58+
"eslint": "^9.14.0",
5959
"eslint-config-prettier": "^9.1.0",
60-
"globals": "^15.11.0",
60+
"globals": "^15.12.0",
6161
"markdownlint-cli2": "^0.14.0",
62-
"openapi-typescript": "^7.4.1",
62+
"openapi-typescript": "^7.4.2",
6363
"prettier": "^3.3.3",
6464
"ts-autofix": "^1.0.0",
65-
"tsx": "^4.19.1",
66-
"typedoc": "^0.26.10",
65+
"tsx": "^4.19.2",
66+
"typedoc": "^0.26.11",
6767
"typescript": "5.7.0-beta",
68-
"typescript-eslint": "^8.10.0",
69-
"vitest": "^2.1.3"
68+
"typescript-eslint": "^8.13.0",
69+
"vitest": "^2.1.4"
7070
},
7171
"type": "module",
7272
"exports": {

0 commit comments

Comments
 (0)