Skip to content

Commit

Permalink
Revert earlier attempts to build in Node 10 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jun 18, 2020
1 parent 1ada416 commit 4fee3f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
- 14
- 13
- 12
- 10
cache: yarn

script:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -46,15 +46,14 @@
"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",
"@storybook/addons": "^5.3.19",
"@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",
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand All @@ -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"
Expand Down

0 comments on commit 4fee3f4

Please sign in to comment.