Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #184 from Shopify/update-eslint-parser
Browse files Browse the repository at this point in the history
 Update typescript-eslint-parser to allow typescript 3.1.x
  • Loading branch information
BPScott authored Oct 24, 2018
2 parents c12969e + 3fb8eaf commit 0eb4948
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "^1.14.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"typescript": "^3.0.1"
"typescript": "^3.1.3"
},
"peerDependencies": {
"eslint": "<6 >5.0.0",
Expand Down Expand Up @@ -92,6 +92,6 @@
"pascal-case": "^2.0.1",
"pkg-dir": "2.0.0",
"pluralize": "^7.0.0",
"typescript-eslint-parser": "19.0.2"
"typescript-eslint-parser": "^20.0.0"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ eslint-plugin-react@7.11.1:
pascal-case "^2.0.1"
pkg-dir "2.0.0"
pluralize "^7.0.0"
typescript-eslint-parser "19.0.2"
typescript-eslint-parser "^20.0.0"

eslint-plugin-sort-class-members@1.3.1:
version "1.3.1"
Expand Down Expand Up @@ -4500,26 +4500,26 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript-eslint-parser@19.0.2:
version "19.0.2"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-19.0.2.tgz#3df184b5290469598375e93842cd0a42d8b7745d"
integrity sha512-ZwbgliYgAjbeV+l7Ul8awcJlkzNeOLM2NiYgj1djOYl2WU0lRLIpr1HPmvBzqj9pK/Sf5Kn50ap9MAXCCDW5qA==
typescript-eslint-parser@^20.0.0:
version "20.0.0"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-20.0.0.tgz#508678796bbcf60365ada28c38bd557e736bec01"
integrity sha512-HZEoGA+LnS3etUlVAPX6I8sZ7872Yb0vPvQv6QDCIE44KD3bFmvPEQ4LbiD+qGkcxh6segjVK0v3rxpb2R6oSA==
dependencies:
eslint "4.19.1"
typescript-estree "1.0.0"
typescript-estree "2.1.0"

typescript-estree@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/typescript-estree/-/typescript-estree-1.0.0.tgz#6266f31108d2f12594cb996d0e16d938e3cb83cd"
integrity sha512-KTsKik/vCxgkRImEuE6LFcAImffc9HJ0vPURPlFSy80w5QdjQUpkjHvG0GR5fY36SlWhwxdB2HxICaCP3lqe0A==
typescript-estree@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/typescript-estree/-/typescript-estree-2.1.0.tgz#b2f3353494409ed53bf7055b46f78c1fbbe47661"
integrity sha512-t4o+7pB4OnxV36Bp41Vgtq8vXIvIUbx1vM98PSE2mL5QBY6woFaBN9hhD8pZHIrAu24IB5gzxbkEJOXj4lWNXQ==
dependencies:
lodash.unescape "4.0.1"
semver "5.5.0"

typescript@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
integrity sha512-zQIMOmC+372pC/CCVLqnQ0zSBiY7HHodU7mpQdjiZddek4GMj31I3dUJ7gAs9o65X7mnRma6OokOkc6f9jjfBg==
typescript@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
integrity sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA==

ua-parser-js@^0.7.9:
version "0.7.17"
Expand Down

0 comments on commit 0eb4948

Please sign in to comment.