Skip to content

Commit 2a2042f

Browse files
authored
Merge pull request #328 from raduwen/dependabot/npm_and_yarn/next-13.1.1
build(deps): bump next from 12.3.1 to 13.1.1
2 parents d2a90d7 + e5a79b5 commit 2a2042f

File tree

5 files changed

+113
-112
lines changed

5 files changed

+113
-112
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"date-fns-tz": "^1.3.7",
2222
"firebase": "^9.13.0",
2323
"framer-motion": "^8.1.9",
24-
"next": "^12.3.1",
24+
"next": "^13.1.1",
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0"
2727
},

src/components/Header/BrandLogo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const BrandLogo = () => {
77
<Image
88
alt="brand logo"
99
src="/images/brand_logo.png"
10-
width="134px"
11-
height="44px"
10+
width={134}
11+
height={44}
1212
/>
1313
</Box>
1414
)

src/domain/gamedev-diary/repository/PostRepository.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const posts: PostEntity[] = [
1010
body: [
1111
{ type: 'text', body: 'デバッグ機能を楽に使えるようにデバッグメニューを実装しました。' },
1212
{ type: 'text', body: 'ここで少しアーキテクチャとか設計しなおしたくなってきているので、一旦整理のフェーズに入りたい。'},
13-
{ type: 'image', attributes: { src: '/images/pecaroid5-1.png', layout: 'responsive', width: '642', height: '512' } }
13+
{ type: 'image', attributes: { src: '/images/pecaroid5-1.png', layout: 'responsive', width: 642, height: 512, alt: 'Pecaroid' } }
1414
]
1515
},
1616
{
@@ -25,7 +25,7 @@ const posts: PostEntity[] = [
2525
{ type: 'text', body: '一旦計算してどういう方針で開発するのがいいか探っていくことにします。' },
2626
{ type: 'h2', body: 'デバッグUI' },
2727
{ type: 'text', body: 'まだまだ簡易版ですがデバッグ用のUIを追加しました。' },
28-
{ type: 'image', attributes: { src: '/images/pecaroid4-1.png', layout: 'responsive', width: '642', height: '512' } }
28+
{ type: 'image', attributes: { src: '/images/pecaroid4-1.png', layout: 'responsive', width: 642, height: 512, alt: 'Pecaroid' } }
2929
]
3030
},
3131
{
@@ -40,7 +40,7 @@ const posts: PostEntity[] = [
4040
{ type: 'text', body: 'あとこの機能のデバッグ用のシーンもとりあえず追加。' },
4141
{ type: 'text', body: '将来的にゲーム内から入力設定をできるようにしないといけない。' },
4242
{ type: 'text', body: '複数接続したときとかパッド周りはややめんどいことになりそう。' },
43-
{ type: 'image', attributes: { src: '/images/pecaroid3-1.png', layout: 'responsive', width: '642', height: '512' } }
43+
{ type: 'image', attributes: { src: '/images/pecaroid3-1.png', layout: 'responsive', width: 642, height: 512, alt: 'Pecaroid' } }
4444
]
4545
},
4646
{
@@ -49,10 +49,10 @@ const posts: PostEntity[] = [
4949
title: 'Pecaroid#2 シーンの管理',
5050
date: zonedTimeToUtc('2022-03-29T17:50:00', 'Asia/Tokyo'),
5151
body: [
52-
{ type: 'image', attributes: { src: '/images/pecaroid2-1.png', layout: 'responsive', width: '752', height: '640' } },
52+
{ type: 'image', attributes: { src: '/images/pecaroid2-1.png', layout: 'responsive', width: 752, height: 640, alt: 'Pecaroid' } },
5353
{ type: 'text', body: 'シーンの管理を実装しました。' },
5454
{ type: 'text', body: 'プレイ→メニュー→プレイみたいな時にどこからメニューに来たってのをメニューが知らなくてもいいようにスタックするようにしました。' },
55-
{ type: 'image', attributes: { src: '/images/pecaroid2-2.png', layout: 'responsive', width: '542', height: '55' } },
55+
{ type: 'image', attributes: { src: '/images/pecaroid2-2.png', layout: 'responsive', width: 542, height: 55, alt: 'Pecaroid' } },
5656
{ type: 'h2', body: 'アセット管理' },
5757
{ type: 'text', body: 'デバッグプリントを画面にしたかったのでフォントを管理したくなりました。' },
5858
{ type: 'text', body: 'プロトタイプとしてFontManagerを用意しました。' },
@@ -70,7 +70,7 @@ const posts: PostEntity[] = [
7070
{ type: 'text', body: 'ウィンドウの管理はApplicationでやるようにしたので、イベント処理や画面クリアなどはApplicationでやらせる。' },
7171
{ type: 'text', body: 'ゲームの更新処理と描画処理をゲームクラスに担わせた。' },
7272
{ type: 'text', body: 'と言っても中は空なんだけど…。' },
73-
{ type: 'image', attributes: { src: '/images/pecaroid1-1.png', layout: 'responsive', width: '752', height: '620' } },
73+
{ type: 'image', attributes: { src: '/images/pecaroid1-1.png', layout: 'responsive', width: 752, height: 620, alt: 'Pecaroid' } },
7474
{ type: 'h2', body: 'その他' },
7575
{ type: 'text', body: 'マルチプラットフォーム対応する上でビルドも楽にしたかったのでCMakeを導入。' },
7676
{ type: 'text', body: 'ドキュメントを残した方がいいのでDoxygenも導入。' },

src/pages/top/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TopPage = () => {
1414
</Head>
1515
<Board>
1616
<Box display="flex" justifyContent="center">
17-
<Image alt="logo" src="/images/logo.png" width="332" height="32" />
17+
<Image alt="logo" src="/images/logo.png" width={332} height={32} />
1818
</Box>
1919

2020
<Box mt="16">

yarn.lock

Lines changed: 103 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,10 +1548,10 @@
15481548
hey-listen "^1.0.8"
15491549
tslib "^2.3.1"
15501550

1551-
"@next/env@12.3.4":
1552-
version "12.3.4"
1553-
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.4.tgz#c787837d36fcad75d72ff8df6b57482027d64a47"
1554-
integrity sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==
1551+
"@next/env@13.1.1":
1552+
version "13.1.1"
1553+
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.1.1.tgz#6ff26488dc7674ef2bfdd1ca28fe43eed1113bea"
1554+
integrity sha512-vFMyXtPjSAiOXOywMojxfKIqE3VWN5RCAx+tT3AS3pcKjMLFTCJFUWsKv8hC+87Z1F4W3r68qTwDFZIFmd5Xkw==
15551555

15561556
"@next/eslint-plugin-next@13.1.1":
15571557
version "13.1.1"
@@ -1560,70 +1560,70 @@
15601560
dependencies:
15611561
glob "7.1.7"
15621562

1563-
"@next/swc-android-arm-eabi@12.3.4":
1564-
version "12.3.4"
1565-
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.3.4.tgz#fd1c2dafe92066c6120761c6a39d19e666dc5dd0"
1566-
integrity sha512-cM42Cw6V4Bz/2+j/xIzO8nK/Q3Ly+VSlZJTa1vHzsocJRYz8KT6MrreXaci2++SIZCF1rVRCDgAg5PpqRibdIA==
1567-
1568-
"@next/swc-android-arm64@12.3.4":
1569-
version "12.3.4"
1570-
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.3.4.tgz#11a146dae7b8bca007239b21c616e83f77b19ed4"
1571-
integrity sha512-5jf0dTBjL+rabWjGj3eghpLUxCukRhBcEJgwLedewEA/LJk2HyqCvGIwj5rH+iwmq1llCWbOky2dO3pVljrapg==
1572-
1573-
"@next/swc-darwin-arm64@12.3.4":
1574-
version "12.3.4"
1575-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.3.4.tgz#14ac8357010c95e67327f47082af9c9d75d5be79"
1576-
integrity sha512-DqsSTd3FRjQUR6ao0E1e2OlOcrF5br+uegcEGPVonKYJpcr0MJrtYmPxd4v5T6UCJZ+XzydF7eQo5wdGvSZAyA==
1577-
1578-
"@next/swc-darwin-x64@12.3.4":
1579-
version "12.3.4"
1580-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.3.4.tgz#e7dc63cd2ac26d15fb84d4d2997207fb9ba7da0f"
1581-
integrity sha512-PPF7tbWD4k0dJ2EcUSnOsaOJ5rhT3rlEt/3LhZUGiYNL8KvoqczFrETlUx0cUYaXe11dRA3F80Hpt727QIwByQ==
1582-
1583-
"@next/swc-freebsd-x64@12.3.4":
1584-
version "12.3.4"
1585-
resolved "https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-12.3.4.tgz#fe7ceec58746fdf03f1fcb37ec1331c28e76af93"
1586-
integrity sha512-KM9JXRXi/U2PUM928z7l4tnfQ9u8bTco/jb939pdFUHqc28V43Ohd31MmZD1QzEK4aFlMRaIBQOWQZh4D/E5lQ==
1587-
1588-
"@next/swc-linux-arm-gnueabihf@12.3.4":
1589-
version "12.3.4"
1590-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.3.4.tgz#d7016934d02bfc8bd69818ffb0ae364b77b17af7"
1591-
integrity sha512-3zqD3pO+z5CZyxtKDTnOJ2XgFFRUBciOox6EWkoZvJfc9zcidNAQxuwonUeNts6Xbm8Wtm5YGIRC0x+12YH7kw==
1592-
1593-
"@next/swc-linux-arm64-gnu@12.3.4":
1594-
version "12.3.4"
1595-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.3.4.tgz#43a7bc409b03487bff5beb99479cacdc7bd29af5"
1596-
integrity sha512-kiX0vgJGMZVv+oo1QuObaYulXNvdH/IINmvdZnVzMO/jic/B8EEIGlZ8Bgvw8LCjH3zNVPO3mGrdMvnEEPEhKA==
1597-
1598-
"@next/swc-linux-arm64-musl@12.3.4":
1599-
version "12.3.4"
1600-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.3.4.tgz#4d1db6de6dc982b974cd1c52937111e3e4a34bd3"
1601-
integrity sha512-EETZPa1juczrKLWk5okoW2hv7D7WvonU+Cf2CgsSoxgsYbUCZ1voOpL4JZTOb6IbKMDo6ja+SbY0vzXZBUMvkQ==
1602-
1603-
"@next/swc-linux-x64-gnu@12.3.4":
1604-
version "12.3.4"
1605-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.3.4.tgz#c3b414d77bab08b35f7dd8943d5586f0adb15e38"
1606-
integrity sha512-4csPbRbfZbuWOk3ATyWcvVFdD9/Rsdq5YHKvRuEni68OCLkfy4f+4I9OBpyK1SKJ00Cih16NJbHE+k+ljPPpag==
1607-
1608-
"@next/swc-linux-x64-musl@12.3.4":
1609-
version "12.3.4"
1610-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.3.4.tgz#187a883ec09eb2442a5ebf126826e19037313c61"
1611-
integrity sha512-YeBmI+63Ro75SUiL/QXEVXQ19T++58aI/IINOyhpsRL1LKdyfK/35iilraZEFz9bLQrwy1LYAR5lK200A9Gjbg==
1612-
1613-
"@next/swc-win32-arm64-msvc@12.3.4":
1614-
version "12.3.4"
1615-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.3.4.tgz#89befa84e453ed2ef9a888f375eba565a0fde80b"
1616-
integrity sha512-Sd0qFUJv8Tj0PukAYbCCDbmXcMkbIuhnTeHm9m4ZGjCf6kt7E/RMs55Pd3R5ePjOkN7dJEuxYBehawTR/aPDSQ==
1617-
1618-
"@next/swc-win32-ia32-msvc@12.3.4":
1619-
version "12.3.4"
1620-
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.3.4.tgz#cb50c08f0e40ead63642a7f269f0c8254261f17c"
1621-
integrity sha512-rt/vv/vg/ZGGkrkKcuJ0LyliRdbskQU+91bje+PgoYmxTZf/tYs6IfbmgudBJk6gH3QnjHWbkphDdRQrseRefQ==
1622-
1623-
"@next/swc-win32-x64-msvc@12.3.4":
1624-
version "12.3.4"
1625-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.3.4.tgz#d28ea15a72cdcf96201c60a43e9630cd7fda168f"
1626-
integrity sha512-DQ20JEfTBZAgF8QCjYfJhv2/279M6onxFjdG/+5B0Cyj00/EdBxiWb2eGGFgQhrBbNv/lsvzFbbi0Ptf8Vw/bg==
1563+
"@next/swc-android-arm-eabi@13.1.1":
1564+
version "13.1.1"
1565+
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.1.1.tgz#b5c3cd1f79d5c7e6a3b3562785d4e5ac3555b9e1"
1566+
integrity sha512-qnFCx1kT3JTWhWve4VkeWuZiyjG0b5T6J2iWuin74lORCupdrNukxkq9Pm+Z7PsatxuwVJMhjUoYz7H4cWzx2A==
1567+
1568+
"@next/swc-android-arm64@13.1.1":
1569+
version "13.1.1"
1570+
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-13.1.1.tgz#e2ca9ccbba9ef770cb19fbe96d1ac00fe4cb330d"
1571+
integrity sha512-eCiZhTzjySubNqUnNkQCjU3Fh+ep3C6b5DCM5FKzsTH/3Gr/4Y7EiaPZKILbvnXmhWtKPIdcY6Zjx51t4VeTfA==
1572+
1573+
"@next/swc-darwin-arm64@13.1.1":
1574+
version "13.1.1"
1575+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.1.1.tgz#4af00877332231bbd5a3703435fdd0b011e74767"
1576+
integrity sha512-9zRJSSIwER5tu9ADDkPw5rIZ+Np44HTXpYMr0rkM656IvssowPxmhK0rTreC1gpUCYwFsRbxarUJnJsTWiutPg==
1577+
1578+
"@next/swc-darwin-x64@13.1.1":
1579+
version "13.1.1"
1580+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-13.1.1.tgz#bf4cb09e7e6ec6d91e031118dde2dd17078bcbbc"
1581+
integrity sha512-qWr9qEn5nrnlhB0rtjSdR00RRZEtxg4EGvicIipqZWEyayPxhUu6NwKiG8wZiYZCLfJ5KWr66PGSNeDMGlNaiA==
1582+
1583+
"@next/swc-freebsd-x64@13.1.1":
1584+
version "13.1.1"
1585+
resolved "https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.1.1.tgz#6933ea1264328e8523e28818f912cd53824382d4"
1586+
integrity sha512-UwP4w/NcQ7V/VJEj3tGVszgb4pyUCt3lzJfUhjDMUmQbzG9LDvgiZgAGMYH6L21MoyAATJQPDGiAMWAPKsmumA==
1587+
1588+
"@next/swc-linux-arm-gnueabihf@13.1.1":
1589+
version "13.1.1"
1590+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.1.1.tgz#b5896967aaba3873d809c3ad2e2039e89acde419"
1591+
integrity sha512-CnsxmKHco9sosBs1XcvCXP845Db+Wx1G0qouV5+Gr+HT/ZlDYEWKoHVDgnJXLVEQzq4FmHddBNGbXvgqM1Gfkg==
1592+
1593+
"@next/swc-linux-arm64-gnu@13.1.1":
1594+
version "13.1.1"
1595+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.1.1.tgz#91b3e9ea8575b1ded421c0ea0739b7bccf228469"
1596+
integrity sha512-JfDq1eri5Dif+VDpTkONRd083780nsMCOKoFG87wA0sa4xL8LGcXIBAkUGIC1uVy9SMsr2scA9CySLD/i+Oqiw==
1597+
1598+
"@next/swc-linux-arm64-musl@13.1.1":
1599+
version "13.1.1"
1600+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.1.1.tgz#83149ea05d7d55f3664d608dbe004c0d125f9147"
1601+
integrity sha512-GA67ZbDq2AW0CY07zzGt07M5b5Yaq5qUpFIoW3UFfjOPgb0Sqf3DAW7GtFMK1sF4ROHsRDMGQ9rnT0VM2dVfKA==
1602+
1603+
"@next/swc-linux-x64-gnu@13.1.1":
1604+
version "13.1.1"
1605+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.1.1.tgz#d7d0777b56de0dd82b78055772e13e18594a15ca"
1606+
integrity sha512-nnjuBrbzvqaOJaV+XgT8/+lmXrSCOt1YYZn/irbDb2fR2QprL6Q7WJNgwsZNxiLSfLdv+2RJGGegBx9sLBEzGA==
1607+
1608+
"@next/swc-linux-x64-musl@13.1.1":
1609+
version "13.1.1"
1610+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.1.1.tgz#41655722b127133cd95ab5bc8ca1473e9ab6876f"
1611+
integrity sha512-CM9xnAQNIZ8zf/igbIT/i3xWbQZYaF397H+JroF5VMOCUleElaMdQLL5riJml8wUfPoN3dtfn2s4peSr3azz/g==
1612+
1613+
"@next/swc-win32-arm64-msvc@13.1.1":
1614+
version "13.1.1"
1615+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.1.1.tgz#f10da3dfc9b3c2bbd202f5d449a9b807af062292"
1616+
integrity sha512-pzUHOGrbgfGgPlOMx9xk3QdPJoRPU+om84hqVoe6u+E0RdwOG0Ho/2UxCgDqmvpUrMab1Deltlt6RqcXFpnigQ==
1617+
1618+
"@next/swc-win32-ia32-msvc@13.1.1":
1619+
version "13.1.1"
1620+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.1.1.tgz#4c0102b9b18ece15c818056d07e3917ee9dade78"
1621+
integrity sha512-WeX8kVS46aobM9a7Xr/kEPcrTyiwJqQv/tbw6nhJ4fH9xNZ+cEcyPoQkwPo570dCOLz3Zo9S2q0E6lJ/EAUOBg==
1622+
1623+
"@next/swc-win32-x64-msvc@13.1.1":
1624+
version "13.1.1"
1625+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.1.1.tgz#c209a37da13be27b722f9c40c40ab4b094866244"
1626+
integrity sha512-mVF0/3/5QAc5EGVnb8ll31nNvf3BWpPY4pBb84tk+BfQglWLqc5AC9q1Ht/YMWiEgs8ALNKEQ3GQnbY0bJF2Gg==
16271627

16281628
"@nodelib/fs.scandir@2.1.5":
16291629
version "2.1.5"
@@ -1752,10 +1752,10 @@
17521752
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
17531753
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
17541754

1755-
"@swc/helpers@0.4.11":
1756-
version "0.4.11"
1757-
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.11.tgz#db23a376761b3d31c26502122f349a21b592c8de"
1758-
integrity sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==
1755+
"@swc/helpers@0.4.14":
1756+
version "0.4.14"
1757+
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
1758+
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
17591759
dependencies:
17601760
tslib "^2.4.0"
17611761

@@ -2710,6 +2710,11 @@ cli-width@^3.0.0:
27102710
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
27112711
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
27122712

2713+
client-only@0.0.1:
2714+
version "0.0.1"
2715+
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
2716+
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
2717+
27132718
cliui@^7.0.2:
27142719
version "7.0.4"
27152720
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
@@ -5756,31 +5761,30 @@ netmask@^2.0.2:
57565761
resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
57575762
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
57585763

5759-
next@^12.3.1:
5760-
version "12.3.4"
5761-
resolved "https://registry.yarnpkg.com/next/-/next-12.3.4.tgz#f2780a6ebbf367e071ce67e24bd8a6e05de2fcb1"
5762-
integrity sha512-VcyMJUtLZBGzLKo3oMxrEF0stxh8HwuW976pAzlHhI3t8qJ4SROjCrSh1T24bhrbjw55wfZXAbXPGwPt5FLRfQ==
5764+
next@^13.1.1:
5765+
version "13.1.1"
5766+
resolved "https://registry.yarnpkg.com/next/-/next-13.1.1.tgz#42b825f650410649aff1017d203a088d77c80b5b"
5767+
integrity sha512-R5eBAaIa3X7LJeYvv1bMdGnAVF4fVToEjim7MkflceFPuANY3YyvFxXee/A+acrSYwYPvOvf7f6v/BM/48ea5w==
57635768
dependencies:
5764-
"@next/env" "12.3.4"
5765-
"@swc/helpers" "0.4.11"
5769+
"@next/env" "13.1.1"
5770+
"@swc/helpers" "0.4.14"
57665771
caniuse-lite "^1.0.30001406"
57675772
postcss "8.4.14"
5768-
styled-jsx "5.0.7"
5769-
use-sync-external-store "1.2.0"
5773+
styled-jsx "5.1.1"
57705774
optionalDependencies:
5771-
"@next/swc-android-arm-eabi" "12.3.4"
5772-
"@next/swc-android-arm64" "12.3.4"
5773-
"@next/swc-darwin-arm64" "12.3.4"
5774-
"@next/swc-darwin-x64" "12.3.4"
5775-
"@next/swc-freebsd-x64" "12.3.4"
5776-
"@next/swc-linux-arm-gnueabihf" "12.3.4"
5777-
"@next/swc-linux-arm64-gnu" "12.3.4"
5778-
"@next/swc-linux-arm64-musl" "12.3.4"
5779-
"@next/swc-linux-x64-gnu" "12.3.4"
5780-
"@next/swc-linux-x64-musl" "12.3.4"
5781-
"@next/swc-win32-arm64-msvc" "12.3.4"
5782-
"@next/swc-win32-ia32-msvc" "12.3.4"
5783-
"@next/swc-win32-x64-msvc" "12.3.4"
5775+
"@next/swc-android-arm-eabi" "13.1.1"
5776+
"@next/swc-android-arm64" "13.1.1"
5777+
"@next/swc-darwin-arm64" "13.1.1"
5778+
"@next/swc-darwin-x64" "13.1.1"
5779+
"@next/swc-freebsd-x64" "13.1.1"
5780+
"@next/swc-linux-arm-gnueabihf" "13.1.1"
5781+
"@next/swc-linux-arm64-gnu" "13.1.1"
5782+
"@next/swc-linux-arm64-musl" "13.1.1"
5783+
"@next/swc-linux-x64-gnu" "13.1.1"
5784+
"@next/swc-linux-x64-musl" "13.1.1"
5785+
"@next/swc-win32-arm64-msvc" "13.1.1"
5786+
"@next/swc-win32-ia32-msvc" "13.1.1"
5787+
"@next/swc-win32-x64-msvc" "13.1.1"
57845788

57855789
nice-try@^1.0.4:
57865790
version "1.0.5"
@@ -7081,10 +7085,12 @@ strip-json-comments@~2.0.1:
70817085
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
70827086
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
70837087

7084-
styled-jsx@5.0.7:
7085-
version "5.0.7"
7086-
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.7.tgz#be44afc53771b983769ac654d355ca8d019dff48"
7087-
integrity sha512-b3sUzamS086YLRuvnaDigdAewz1/EFYlHpYBP5mZovKEdQQOIIYq8lApylub3HHZ6xFjV051kkGU7cudJmrXEA==
7088+
styled-jsx@5.1.1:
7089+
version "5.1.1"
7090+
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.1.1.tgz#839a1c3aaacc4e735fed0781b8619ea5d0009d1f"
7091+
integrity sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==
7092+
dependencies:
7093+
client-only "0.0.1"
70887094

70897095
stylis@4.1.3:
70907096
version "4.1.3"
@@ -7561,11 +7567,6 @@ use-sidecar@^1.1.2:
75617567
detect-node-es "^1.1.0"
75627568
tslib "^2.0.0"
75637569

7564-
use-sync-external-store@1.2.0:
7565-
version "1.2.0"
7566-
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
7567-
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
7568-
75697570
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
75707571
version "1.0.2"
75717572
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)