diff options
author | 2021-02-23 16:46:21 +0200 | |
---|---|---|
committer | 2021-02-23 16:46:21 +0200 | |
commit | 06727e0e1a4cbe4d170e96a338ff7462ca0dd8ba (patch) | |
tree | 0693ef96b4e8de99cb42c1f304f4ec4816083d23 | |
parent | Implement hCaptcha to form page (diff) |
Lock yarn hcaptcha dependencies versions
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | yarn.lock | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index d7fe05a..41bc903 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fortawesome/free-brands-svg-icons": "5.15.2", "@fortawesome/free-solid-svg-icons": "5.15.2", "@fortawesome/react-fontawesome": "0.1.14", - "@hcaptcha/react-hcaptcha": "^0.3.2", + "@hcaptcha/react-hcaptcha": "0.3.2", "@sentry/react": "6.2.0", "@svgr/webpack": "5.5.0", "@swc/core": "1.2.47", @@ -58,7 +58,7 @@ "@testing-library/jest-dom": "5.11.9", "@testing-library/react": "11.2.5", "@testing-library/user-event": "12.7.2", - "@types/hcaptcha__react-hcaptcha": "^0.1.4", + "@types/hcaptcha__react-hcaptcha": "0.1.4", "@types/jest": "26.0.20", "@types/node": "14.14.31", "@types/react": "17.0.1", @@ -1296,7 +1296,7 @@ dependencies: "@hapi/hoek" "^8.3.0" -"@hcaptcha/react-hcaptcha@^0.3.2": +"@hcaptcha/[email protected]": version "0.3.2" resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-0.3.2.tgz#8910ea4c111799336fb64de6aa7b74329a7d7579" integrity sha512-+90hSDwtnKAk3PXJsyABi+wRHS1B+wgWjDO4nz68KpkLnE73rMz/XMdl+ckrwYkFFilzIDKI3o1IqOpMapEwgg== @@ -2016,7 +2016,7 @@ dependencies: "@types/node" "*" -"@types/hcaptcha__react-hcaptcha@^0.1.4": +"@types/[email protected]": version "0.1.4" resolved "https://registry.yarnpkg.com/@types/hcaptcha__react-hcaptcha/-/hcaptcha__react-hcaptcha-0.1.4.tgz#145cab4f0ac29fe8925dc98ab16cf2dffacad7d5" integrity sha512-eqEIBR7yn4Y1fRtxPnFlEP8SAHwX762Z27s/ifd5wfJicviz6HynF8gHCgUPPtfYlaQFHa/A0NkwBA5YNmNCmQ== |