Node version updated
This commit is contained in:
parent
9f138838ad
commit
b0f5b3d596
3 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
v12.13.1
|
v14
|
||||||
|
|
|
@ -98,5 +98,8 @@
|
||||||
"react-scripts": "4.0.1",
|
"react-scripts": "4.0.1",
|
||||||
"typescript": "~4.1.2"
|
"typescript": "~4.1.2"
|
||||||
},
|
},
|
||||||
|
"engines" : {
|
||||||
|
"node" : ">=14"
|
||||||
|
},
|
||||||
"proxy": "http://localhost:8080"
|
"proxy": "http://localhost:8080"
|
||||||
}
|
}
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -20,7 +20,7 @@
|
||||||
<git.revision>latest</git.revision>
|
<git.revision>latest</git.revision>
|
||||||
<zkclient.version>0.11</zkclient.version>
|
<zkclient.version>0.11</zkclient.version>
|
||||||
<kafka-clients.version>2.4.0</kafka-clients.version>
|
<kafka-clients.version>2.4.0</kafka-clients.version>
|
||||||
<node.version>v12.13.1</node.version>
|
<node.version>v14</node.version>
|
||||||
<dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
|
<dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
|
||||||
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
|
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
|
||||||
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
|
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
|
||||||
|
|
Loading…
Add table
Reference in a new issue