Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Alright, chill. We built several apps based on Agate that you can check out at t

Unless otherwise specified, all content, including all source code files and documentation files in this repository are:

Copyright (c) 2012-2025 LG Electronics
Copyright (c) 2012-2026 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,32 @@
"extends": "enact-proxy/strict"
},
"dependencies": {
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"classnames": "^2.5.1",
"color-convert": "^2.0.1",
"deep-freeze": "0.0.1",
"eases": "^1.0.8",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"ramda": "^0.32.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"warning": "^4.0.3",
"ilib": "^14.21.1"
"ilib": "^14.21.2"
},
"peerDependencies": {
"ilib": "^14.20.0 || ^14.20.0-webos1"
},
"devDependencies": {
"@enact/docs-utils": "^0.4.13",
"@enact/ui-test-utils": "^3.0.0",
"@enact/docs-utils": "^0.4.15",
"@enact/ui-test-utils": "^4.0.0",
"eslint-config-enact-proxy": "^1.0.9"
},
"overrides": {
"autolinker": "^4.0.0"
"autolinker": "^4.1.5",
"vue-template-compiler": "^3.0.0"
}
}
16 changes: 8 additions & 8 deletions samples/event-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@reduxjs/toolkit": "^2.8.2",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"@reduxjs/toolkit": "^2.11.1",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-redux": "^9.2.0",
"redux": "^5.0.1"
}
Expand Down
14 changes: 7 additions & 7 deletions samples/perf-scroller-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"classnames": "^2.5.1",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/perf-scroller-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"classnames": "^2.5.1",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/perf-virtualgridlist-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/perf-virtualgridlist-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/perf-virtuallist-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/perf-virtuallist-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
16 changes: 8 additions & 8 deletions samples/qa-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/webos": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"@enact/webos": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
16 changes: 8 additions & 8 deletions samples/qa-drag-and-drop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/webos": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"@enact/webos": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/qa-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/qa-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/qa-i18n-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
16 changes: 8 additions & 8 deletions samples/qa-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@enact/webos": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"@enact/webos": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
14 changes: 7 additions & 7 deletions samples/qa-scroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}
16 changes: 8 additions & 8 deletions samples/qa-virtualgridlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^5.2.0",
"@enact/i18n": "^5.2.0",
"@enact/spotlight": "^5.2.0",
"@enact/ui": "^5.2.0",
"@reduxjs/toolkit": "^2.8.2",
"ilib": "^14.21.1",
"@enact/core": "^5.4.0",
"@enact/i18n": "^5.4.0",
"@enact/spotlight": "^5.4.0",
"@enact/ui": "^5.4.0",
"@reduxjs/toolkit": "^2.11.1",
"ilib": "^14.21.2",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-redux": "^9.2.0",
"redux": "^5.0.1"
}
Expand Down
Loading
Loading