[KEYCLOAK-17867] Update to latest version of NodeJS and Frontend Plugin (#7962)
This commit is contained in:
parent
1e1a6779be
commit
6a766884f6
4 changed files with 1998 additions and 4110 deletions
2
pom.xml
2
pom.xml
|
@ -170,7 +170,7 @@
|
|||
<osgi.bundle.plugin.version>2.3.7</osgi.bundle.plugin.version>
|
||||
<wildfly.plugin.version>2.0.1.Final</wildfly.plugin.version>
|
||||
<nexus.staging.plugin.version>1.6.5</nexus.staging.plugin.version>
|
||||
<frontend.plugin.version>1.8.0</frontend.plugin.version>
|
||||
<frontend.plugin.version>1.12.0</frontend.plugin.version>
|
||||
<docker.maven.plugin.version>0.28.0</docker.maven.plugin.version>
|
||||
<verifier.plugin.version>1.1</verifier.plugin.version>
|
||||
|
||||
|
|
|
@ -86,8 +86,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<nodeVersion>v12.13.0</nodeVersion>
|
||||
<npmVersion>6.9.0</npmVersion>
|
||||
<nodeVersion>v16.13.0</nodeVersion>
|
||||
<installDirectory>${project.basedir}</installDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@
|
|||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.7",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"@babel/preset-react": "^7.8.3",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@types/node": "^13.9.8",
|
||||
|
|
Loading…
Reference in a new issue