Skip to content

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Chan committed Feb 29, 2024
1 parent d0d98e5 commit bba59d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^17",
"swagger-ui-react": "5.10.5"
"swagger-ui-react": "<5.11.0"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9067,7 +9067,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@*", "@types/react-dom@<18.0.0":
"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^17":
version "17.0.25"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
Expand Down Expand Up @@ -23014,7 +23014,7 @@ swagger-client@^3.24.6:
traverse "~0.6.6"
undici "^5.24.0"

swagger-ui-react@^5.0.0:
swagger-ui-react@<5.11.0, swagger-ui-react@^5.0.0:
version "5.10.5"
resolved "https://registry.yarnpkg.com/swagger-ui-react/-/swagger-ui-react-5.10.5.tgz#a9da3c452599530b1df4e1c7860c2888f683c617"
integrity sha512-uBQLku4j3L1NC4/xE3HTgz1EcFisBphh8AnGqbj9LMxeGGcpKOlx/ZDigRAeVXWr9jOnZZbeGBzMe4NVHxPZrQ==
Expand Down

0 comments on commit bba59d4

Please sign in to comment.