mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Updates to other dependencies
This commit is contained in:
parent
958e6528c9
commit
160279dfe6
@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.0'
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.1.2'
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,7 +57,7 @@ subprojects {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.0'
|
||||
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.1.2'
|
||||
}
|
||||
}
|
||||
|
||||
@ -70,7 +70,7 @@ subprojects {
|
||||
providedCompile group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.13.1'
|
||||
testCompile group: 'org.eclipse', name: 'yasson', version: '1.0.8'
|
||||
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '20.0.0.10'
|
||||
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '21.0.0.3'
|
||||
}
|
||||
|
||||
eclipse {
|
||||
|
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'com.moowork.node' version '1.3.1'
|
||||
id 'com.github.node-gradle.node' version '3.0.1'
|
||||
}
|
||||
|
||||
ext {
|
||||
@ -15,8 +15,8 @@ war {
|
||||
}
|
||||
|
||||
node {
|
||||
version = '10.19.0'
|
||||
npmVersion = '6.9.0'
|
||||
version = '14.16.0'
|
||||
npmVersion = '7.7.6'
|
||||
download = true
|
||||
workDir = file("${rootDir}/frontend/prebuild/node")
|
||||
nodeModulesDir = file("${rootDir}/frontend/prebuild")
|
||||
|
1922
frontend/prebuild/package-lock.json
generated
1922
frontend/prebuild/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -56,6 +56,6 @@
|
||||
"ts-node": "~7.0.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "~4.1.5",
|
||||
"webpack": "^5.28.0"
|
||||
"webpack": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
|
||||
|
Loading…
Reference in New Issue
Block a user