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

v14.1.0 #371

Merged
merged 8 commits into from
Jun 7, 2022
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
suikoden_election_2022_frontend_build_and_test:
docker:
- image: cimg/node:18.2
- image: cimg/node:18.3
steps:
- checkout
- node/install-packages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: yarn-cache
run: echo "::set-output name=dir::.yarn/cache"
- name: Yarn のキャッシュファイルを取得する
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.railway
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.2.0
FROM node:18.3.0

WORKDIR /app
ARG EnvironmentVariable
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.11",
"@types/react": "18.0.12",
"@types/react-burger-menu": "^2.8.3",
"@types/styled-components": "^5.1.25",
"autoprefixer": "10.4.7",
"cypress": "10.0.2",
"cypress": "10.0.3",
"daisyui": "2.15.2",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
Expand Down
11 changes: 11 additions & 0 deletions pages/events-in-event/bonus-votes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,17 @@ const BonusVotes: NextPage = () => {
</div>
</div>

<div className="pb-4">
<h3 className="text-lg text-center">
<div className="underline underline-offset-4 pb-4">例③</div>
</h3>
<div className="text-base text-center pb-4">
「テッド」の総選挙運動ツイートが1件
<br />
→「テッド」に「+2票」
</div>
</div>

<div className="text-base text-left">
※誰が応募したか、応募が何件あるか…は関係なく、
<span className="text-red-500">
Expand Down
2 changes: 1 addition & 1 deletion pages/events-in-event/illustrations-with-results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const IllustrationsWithResults: NextPage = () => {
</li>
</ul>
<div className="py-2">
印刷に耐えるほどの高解像度な画像は、悪用されるケースがあります。適切なサイズに調整していただくことをおすすめいたします
印刷に耐えるほどの高解像度な画像が悪用されるケースがありますのでご注意ください
</div>
</div>

Expand Down
18 changes: 18 additions & 0 deletions pages/events-in-event/sosenkyo-book.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,24 @@ const SosenkyoBook: NextPage = () => {

<div className="divider" />

<h2 className="text-xl font-bold pb-4">過去の作品掲載について</h2>
<div className="pb-4 text-left">
<ul className="list-disc pl-6 pr-2 pt-2">
<li className="pb-2">
過去の幻水総選挙でご応募された開票イラストも掲載可能です。
</li>
<li className="pb-2">
ファイル名の末尾に開催年(「_2021」など)を付けてお送り下さい。WEB用データは不要です。
</li>
<li className="pb-2">
加筆・修正をしていただいても構いません。
</li>
<li className="pb-2">過去作品のみの掲載も歓迎いたします。</li>
</ul>
</div>

<div className="divider" />

<h2 className="text-xl font-bold pb-4">Q & A</h2>
<div className="text-base text-left">
<ul className="list-none pl-0 pr-2">
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected].11":
version "18.0.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.11.tgz#94c9b62020caff17d117374d724de853ec711d21"
integrity sha512-JxSwm54IgMW4XTR+zFF5QpNx4JITmFbB4WHR2J0vg9RpjNeyqEMlODXsD2e64br6GX70TL0UYjZJETpyyC1WdA==
"@types/[email protected].12":
version "18.0.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.12.tgz#cdaa209d0a542b3fcf69cf31a03976ec4cdd8840"
integrity sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down Expand Up @@ -1184,10 +1184,10 @@ csstype@^3.0.2:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==

[email protected].2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.2.tgz#6aeac1923d534f9850d57dad9496f9ea74034a23"
integrity sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA==
[email protected].3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.0.3.tgz#889b4bef863b7d1ef1b608b85b964394ad350c5f"
integrity sha512-8C82XTybsEmJC9POYSNITGUhMLCRwB9LadP0x33H+52QVoBjhsWvIzrI+ybCe0+TyxaF0D5/9IL2kSTgjqCB9A==
dependencies:
"@cypress/request" "^2.88.10"
"@cypress/xvfb" "^1.2.4"
Expand Down