Skip to content

Commit

Permalink
Merge branch '24.6' into feat/endpoint-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov authored Dec 5, 2024
2 parents c949b98 + 1bd73f2 commit 7ca001f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class FrontendTools {
* the installed version is older than {@link #SUPPORTED_NODE_VERSION}, i.e.
* {@value #SUPPORTED_NODE_MAJOR_VERSION}.{@value #SUPPORTED_NODE_MINOR_VERSION}.
*/
public static final String DEFAULT_NODE_VERSION = "v22.11.0";
public static final String DEFAULT_NODE_VERSION = "v22.12.0";
/**
* This is the version shipped with the default Node version.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.3",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"rollup-plugin-visualizer": "5.12.0",
"rollup-plugin-brotli": "3.1.0",
"vite-plugin-checker": "0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/vaadin-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<component.version>24.5.6</component.version>
<component.version>24.5.7</component.version>
<nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
</properties>

Expand Down

0 comments on commit 7ca001f

Please sign in to comment.