Skip to content

Commit

Permalink
chore: update node js, less, and gradle node version
Browse files Browse the repository at this point in the history
resolves #650
  • Loading branch information
ChristianMurphy committed Jul 16, 2024
1 parent c42473c commit 4204415
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 1,279 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ plugins {
// id 'cz.malohlava' version '1.0.3'

id 'net.foragerr.jmeter' version '1.1.0-4.0'
id "com.github.node-gradle.node" version "7.0.2"
id 'com.github.node-gradle.node' version '7.0.2'

}

// support integration with intellij and eclipse
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0
gradleDockerPluginVersion=3.2.4
hsqldbVersion=2.5.1
jasyptVersion=1.9.3
nodejsVersion=12.16.1
nodejsVersion=18.17.1
waroverlayPluginVersion=0.9.3

# Dependencies used by overlays/ projects and custom code
Expand Down
142 changes: 101 additions & 41 deletions overlays/uPortal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion overlays/uPortal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"compile-less": "lessc"
},
"devDependencies": {
"less": "^3.7.1"
"less": "^3.13.0"
}
}
Loading

0 comments on commit 4204415

Please sign in to comment.