From 4fee3f48b14a50f1e5667368198004079552a7f3 Mon Sep 17 00:00:00 2001 From: Steven Pautz Date: Wed, 17 Jun 2020 21:43:27 -0400 Subject: [PATCH] Revert earlier attempts to build in Node 10 on Travis --- .travis.yml | 1 - package.json | 3 +-- yarn.lock | 21 ++++++--------------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d22035..c5c2b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ node_js: - 14 - 13 - 12 - - 10 cache: yarn script: diff --git a/package.json b/package.json index af4247d..b25f8d7 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "dependencies": {}, "devDependencies": { "@babel/core": "^7.10.2", - "@babel/helper-call-delegate": "^7.10.1", "@babel/preset-react": "^7.10.1", "@babel/preset-typescript": "^7.10.1", "@storybook/addon-knobs": "^5.3.19", @@ -54,7 +53,7 @@ "@storybook/preset-typescript": "^3.0.0", "@storybook/react": "^5.3.19", "@testing-library/jest-dom": "^5.10.1", - "@testing-library/react": "^10.2.1", + "@testing-library/react": "^10.3.0", "@types/history": "^4.7.6", "@types/jest": "^26.0.0", "@types/node": "^14.0.13", diff --git a/yarn.lock b/yarn.lock index c2197d7..cf7a191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -89,15 +89,6 @@ "@babel/helper-annotate-as-pure" "^7.10.1" "@babel/types" "^7.10.1" -"@babel/helper-call-delegate@^7.10.1": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.10.1.tgz#8a74d2ba691944874e44f71e53fa97616d683a6a" - integrity sha512-usMFX7TASNtz4eUMQ4GoQhkKS5R69SRWIzin2wk52wbP6/yT7K5QA4PKovhlZKU+cCwRIgXW+ZbkC3zVIx8Lyw== - dependencies: - "@babel/helper-hoist-variables" "^7.10.1" - "@babel/traverse" "^7.10.1" - "@babel/types" "^7.10.1" - "@babel/helper-compilation-targets@^7.10.2": version "7.10.2" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285" @@ -2776,7 +2767,7 @@ "@svgr/plugin-svgo" "^4.3.1" loader-utils "^1.2.3" -"@testing-library/dom@^7.9.0": +"@testing-library/dom@^7.14.2": version "7.16.2" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.16.2.tgz#f7a20b5548817e5c7ed26077913372d977be90af" integrity sha512-4fT5l5L+5gfNhUZVCg0wnSszbRJ7A1ZHEz32v7OzH3mcY5lUsK++brI3IB2L9F5zO4kSDc2TRGEVa8v2hgl9vA== @@ -2801,13 +2792,13 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@^10.2.1": - version "10.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.1.tgz#f0c5ac9072ad54c29672150943f35d6617263f26" - integrity sha512-pv2jZhiZgN1/alz1aImhSasZAOPg3er2Kgcfg9fzuw7aKPLxVengqqR1n0CJANeErR1DqORauQaod+gGUgAJOQ== +"@testing-library/react@^10.2.1", "@testing-library/react@^10.3.0": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.3.0.tgz#d615385b8d86ef4d76142a423755d471b3673295" + integrity sha512-Rhn5uJK6lYHWzlGVbK6uAvheAW8AUoFYxTLGdDxgsJDaK/PYy5drWfW/6YpMMOKMw+u6jHHl4MNHlt5qLHnm0Q== dependencies: "@babel/runtime" "^7.10.2" - "@testing-library/dom" "^7.9.0" + "@testing-library/dom" "^7.14.2" "@types/anymatch@*": version "1.3.1"