Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Aug 29, 2024
1 parent 4d8d2ad commit 138922c
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 413 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"lint": "eslint ."
},
"devDependencies": {
"@ycs77/eslint-config": "^2.4.0",
"eslint": "^9.0.0",
"npm-run-all2": "^6.2.0"
"@ycs77/eslint-config": "^2.4.2",
"eslint": "^9.5.0",
"npm-run-all2": "^6.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/vue/test/unit/render-as.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import { html } from './utils/html'

const Wrapper: FunctionalComponent = (props, { slots }) => {
return h('div', mergeProps(props, {
'class': 'wrapper-class',
class: 'wrapper-class',
'data-label': 'wrapper label',
}), slots)
}

const FloatingWrapper: FunctionalComponent = (props, { slots }) => {
return h('div', mergeProps(props, {
'class': 'floating-wrapper-class',
class: 'floating-wrapper-class',
'data-label': 'floating wrapper label',
}), slots)
}
Expand Down
Loading

0 comments on commit 138922c

Please sign in to comment.