Skip to content

Commit

Permalink
chore: deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Feb 16, 2024
1 parent 2f9092d commit f0ef754
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 150 deletions.
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^4.25.2",
"@faker-js/faker": "^8.3.1",
"fastify": "^4.26.1",
"@faker-js/faker": "^8.4.1",
"@ilteoood/re-flusso": "workspace:^"
}
}
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.12"
"vite": "^5.1.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"whatwg"
],
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@edge-runtime/vm": "^3.1.7",
"fast-json-stringify": "^5.10.0",
"@biomejs/biome": "^1.5.3",
"@edge-runtime/vm": "^3.2.0",
"fast-json-stringify": "^5.12.0",
"glob": "^10.3.10",
"happy-dom": "^13.1.4",
"tsup": "^8.0.1",
"happy-dom": "^13.3.8",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
"vitest": "^1.3.0"
}
}
Loading

0 comments on commit f0ef754

Please sign in to comment.