File tree 3 files changed +7
-7
lines changed
packages/typescript-estree/src
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 73
73
"ts-jest" : " ^24.0.0" ,
74
74
"ts-node" : " ^8.3.0" ,
75
75
"tslint" : " ^5.19.0" ,
76
- "typescript" : " >=3.2.1 <3.8.0 >3.7.0-dev.0"
76
+ "typescript" : " >=3.2.1 <3.8.0 || >3.7.0-dev.0"
77
77
},
78
78
"collective" : {
79
79
"type" : " opencollective" ,
80
80
"url" : " https://opencollective.com/typescript-eslint"
81
81
},
82
82
"resolutions" : {
83
- "typescript" : " ^3.7.0-beta "
83
+ "typescript" : " ^3.7.0-dev.20191018 "
84
84
}
85
85
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { TSESTree } from './ts-estree';
16
16
* This needs to be kept in sync with the top-level README.md in the
17
17
* typescript-eslint monorepo
18
18
*/
19
- const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.2.1 <3.8.0 >3.7.0-dev.0' ;
19
+ const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.2.1 <3.8.0 || >3.7.0-dev.0' ;
20
20
const ACTIVE_TYPESCRIPT_VERSION = ts . version ;
21
21
const isRunningSupportedTypeScriptVersion = semver . satisfies (
22
22
ACTIVE_TYPESCRIPT_VERSION ,
Original file line number Diff line number Diff line change @@ -7715,10 +7715,10 @@ typedarray@^0.0.6:
7715
7715
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
7716
7716
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
7717
7717
7718
- typescript@*, "typescript@>=3.2.1 <3.8.0 >3.7.0-dev.0", typescript@^3.7.0-beta :
7719
- version "3.7.0-dev.20191015 "
7720
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.0-dev.20191015 .tgz#283a99aeb09c91963aa16adcf5cb2fccbea9bdc4 "
7721
- integrity sha512-Cpfj1n4pEUVKL+jtS0mkZodJffyMmf3Wk/UjyZMGX4fsjK5KBPJf3NUlyXij8I8p1E2CAomdS5NPFrAR+z8pKw ==
7718
+ typescript@*, "typescript@>=3.2.1 <3.8.0 || >3.7.0-dev.0", typescript@^3.7.0-dev.20191018 :
7719
+ version "3.7.0-dev.20191018 "
7720
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.0-dev.20191018 .tgz#6b98a655b124ca697364e2d7977c469a2bfede3d "
7721
+ integrity sha512-Z8KpsytbY5lBMp5cc08VFoO8CgHC6IcbgyiA5vjh7fitkoG0qcem9C354YuiWV4O2+i2gdC7vF8tNUYqO/vUkQ ==
7722
7722
7723
7723
uglify-js@^3.1.4 :
7724
7724
version "3.6.0"
You can’t perform that action at this time.
0 commit comments