File tree 4 files changed +15
-13
lines changed
4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 44
44
"ts-jest" : " ^26.1.1" ,
45
45
"ts-node" : " ^8.10.2" ,
46
46
"tslint" : " ^6.1.2" ,
47
- "typescript" : " ^3.9.6 "
47
+ "typescript" : " ^4.8.3 "
48
48
},
49
49
"dependencies" : {
50
- "antlr4ts" : " ^0.5.0-alpha.3 "
50
+ "antlr4ts" : " ^0.5.0-alpha.4 "
51
51
},
52
52
"lint-staged" : {
53
53
"*.{js,json}" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "JavaParser.g4" : " fe2dddcd8a945d84814caef77361e1f06c35e37e " ,
3
- "JavaLexer.g4" : " fe2dddcd8a945d84814caef77361e1f06c35e37e "
2
+ "JavaParser.g4" : " 806f677cb9262d970f01a82d652160f42d228a27 " ,
3
+ "JavaLexer.g4" : " 75566112423d3938942dc24ddd5cdb9392530648 "
4
4
}
Original file line number Diff line number Diff line change 6
6
"declaration" : true ,
7
7
"lib" : [" es2015" ],
8
8
"experimentalDecorators" : true ,
9
- "esModuleInterop" : true
9
+ "esModuleInterop" : true ,
10
+ "skipDefaultLibCheck" : true ,
11
+ "skipLibCheck" : true
10
12
},
11
13
"include" : [" src/**/*.ts" ],
12
14
"exclude" : [" src/**/*.spec.ts" ]
Original file line number Diff line number Diff line change @@ -694,10 +694,10 @@ antlr4ts-cli@^0.5.0-alpha.3:
694
694
resolved "https://registry.yarnpkg.com/antlr4ts-cli/-/antlr4ts-cli-0.5.0-alpha.3.tgz#1f581b2a3c840d3921a2f3b1e739e48c7e7c18cd"
695
695
integrity sha512-i6oyxfaXU6qnw4HgyeSIsOLlsvT7zU3vmenoJKFNVFP1QNodtJMZYpnyxc8TmOFpJs7fEoWanLavSSDEmcCZBQ==
696
696
697
- antlr4ts@^0.5.0-alpha.3 :
698
- version "0.5.0-alpha.3 "
699
- resolved "https://registry.yarnpkg.com/antlr4ts/-/antlr4ts-0.5.0-alpha.3 .tgz#fa6d39d88d6b96341a8afef45867af9abcb38766 "
700
- integrity sha512-La89tKkGcHFIVuruv4Bm1esc3zLmES2NOTEwwNS1pudz+zx/0FNqQeUu9p48i9/QHKPVqjN87LB+q3buTg7oDQ ==
697
+ antlr4ts@^0.5.0-alpha.4 :
698
+ version "0.5.0-alpha.4 "
699
+ resolved "https://registry.yarnpkg.com/antlr4ts/-/antlr4ts-0.5.0-alpha.4 .tgz#71702865a87478ed0b40c0709f422cf14d51652a "
700
+ integrity sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ ==
701
701
702
702
anymatch@^2.0.0 :
703
703
version "2.0.0"
@@ -3810,10 +3810,10 @@ typedarray-to-buffer@^3.1.5:
3810
3810
dependencies :
3811
3811
is-typedarray "^1.0.0"
3812
3812
3813
- typescript@^3.9.6 :
3814
- version "3 .9.7 "
3815
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3 .9.7 .tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa "
3816
- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw ==
3813
+ typescript@^4.8.3 :
3814
+ version "4 .9.5 "
3815
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4 .9.5 .tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a "
3816
+ integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g ==
3817
3817
3818
3818
union-value@^1.0.0 :
3819
3819
version "1.0.1"
You can’t perform that action at this time.
0 commit comments