Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Feb 14, 2024
1 parent c41be29 commit f313135
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 35 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
"bump": "CI=true pnpm run test && pnpm changeset version",
"build": "pnpm -r build"
},
"dependencies": {},
"devDependencies": {
"turbo": "^1.12.3",
"vitest": "^1.2.2",
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6"
"prettier-plugin-tailwindcss": "^0.5.6",
"turbo": "^1.12.4",
"vitest": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@scalar/mock-server": "workspace:*",
"@seriousme/openapi-schema-validator": "^2.1.6",
"commander": "^12.0.0",
"hono": "^3.12.12",
"hono": "^4.0.2",
"kleur": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/petstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"security": [{ "petstore_auth": ["write:pets", "read:pets"] }]
}
},
"/pet/findByStatusa": {
"/pet/findByStatus": {
"get": {
"tags": ["pet"],
"summary": "Finds Peats by status",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@hono/node-server": "^1.7.0",
"@scalar/api-reference": "^1.16.1",
"@scalar/openapi-parser": "^0.1.0",
"hono": "^3.12.12",
"hono": "^4.0.2",
"vite-node": "^1.2.2"
},
"devDependencies": {
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f313135

Please sign in to comment.