From 74c1656b720e86ece25de7fbe06f09dfad820e94 Mon Sep 17 00:00:00 2001 From: Thomas Osmonson Date: Mon, 27 Jul 2020 12:21:40 -0500 Subject: [PATCH] build: bump next --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 4c9e1f60..628a65c6 100755 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lodash.debounce": "^4.0.8", "mdi-react": "7.3.0", "micro-memoize": "^4.0.9", - "next": "^9.4.5-canary.45", + "next": "^9.5.0", "next-google-fonts": "^1.1.0", "next-mdx-enhanced": "^3.0.0", "next-mdx-remote": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index 95fbdc9f..479cb40b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1654,10 +1654,10 @@ resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-9.4.4.tgz#ad1da5ecd2f3ee4b07fdf9a938441efffd58af6b" integrity sha512-d1WPPxube7kgQo5JjfiFxPoK+set0OBCNeIJnF8TN176v4SsFNngfB4I5RIxsdXqD7aPzWeFcxCGGGvbzjKa8A== -"@next/react-dev-overlay@9.4.5-canary.45": - version "9.4.5-canary.45" - resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-9.4.5-canary.45.tgz#b703c1a8fd14942027bb471e11d6409d2dd71383" - integrity sha512-3S/nD6SgcTMys++pbusTY9UqxXGWEXW/QxfsIrV1k7ydFC9omioEnh/wlQqd3MUPGS2mTT+yLJ2eObSQuS93mg== +"@next/react-dev-overlay@9.5.0": + version "9.5.0" + resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-9.5.0.tgz#0cf9b5b843d7520919c0c6f887799b3eb848d900" + integrity sha512-Ds+sQnyeYWq07QIJ7bbYE6WI6ZdPSa+3S+cysvdy0zLLaHemp/Ew8OteXvgNtZYo9OGYBbngxHVUORDcQHaCng== dependencies: "@babel/code-frame" "7.8.3" ally.js "1.4.1" @@ -1670,10 +1670,10 @@ stacktrace-parser "0.1.10" strip-ansi "6.0.0" -"@next/react-refresh-utils@9.4.5-canary.45": - version "9.4.5-canary.45" - resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-9.4.5-canary.45.tgz#f9392390aadbf8ff20f14f1fe8001cfa3bad408a" - integrity sha512-dWoxGLQEbE75jmUKIDAbGJn1T9y590iAHc+CM/aOCa4yo14yshY/GL1D0xuCDkc8QFZeIDZyTR4uS+uR1CeiVg== +"@next/react-refresh-utils@9.5.0": + version "9.5.0" + resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-9.5.0.tgz#5d3923bc5520f355c3a70b72673c92d23719cf4b" + integrity sha512-YaLBsyAQuEDTyzEuTzg/VwwSqpfNkJ5fiQNIBSGY+UmSpg1+1OHIyMRURzLKO1K7ad3w6kZ+ykgGcMLToR33EQ== "@nodelib/fs.stat@^1.1.2": version "1.1.3" @@ -6975,10 +6975,10 @@ next-transpile-modules@^3.3.0: micromatch "^4.0.2" slash "^3.0.0" -next@^9.4.5-canary.45: - version "9.4.5-canary.45" - resolved "https://registry.yarnpkg.com/next/-/next-9.4.5-canary.45.tgz#77c6c6ebc6b8a83649a39ea85b6883c8b2c26df2" - integrity sha512-msgsYKZJaNFwfA//vuir5VQ43s/gQr6o0f8PV+bn85w2h6VPJx7joAvBaMbYXUShKGVcAHbISasFhARy17ScWw== +next@^9.5.0: + version "9.5.0" + resolved "https://registry.yarnpkg.com/next/-/next-9.5.0.tgz#964c35db00f9938443a53858e16bba31d234fb4b" + integrity sha512-kb6QnrbMyS/h4bvryZSQKgRqLtFVL2NZQed4jxrFZ15yxtwdsSCf5+LNfS7bcpVxh7HeD5Ddwh55l9+nOGkEBQ== dependencies: "@ampproject/toolbox-optimizer" "2.5.3" "@babel/code-frame" "7.8.3" @@ -6998,8 +6998,8 @@ next@^9.4.5-canary.45: "@babel/preset-typescript" "7.9.0" "@babel/runtime" "7.9.6" "@babel/types" "7.9.6" - "@next/react-dev-overlay" "9.4.5-canary.45" - "@next/react-refresh-utils" "9.4.5-canary.45" + "@next/react-dev-overlay" "9.5.0" + "@next/react-refresh-utils" "9.5.0" babel-plugin-syntax-jsx "6.18.0" babel-plugin-transform-define "2.0.0" babel-plugin-transform-react-remove-prop-types "0.4.24"