Skip to content

Commit

Permalink
Merge pull request #1228 from bryceosterhaus/yui3.20.2
Browse files Browse the repository at this point in the history
fix(alloy-ui): bump YUI version
  • Loading branch information
bryceosterhaus authored Sep 11, 2024
2 parents abc786c + 7feb046 commit 340b17a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions third-party/projects/alloy-ui/.alloy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"alloycore": ["aui-base-core"],
"alloyregex": "(aui|yui(",
"yuiversion": "patched-v3.20.1",
"version": "3.1.0-deprecated.120"
"yuiversion": "patched-v3.20.2",
"version": "3.1.0-deprecated.121"
}
4 changes: 2 additions & 2 deletions third-party/projects/alloy-ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "alloy-ui",
"version": "3.1.0-deprecated.120",
"version": "3.1.0-deprecated.121",
"homepage": "http://alloyui.com",
"authors": ["Eduardo Lundgren <eduardo.lundgren@liferay.com>"],
"description": "AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap (HTML/CSS) to provide a simple API for building high scalable applications",
"keywords": ["alloy", "alloyui", "aui", "yui", "yui3"],
"license": "BSD",
"dependencies": {
"yui3": "liferay/yui3#patched-v3.20.1"
"yui3": "liferay/yui3#patched-v3.20.2"
},
"devDependencies": {
"ace-builds": "1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion third-party/projects/alloy-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alloy-ui",
"description": "AlloyUI",
"version": "3.1.0-deprecated.120",
"version": "3.1.0-deprecated.121",
"author": {
"name": "Eduardo Lundgren",
"email": "eduardo.lundgren@liferay.com",
Expand Down

0 comments on commit 340b17a

Please sign in to comment.