We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74185 commit f8858d1Copy full SHA for f8858d1
spring-boot-modules/spring-boot-react/pom.xml
@@ -107,9 +107,6 @@
107
<goal>yarn</goal>
108
</goals>
109
<phase>compile</phase>
110
- <configuration>
111
- <arguments>build</arguments>
112
- </configuration>
113
</execution>
114
</executions>
115
</plugin>
@@ -125,8 +122,8 @@
125
122
<maven.compiler.target>11</maven.compiler.target>
126
123
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
127
124
<frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
128
- <node.version>v14.18.0</node.version>
129
- <yarn.version>v1.12.1</yarn.version>
+ <node.version>v20.0.0</node.version>
+ <yarn.version>v1.22.22</yarn.version>
130
<javafaker.version>1.0.2</javafaker.version>
131
</properties>
132
0 commit comments