Skip to content
Draft
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 .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

outputs:
publish: ${{ steps.publish_vars.outputs.release != 'true' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/6.')) }}
publish: ${{ steps.publish_vars.outputs.release != 'true' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/epic-enonic-ui') }}
repo: ${{ steps.publish_vars.outputs.repo }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.0.0-SNAPSHOT
version=0.0.0-enonic-ui-SNAPSHOT
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
2 changes: 1 addition & 1 deletion gradle/node.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apply plugin: 'com.github.node-gradle.node'

node {
version = '24.13.0'
pnpmVersion = '10.16.0'
pnpmVersion = '10.26.1'
download = true
}
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@
},
"dependencies": {
"dompurify": "~3.3.1",
"@enonic/ui": "~0.26.0",
"fine-uploader": "^5.16.2",
"jquery": "~3.7.1",
"jquery-simulate": "^1.0.2",
"jquery-ui": "^1.14.1",
"lucide-react": "^0.540.0",
"mousetrap": "^1.6.5",
"nanoid": "~5.1.5",
"nanostores": "~1.0.1",
"preact": "^10.27.2",
"q": "^1.5.1"
},
"peerDependencies": {
"@radix-ui/react-slot": "^1.2.0",
"focus-trap-react": "^11.0.0",
"lucide-react": ">=0.500.0"
},
"devDependencies": {
"@enonic/eslint-config": "^2.2.1",
"@rollup/plugin-inject": "^5.0.5",
Expand All @@ -53,9 +63,9 @@
"browserslist": [
"extends browserslist-config-enonic"
],
"packageManager": "pnpm@10.26.1",
"engines": {
"node": ">= 24.13.0",
"pnpm": ">= 10.16.0",
"npm": ">= 11.6.2"
"pnpm": ">= 10.26.1"
}
}
Loading
Loading