Skip to content

Commit

Permalink
Bump openapi-typescript from 7.0.1 to 7.3.0 (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlp73 authored Aug 13, 2024
2 parents 6792399 + 759ce6b commit ed4ff81
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 404 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"stylelint:fix": "stylelint 'src/**/*.{css,scss}' --fix",
"prettier:check": "prettier --check '**/*.{cjs,js,jsx,ts,tsx,json}'",
"prettier:fix": "prettier --write '**/*.{cjs,js,jsx,ts,tsx,json}'",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@elastic/ecs-winston-format": "^1.5.3",
Expand Down Expand Up @@ -79,7 +79,7 @@
"lint-staged": "^15.2.7",
"msw": "^2.3.1",
"node-sass": "^9.0.0",
"openapi-typescript": "^7.0.1",
"openapi-typescript": "^7.3.0",
"postcss": "^8.4.39",
"postcss-modules-extract-imports": "^3.1.0",
"postcss-modules-local-by-default": "^4.0.5",
Expand Down
Loading

0 comments on commit ed4ff81

Please sign in to comment.