Skip to content

Commit

Permalink
chore(deps): update lint (#3131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <[email protected]>
  • Loading branch information
renovate[bot] and shuuji3 authored Jan 13, 2025
1 parent 9da6f45 commit 2a85c9e
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 348 deletions.
4 changes: 2 additions & 2 deletions components/modal/DurationPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ watchEffect(() => {
const duration
= days.value * 24 * 60 * 60
+ hours.value * 60 * 60
+ minutes.value * 60
+ hours.value * 60 * 60
+ minutes.value * 60
if (duration <= 0) {
isValid.value = false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"ws": "^8.15.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@antfu/eslint-config": "^3.13.0",
"@antfu/ni": "^0.23.2",
"@types/chroma-js": "^2.4.5",
"@types/file-saver": "^2.0.7",
Expand All @@ -128,7 +128,7 @@
"@vue/test-utils": "2.4.6",
"bumpp": "^9.10.0",
"consola": "^3.3.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-format": "^0.1.3",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
Expand Down
Loading

0 comments on commit 2a85c9e

Please sign in to comment.