Skip to content

Commit

Permalink
feat: unlink s3 attchment
Browse files Browse the repository at this point in the history
  • Loading branch information
longjuan committed Nov 9, 2023
1 parent 6f59d0e commit df4a182
Show file tree
Hide file tree
Showing 18 changed files with 458 additions and 79 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configurations.runtimeClasspath {


halo {
version = '2.10.0'
version = '2.10.1'
}

haloPlugin {
Expand Down
7 changes: 4 additions & 3 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/components": "^1.5.0",
"@halo-dev/console-shared": "^2.8.0",
"@halo-dev/components": "^1.9.0",
"@halo-dev/console-shared": "^2.10.0",
"@tanstack/vue-query": "4.29.1",
"axios": "^1.4.0",
"canvas-confetti": "^1.6.0",
"path-browserify": "^1.0.1",
"vue": "^3.2.41"
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify/json": "^2.2.18",
Expand Down
Loading

0 comments on commit df4a182

Please sign in to comment.