Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
to roll back polished version, see styled-components/polished#644
  • Loading branch information
peterstadler committed Feb 1, 2024
1 parent 3eaf281 commit 9a541f1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==

"@babel/runtime@^7.16.7", "@babel/runtime@^7.23.9":
"@babel/runtime@^7.16.7", "@babel/runtime@^7.17.8":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
Expand Down Expand Up @@ -130,11 +130,11 @@
uri-js "^4.2.2"

"@redocly/cli@^1.2.0":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.8.1.tgz#ce741020ae5744ff18664d0587703fd530085512"
integrity sha512-Jf63hGI/YYTKhs8nNCmjS/Qz6iVhHdV8tR3LRXTbYNy4Hsm5piBqFuJ1PxhBXZ5Qt5oZPv3UYfgT1876Q3xM8Q==
version "1.8.2"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.8.2.tgz#bd47f3ee7f15f41cf12e9aebea37121a7140defd"
integrity sha512-HrdLlCEOrHEZGdm2dYcgUaNb7o0Nga7sX+a3us/M0ixHrQ0GMlGcxAphB+Cxylud+MpIdEQ3eoEVJ/clFRa1Zw==
dependencies:
"@redocly/openapi-core" "1.8.1"
"@redocly/openapi-core" "1.8.2"
abort-controller "^3.0.0"
chokidar "^3.5.1"
colorette "^1.2.0"
Expand All @@ -153,10 +153,10 @@
styled-components "^6.0.7"
yargs "17.0.1"

"@redocly/[email protected].1", "@redocly/openapi-core@^1.0.0-rc.2":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.8.1.tgz#b9eb8b05b9ba379fc63b2241d860c87db584bed5"
integrity sha512-8gTDKZaGarknXiY/yYUx0cxnO8GEBWIG+H0LT+G/MWkBtOKL3p4cmEhjOC78klSeqjwEddzqCBZw1Ap7rLH0ww==
"@redocly/[email protected].2", "@redocly/openapi-core@^1.0.0-rc.2":
version "1.8.2"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.8.2.tgz#fe593dcde330363c5d23c96dfba97ba0197724b3"
integrity sha512-VjUz3wrqcDbO1HfEB0AUzh6Y7T1jNJR4Jmgfs0ipuoipLjU5bDsdfKJGSSz2u0WpfmqklPsd11ynkgL5Y+MlCg==
dependencies:
"@redocly/ajv" "^8.11.0"
colorette "^1.2.0"
Expand Down Expand Up @@ -1206,11 +1206,11 @@ pluralize@^8.0.0:
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==

polished@^4.1.3:
version "4.3.0"
resolved "https://registry.yarnpkg.com/polished/-/polished-4.3.0.tgz#f25cfb64940b26262ed0586cb97feca155d97926"
integrity sha512-ggU2H9FdSRwmcfGEPFaUNoX+P6cVbmIhobEpVBCiclCm6Ku+vlzh7wmhBRplYUqsECt8ZHwM8CaVjLBzLMJB1g==
version "4.2.2"
resolved "https://registry.yarnpkg.com/polished/-/polished-4.2.2.tgz#2529bb7c3198945373c52e34618c8fe7b1aa84d1"
integrity sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==
dependencies:
"@babel/runtime" "^7.23.9"
"@babel/runtime" "^7.17.8"

popper.js@^1.16.1:
version "1.16.1"
Expand Down

0 comments on commit 9a541f1

Please sign in to comment.