Skip to content

Commit

Permalink
Upgrade next-plugin-preval to 1.2.0 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 10, 2021
1 parent 2e61590 commit b721e84
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"markdown-to-jsx": "7.1.2",
"next": "10.2.0",
"next-cookies": "2.0.3",
"next-plugin-preval": "1.0.1",
"next-plugin-preval": "1.2.0",
"prop-types": "15.7.2",
"rc-tooltip": "5.1.1",
"react": "17.0.2",
Expand Down
38 changes: 32 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,17 @@
pirates "^4.0.0"
source-map-support "^0.5.16"

"@babel/register@^7.13.16":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.14.5.tgz#d0eac615065d9c2f1995842f85d6e56c345f3233"
integrity sha512-TjJpGz/aDjFGWsItRBQMOFTrmTI9tr79CHOK+KIvLeCkbxuOAk2M5QHjvruIMGoo9OuccMh5euplPzc5FjAKGg==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
make-dir "^2.1.0"
pirates "^4.0.0"
source-map-support "^0.5.16"

"@babel/runtime-corejs3@^7.10.2":
version "7.12.13"
resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz#53d09813b7c20d616caf258e9325550ff701c039"
Expand Down Expand Up @@ -6136,6 +6147,15 @@ cliui@^7.0.2:
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

clone-deep@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
dependencies:
is-plain-object "^2.0.4"
kind-of "^6.0.2"
shallow-clone "^3.0.0"

clone-response@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
Expand Down Expand Up @@ -11937,17 +11957,16 @@ next-cookies@2.0.3:
dependencies:
universal-cookie "^4.0.2"

next-plugin-preval@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/next-plugin-preval/-/next-plugin-preval-1.0.1.tgz#b3329d6aa22c23bcad7269d97da22950b1c56f1a"
integrity sha512-jKxueEzov+qR7vLMbIykAvCi2DczbBgtUp0QNV1wmagL7wKeRXgvc+f3gGXncefkHRHnZ3Ll6G8R19hZ6Bk7dA==
next-plugin-preval@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/next-plugin-preval/-/next-plugin-preval-1.2.0.tgz#dd975eba6c16987e24a4bbc57ac3be0a1b26330b"
integrity sha512-jgasUkFQEFC1pG61Fcrqde8vYYIuo/yG9n9WKomF4qXf3cZOIXORkUngrK/ogU20cbJfxvWUrPzm42iJZKguWQ==
dependencies:
"@babel/core" "^7.12.10"
"@babel/preset-env" "^7.12.11"
"@babel/register" "^7.13.16"
babel-plugin-module-resolver "^4.1.0"
loader-utils "^2.0.0"
lodash "^4.17.20"
pirates "^4.0.1"
regenerator-runtime "^0.13.7"
require-from-string "^2.0.2"
tsconfig-paths "^3.9.0"
Expand Down Expand Up @@ -14669,6 +14688,13 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shallow-clone@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
dependencies:
kind-of "^6.0.2"

shallow-equal@^1.1.0:
version "1.2.1"
resolved "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz#4c16abfa56043aa20d050324efa68940b0da79da"
Expand Down

0 comments on commit b721e84

Please sign in to comment.