Skip to content

Commit

Permalink
update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 21, 2023
1 parent a736196 commit 90cd932
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions src/main/resources/archetype-resources/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
},
"dependencies": {
"bootstrap": "4.6.2",
"jquery": "3.6.4",
"jquery": "3.7.1",
"popper.js": "1.16.1"
},
"devDependencies": {
"aem-clientlib-generator": "1.8.0",
"@babel/core": "7.21.4",
"babel-loader": "9.1.2",
"@babel/core": "7.23.6",
"babel-loader": "9.1.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"@babel/preset-env": "7.21.4",
"@babel/register": "7.21.0",
"@babel/preset-env": "7.23.6",
"@babel/register": "7.22.15",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"handlebars": "4.7.7",
"css-loader": "6.8.1",
"handlebars": "4.7.8",
"handlebars-loader": "1.7.3",
"html-webpack-plugin": "5.5.1",
"mini-css-extract-plugin": "2.7.5",
"node-sass": "8.0.0",
"postcss-loader": "7.2.4",
"sass-loader": "13.2.2",
"webpack": "5.80.0",
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.7.6",
"node-sass": "9.0.0",
"postcss-loader": "7.3.3",
"sass-loader": "13.3.2",
"webpack": "5.89.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.13.3",
"webpack-merge": "5.8.0"
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/archetype-resources/frontend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
#set( $nodeJsVersion = "16.15.0" )
#set( $npmVersion = "8.5.5" )
#set( $nodeJsVersion = "20.9.0" )
#set( $npmVersion = "10.1.0" )

<parent>
<groupId>${groupId}</groupId>
Expand Down

0 comments on commit 90cd932

Please sign in to comment.