Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jensborch/go-foosball
Browse files Browse the repository at this point in the history
  • Loading branch information
jensborch committed Oct 24, 2022
2 parents 8bdb3f7 + 3e71be6 commit 8b7d52e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@types/node": "^18.11.4",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-transition-group": "^4.4.5",
Expand Down Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"swagger-typescript-api": "^10.0.2"
"swagger-typescript-api": "^10.0.3"
},
"resolutions": {
"typescript": "4.7.4"
Expand Down
16 changes: 8 additions & 8 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2243,10 +2243,10 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==

"@types/node@*", "@types/node@^18.11.2":
version "18.11.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.2.tgz#c59b7641832531264fda3f1ba610362dc9a7dfc8"
integrity sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==
"@types/node@*", "@types/node@^18.11.4":
version "18.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c"
integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down Expand Up @@ -8936,10 +8936,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/swagger-schema-official/-/swagger-schema-official-2.0.0-bab6bed.tgz#70070468d6d2977ca5237b2e519ca7d06a2ea3fd"
integrity sha512-rCC0NWGKr/IJhtRuPq/t37qvZHI/mH4I4sxflVM+qgVe5Z2uOCivzWaVbuioJaB61kvm5UvB7b49E+oBY0M8jA==

swagger-typescript-api@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/swagger-typescript-api/-/swagger-typescript-api-10.0.2.tgz#97c79a2edbbb1bc2f72484c1d9a0ba028dfb77e4"
integrity sha512-/4pVOwRMKLnqCOBwXYOGif6I5lufLdGQsWOeSHQMQ38zXoAWJr2jGIaBWhxO6snRSiZQWzVFYnNBsYbNtJIKrQ==
swagger-typescript-api@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/swagger-typescript-api/-/swagger-typescript-api-10.0.3.tgz#ed05da3e9893d892d4cfa93f95c5a3a7aec40715"
integrity sha512-2jyuLtDIMl43/YDXuX1g4MtymyhO22LFer3wWZWkDEQOCy29pdKeNIi9aDYkWUCsEYSzgSmZfhA2eSa3t4d/XA==
dependencies:
"@types/swagger-schema-official" "2.0.22"
axios "0.27.2"
Expand Down

0 comments on commit 8b7d52e

Please sign in to comment.