diff --git a/.circleci/config.yml b/.circleci/config.yml index baf1ea8066..2a67a55b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,8 @@ machine: dependencies: cache_directories: - ~/.cache/yarn + override: + - yarn install defaults: &defaults working_directory: ~/repo @@ -71,6 +73,7 @@ commands: name: Save Yarn Package Cache key: nrwl-nx-yarn-packages-<< parameters.os >>-{{ checksum "yarn.lock" }} paths: + - node_modules - ~/.cache/yarn install-pnpm: diff --git a/package.json b/package.json index d67001d719..2d853f8c63 100644 --- a/package.json +++ b/package.json @@ -264,7 +264,6 @@ "@docsearch/react": "^1.0.0-alpha.14", "@headlessui/react": "^1.1.1", "@heroicons/react": "^1.0.1", - "@testing-library/react-hooks": "^7.0.0", "classnames": "^2.3.1", "core-js": "^3.6.5", "glob": "7.1.4", diff --git a/yarn.lock b/yarn.lock index 1fddb5090f..354d2fbf21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5716,10 +5716,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react-hooks@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b" - integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ== +"@testing-library/react-hooks@7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a" + integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"