Skip to content

Commit

Permalink
Merge branch 'main' into feat/set-cookie-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2024
2 parents 3763c35 + 1b3631a commit 9f0cd91
Show file tree
Hide file tree
Showing 5 changed files with 1,356 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm lint:fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944
with:
commit-message: "chore: apply automated updates"
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"automd": "^0.3.7",
"@vitest/coverage-v8": "^2.0.3",
"automd": "^0.3.8",
"changelogen": "^0.5.5",
"eslint": "^9.3.0",
"eslint-config-unjs": "^0.3.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"eslint": "^9.7.0",
"eslint-config-unjs": "^0.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
},
"packageManager": "pnpm@9.0.6"
}
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit 9f0cd91

Please sign in to comment.