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

Commit

Permalink
Merge pull request #980 from true-runes/development
Browse files Browse the repository at this point in the history
v21.0.2
  • Loading branch information
nikukyugamer committed Apr 30, 2023
2 parents 5d87a8d + 965020b commit d33180f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions components/common/RankingTableAndTweetSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const RankingTableAndTweetSummary: NextPage = () => {
<div className="text-left">
<p className="text-center">
<a
href="https://gensosenkyo.booth.pm/items/4262247"
href="https://drive.google.com/file/d/1zmmWdC69cwNLT3cEDT3D2vdgszhkE1zd/view"
className="underline underline-offset-4 text-blue-500 hover:text-blue-900"
target="_blank"
rel="noreferrer"
>
順位表 (BOOTH)
順位表 (PDF)
</a>
<span className="pl-1">
<ExternalLink />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@bugsnag/plugin-react": "7.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/node": "18.16.1",
"@types/node": "18.16.3",
"@types/react": "18.0.26",
"@types/react-burger-menu": "2.8.3",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/styled-components": "5.1.26",
"autoprefixer": "10.4.14",
"axios": "1.3.6",
"axios": "1.4.0",
"cypress": "12.11.0",
"daisyui": "2.51.6",
"dayjs": "1.11.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1129,10 +1129,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da"
integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==

"@types/node@18.16.1":
version "18.16.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.1.tgz#5db121e9c5352925bb1f1b892c4ae620e3526799"
integrity sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==
"@types/node@18.16.3":
version "18.16.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01"
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==

"@types/node@^14.14.31":
version "14.18.12"
Expand Down Expand Up @@ -1585,10 +1585,10 @@ axe-core@^4.3.5:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==

axios@1.3.6:
version "1.3.6"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646"
integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==
axios@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit d33180f

Please sign in to comment.