Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 18dee55 commit 3e9e124
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 157 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
"cookie-es": "^1.2.2"
},
"devDependencies": {
"@hono/node-server": "^1.13.2",
"@hono/node-server": "^1.13.3",
"@mjackson/node-fetch-server": "^0.1.0",
"@types/bun": "^1.1.11",
"@types/bun": "^1.1.12",
"@types/deno": "^2.0.0",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.3",
"@types/node": "^22.8.2",
"@vitest/coverage-v8": "^2.1.4",
"automd": "^0.3.12",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-unjs": "^0.4.1",
"execa": "^9.4.0",
"execa": "^9.5.0",
"get-port-please": "^3.1.2",
"jiti": "^2.3.3",
"prettier": "^3.3.3",
"srvx": "^0.0.0",
"srvx": "^0.1.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"start": "node --watch ./app.mjs"
},
"devDependencies": {
"srvx": "^0.1.0"
"srvx": "^0.1.1"
}
}
Loading

0 comments on commit 3e9e124

Please sign in to comment.