From 3e1bf51c0b27f59203487564dca8d4b382b692e0 Mon Sep 17 00:00:00 2001 From: Delivator Date: Wed, 14 Oct 2020 14:21:35 +0200 Subject: [PATCH] Added punycode via yarn, removed npm package-lock --- packages/handshake-api/package-lock.json | 13 ------------- yarn.lock | 19 +------------------ 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 packages/handshake-api/package-lock.json diff --git a/packages/handshake-api/package-lock.json b/packages/handshake-api/package-lock.json deleted file mode 100644 index 482f1d1f..00000000 --- a/packages/handshake-api/package-lock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "handshake-api", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - } - } -} diff --git a/yarn.lock b/yarn.lock index 51eed310..d7ab72ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5734,24 +5734,7 @@ eslint-plugin-react-hooks@^1.7.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04" integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA== -eslint-plugin-react@7.20.6: - version "7.20.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" - integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - dependencies: - array-includes "^3.1.1" - array.prototype.flatmap "^1.2.3" - doctrine "^2.1.0" - has "^1.0.3" - jsx-ast-utils "^2.4.1" - object.entries "^1.1.2" - object.fromentries "^2.0.2" - object.values "^1.1.1" - prop-types "^15.7.2" - resolve "^1.17.0" - string.prototype.matchall "^4.0.2" - -eslint-plugin-react@^7.20.6: +eslint-plugin-react@7.21.4, eslint-plugin-react@^7.20.6: version "7.21.4" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c" integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==