Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent d6cddb4 commit 8bf8dcd
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 260 deletions.
6 changes: 2 additions & 4 deletions .eslintrc
@@ -1,8 +1,6 @@
{
"extends": [
"eslint-config-unjs"
],
"extends": ["eslint-config-unjs"],
"rules": {
"unicorn/expiring-todo-comments": 0
"unicorn/prefer-string-replace-all": 0
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -31,12 +31,12 @@
"ufo": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20.1.2",
"@types/node": "^20.2.3",
"@vitest/coverage-c8": "^0.31.1",
"c8": "^7.13.0",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.1.0",
"eslint-config-unjs": "^0.2.0",
"import-meta-resolve": "^2.2.2",
"jiti": "^1.18.2",
"prettier": "^2.8.8",
Expand All @@ -45,4 +45,4 @@
"vitest": "^0.31.1"
},
"packageManager": "pnpm@8.5.1"
}
}

0 comments on commit 8bf8dcd

Please sign in to comment.