Skip to content

Commit 253da47

Browse files
committed
latest java updates (java 17, etc) (#21)
2 parents eef135a + 90c3dda commit 253da47

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"ts-jest": "^26.1.1",
4545
"ts-node": "^8.10.2",
4646
"tslint": "^6.1.2",
47-
"typescript": "^3.9.6"
47+
"typescript": "^4.8.3"
4848
},
4949
"dependencies": {
50-
"antlr4ts": "^0.5.0-alpha.3"
50+
"antlr4ts": "^0.5.0-alpha.4"
5151
},
5252
"lint-staged": {
5353
"*.{js,json}": [

src/head.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"JavaParser.g4": "fe2dddcd8a945d84814caef77361e1f06c35e37e",
3-
"JavaLexer.g4": "fe2dddcd8a945d84814caef77361e1f06c35e37e"
2+
"JavaParser.g4": "806f677cb9262d970f01a82d652160f42d228a27",
3+
"JavaLexer.g4": "75566112423d3938942dc24ddd5cdb9392530648"
44
}

tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"declaration": true,
77
"lib": ["es2015"],
88
"experimentalDecorators": true,
9-
"esModuleInterop": true
9+
"esModuleInterop": true,
10+
"skipDefaultLibCheck": true,
11+
"skipLibCheck": true
1012
},
1113
"include": ["src/**/*.ts"],
1214
"exclude": ["src/**/*.spec.ts"]

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@ antlr4ts-cli@^0.5.0-alpha.3:
694694
resolved "https://registry.yarnpkg.com/antlr4ts-cli/-/antlr4ts-cli-0.5.0-alpha.3.tgz#1f581b2a3c840d3921a2f3b1e739e48c7e7c18cd"
695695
integrity sha512-i6oyxfaXU6qnw4HgyeSIsOLlsvT7zU3vmenoJKFNVFP1QNodtJMZYpnyxc8TmOFpJs7fEoWanLavSSDEmcCZBQ==
696696

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==
701701

702702
anymatch@^2.0.0:
703703
version "2.0.0"
@@ -3810,10 +3810,10 @@ typedarray-to-buffer@^3.1.5:
38103810
dependencies:
38113811
is-typedarray "^1.0.0"
38123812

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==
38173817

38183818
union-value@^1.0.0:
38193819
version "1.0.1"

0 commit comments

Comments
 (0)