Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jan 11, 2024
1 parent 20de4dd commit 19b2a1b
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^4.25.1",
"fastify": "^4.25.2",
"@faker-js/faker": "^8.3.1",
"@ilteoood/re-flusso": "workspace:^"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.11"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"dependency free"
],
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@biomejs/biome": "^1.5.1",
"@edge-runtime/vm": "^3.1.7",
"fast-json-stringify": "^5.9.1",
"fast-json-stringify": "^5.10.0",
"glob": "^10.3.10",
"happy-dom": "^12.10.3",
"happy-dom": "^13.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.3"
}
}
Loading

0 comments on commit 19b2a1b

Please sign in to comment.