Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 138922c

Browse files
committed
Bump dependencies
1 parent 4d8d2ad commit 138922c

3 files changed

Lines changed: 364 additions & 413 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"lint": "eslint ."
4040
},
4141
"devDependencies": {
42-
"@ycs77/eslint-config": "^2.4.0",
43-
"eslint": "^9.0.0",
44-
"npm-run-all2": "^6.2.0"
42+
"@ycs77/eslint-config": "^2.4.2",
43+
"eslint": "^9.5.0",
44+
"npm-run-all2": "^6.2.2"
4545
}
4646
}

packages/vue/test/unit/render-as.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import { html } from './utils/html'
55

66
const Wrapper: FunctionalComponent = (props, { slots }) => {
77
return h('div', mergeProps(props, {
8-
'class': 'wrapper-class',
8+
class: 'wrapper-class',
99
'data-label': 'wrapper label',
1010
}), slots)
1111
}
1212

1313
const FloatingWrapper: FunctionalComponent = (props, { slots }) => {
1414
return h('div', mergeProps(props, {
15-
'class': 'floating-wrapper-class',
15+
class: 'floating-wrapper-class',
1616
'data-label': 'floating wrapper label',
1717
}), slots)
1818
}

0 commit comments

Comments
 (0)