Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Sep 27, 2024
1 parent be9dd83 commit 62e0ce2
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 2,147 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-brooms-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'openapi-ts-request': patch
---

chore: update dependencies
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openapi-ts-request",
"version": "0.5.0",
"description": "Swagger2/OpenAPI3 to TypeScript, request client, request mock service, enum, type field label, JSON Schemas",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.11.0",
"repository": {
"type": "git",
"url": "git+git@github.com:openapi-ui/openapi-ts-request.git"
Expand All @@ -24,7 +24,6 @@
"start": "tsc -w",
"build": "tsc",
"changeset": "changeset",
"prepublish:test": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
"lint": "eslint ./src --report-unused-disable-directives --max-warnings=0",
"lint:fix": "eslint ./src --report-unused-disable-directives --max-warnings=0 --fix",
"test": "rm -rf ./test/apis/ ./test/mocks && npm run build && cd ./test && node ./test.js && cd ..",
Expand All @@ -39,7 +38,7 @@
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
"glob": "^10.4.2",
"glob": "^11.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"memoizee": "^0.4.17",
Expand Down Expand Up @@ -67,10 +66,9 @@
"@types/swagger2openapi": "^7.0.4",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"np": "^10.0.6",
"openapi-types": "^12.1.3",
"typescript": "5.6.2"
},
Expand Down
Loading

0 comments on commit 62e0ce2

Please sign in to comment.