update js stuff

This commit is contained in:
2022-03-20 09:05:03 +01:00
parent 390407f2ed
commit 2962d08d46
7 changed files with 3744 additions and 5370 deletions

View File

@@ -16,8 +16,8 @@ ext {
version_spring = '2.6.1'
version_junit = '5.8.2'
version_junit_platform = '1.8.2'
version_nodejs = '16.13.1' // keep in sync with npm
version_npm = '8.1.2' // keep in sync with nodejs
version_nodejs = '16.14.2' // keep in sync with npm
version_npm = '8.5.0' // keep in sync with nodejs
lib_antlr = "org.antlr:antlr4:4.9.3"