Skip to content

Commit 964abdc

Browse files
chore(deps): lock file maintenance (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent a98eca0 commit 964abdc

File tree

5 files changed

+1924
-1597
lines changed

5 files changed

+1924
-1597
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import antfu from '@antfu/eslint-config'
22

3-
export default antfu()
3+
export default antfu().append({ rules: { 'antfu/no-top-level-await': 'off' } })

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@antfu/eslint-config": "latest",
40+
"@types/node": "^22.7.4",
4041
"@vitest/coverage-v8": "latest",
4142
"bumpp": "latest",
4243
"eslint": "latest",

0 commit comments

Comments
 (0)