Skip to content

Commit

Permalink
Update dependency node to v22 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stefan Seifert <[email protected]>
  • Loading branch information
renovate[bot] and stefanseifert authored Nov 4, 2024
1 parent c1a0b2d commit 388a937
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
8 changes: 4 additions & 4 deletions src/main/resources/archetype-resources/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"popper.js": "1.16.1"
},
"devDependencies": {
"aem-clientlib-generator": "1.8.0",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"aem-clientlib-generator": "1.8.0",
"babel-loader": "9.2.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"handlebars": "4.7.8",
"handlebars-loader": "1.7.3",
"html-webpack-plugin": "5.6.3",
"mini-css-extract-plugin": "2.9.2",
"node-sass": "9.0.0",
"postcss-loader": "8.1.1",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
## renovate: datasource=node-version depName=node
<nodejs.version>v20.18.0</nodejs.version>
<nodejs.version>v22.11.0</nodejs.version>
</properties>

<build>
Expand Down

0 comments on commit 388a937

Please sign in to comment.