Skip to content

Commit

Permalink
Showing 2 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@tanem/react-nprogress": "^3.0.57",
"clsx": "^1.1.1",
"contentful": "^8.1.8",
"next": "^10.0.8-canary.17",
"next": "^10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-focus-lock": "^2.5.0",
@@ -28,7 +28,7 @@
"@inabagumi/eslint-config-react": "^8.0.1",
"@inabagumi/prettier-config": "^1.1.2",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.8-canary.17",
"@next/mdx": "^10.0.8",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
62 changes: 31 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1313,25 +1313,25 @@
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==

"@next/env@10.0.8-canary.17":
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/@next/env/-/env-10.0.8-canary.17.tgz#4c47d7006ec25a362ceca95823b4f30d44961327"
integrity sha512-FLxcG0HAbY1DEpPT7pXBsd/hpAWFSHCbcx8diXlNym7zPyMKmK7C3r+5ekualukfXPH+Vctf99dUr0d4jWZoaw==

"@next/mdx@^10.0.8-canary.17":
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-10.0.8-canary.17.tgz#8d8370bfdd2c595cec2165c444b3ad40243d7a8c"
integrity sha512-G+0Hn8QQNuClPdqUSNPbSCaOQY4X3Wak1T8iAs7a2hkG0T7IXl6JTXTsmlRdq7SbI5XWc5CIi14YaNiJ1DcgaQ==

"@next/polyfill-module@10.0.8-canary.17":
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.0.8-canary.17.tgz#8aa05c505091ff21361cc2ad9daa6da0e59b968e"
integrity sha512-mDEY5IBWwLuebnSfM38ilMTflT3nilGdTf1O3GOZESyOmXh4f8gBcC3Tty+0ffz8Byx6ZW2yuTZULVQKVtlLrA==

"@next/react-dev-overlay@10.0.8-canary.17":
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.0.8-canary.17.tgz#58a79c79e0a3b7aa84424d8302067d7527a81300"
integrity sha512-5+tWo0Eec75WuwcJ9wq18fHQvUhVUJNCdHF3eoSGDe1GGkFGGDQgtoG6RPYGRn/6p+abHvLdY2D27+IU4if8YQ==
"@next/env@10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@next/env/-/env-10.0.8.tgz#3306c9de20ef187438affbafce0ef966c9e43c3b"
integrity sha512-vWdxAHD6gJn52tN5bxj1VoRgu5lNtRPc/HyYf7V014k2GZ9eKhqoFQGSSMNGHB7WgdUxLVw75+o9Ek9ClOOAjw==

"@next/mdx@^10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-10.0.8.tgz#a495cafa7d847fb97616fc5200fe4aeb1a511ba3"
integrity sha512-t/Nl9MTMzH0hrjFNMk0cvsSEbFjPuiOzbgAPy29N/9PVPoTAF56EcUSKVYEKvV/VWsk+EkuptQXEh9W6DIL2fg==

"@next/polyfill-module@10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.0.8.tgz#1d033f390389591f227499e286911e3db14c484b"
integrity sha512-JCUGB4/SKQ4LXniv7LKGrpW+W2DGH/CLkrgXgSo/Ze+EJdMDLxC/VFhiuW+TgAaAWLE4gryoswlZBNyHtkPGQA==

"@next/react-dev-overlay@10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.0.8.tgz#a8e841647b74f9720cc60d3e3bd3da225ad12533"
integrity sha512-ygVsvkzYTYIuME+dUUSjCxbNjrJ+Up9Y+CrWEmSSk6HuxajUvrB9vN6RT+PeAzEOQ5er1sWxmVHVdPknQPVWyQ==
dependencies:
"@babel/code-frame" "7.12.11"
anser "1.4.9"
@@ -1345,10 +1345,10 @@
stacktrace-parser "0.1.10"
strip-ansi "6.0.0"

"@next/react-refresh-utils@10.0.8-canary.17":
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.8-canary.17.tgz#5a6d228cf292cc7da56190dee2113304a545c209"
integrity sha512-MnN0olQcy/vzVvYsA0YPkjJ7tK0MskmlqyxWDPurQgifLh0H5rq5nh08WZkHddr7pYvczCjABXWUHlzxvkKwUw==
"@next/react-refresh-utils@10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.0.8.tgz#6129d633e2c0a9b5760de002e998932f08c8baae"
integrity sha512-ZMO77Xs2ioGV/nZB4GRDHgsNT2jhOp+cZIh6c7wf0xw9o/1KoTWN8nxWzwU/laAtkoSS+E6YdhuR4Mw3Ar3CSg==

"@nodelib/fs.scandir@2.1.4":
version "2.1.4"
@@ -6979,17 +6979,17 @@ next-pwa@^5.0.5:
workbox-webpack-plugin "^6.1.0"
workbox-window "^6.1.0"

next@^10.0.8-canary.17:
version "10.0.8-canary.17"
resolved "https://registry.yarnpkg.com/next/-/next-10.0.8-canary.17.tgz#66bbbae0f3a0de3dc1c3942a9ffa35ef3ef0c0fc"
integrity sha512-dzu34iyDIImLBGcuL+qJ1WrQEAFJa5uxrtO+JeDVyYOH7VN5+NCpgYWLolVJfGHo7GWSEVYQh2sU9Yd8IT+Ehg==
next@^10.0.8:
version "10.0.8"
resolved "https://registry.yarnpkg.com/next/-/next-10.0.8.tgz#a2232c11ffad974d67f3d572b8db2acaa5ddedd7"
integrity sha512-iDY65ce4Prn/9EnQpJGFMb5QJvtGWzZPk6KQqT7vDNu4D+jkivkk9NaAs/k1hR73pXdJHmhHer1s0YxLSghAKQ==
dependencies:
"@babel/runtime" "7.12.5"
"@hapi/accept" "5.0.1"
"@next/env" "10.0.8-canary.17"
"@next/polyfill-module" "10.0.8-canary.17"
"@next/react-dev-overlay" "10.0.8-canary.17"
"@next/react-refresh-utils" "10.0.8-canary.17"
"@next/env" "10.0.8"
"@next/polyfill-module" "10.0.8"
"@next/react-dev-overlay" "10.0.8"
"@next/react-refresh-utils" "10.0.8"
"@opentelemetry/api" "0.14.0"
ast-types "0.13.2"
browserslist "4.16.1"

0 comments on commit 7675aaa

Please sign in to comment.