mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-10 09:31:49 +01:00
Update node
This commit is contained in:
parent
6a23e864de
commit
02411460ab
@ -6,7 +6,7 @@ plugins {
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
id("com.diffplug.spotless") version "6.1.2"
|
||||
id ("com.github.node-gradle.node") version "3.0.1"
|
||||
id ("com.github.node-gradle.node") version "3.5.0"
|
||||
}
|
||||
|
||||
group = "de.bluecolored.bluemap.common"
|
||||
@ -49,7 +49,7 @@ spotless {
|
||||
}
|
||||
|
||||
node {
|
||||
version.set("14.16.1")
|
||||
version.set("16.15.0")
|
||||
download.set(true)
|
||||
nodeProjectDir.set(file("webapp/"))
|
||||
}
|
||||
|
840
BlueMapCommon/webapp/package-lock.json
generated
840
BlueMapCommon/webapp/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"node-sass": "^5.0.0",
|
||||
"node-sass": "^6.0.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user