Skip to content

Commit

Permalink
chore(deps): routine upgrade of dev-only dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Jul 1, 2024
1 parent b334f86 commit c1b08ea
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"include": ["./src/**/*.ts", "./test/**/*.ts", "tsup.config.ts"],
"ignore": ["./test/fixtures/**/*"]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"openpgp": "5.11.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@openpgp/web-stream-tools": "0.1.2",
"@tapjs/tsx": "2.0.0",
"@biomejs/biome": "1.8.3",
"@openpgp/web-stream-tools": "0.1.3",
"@tapjs/tsx": "2.0.3",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/node-fetch": "2.6.11",
"@types/sinon": "17.0.3",
"@types/which": "3.0.4",
Expand All @@ -56,7 +56,7 @@
"into-stream": "8.0.1",
"nock": "13.5.4",
"sinon": "18.0.0",
"tap": "20.0.0",
"tap": "20.0.3",
"tsimp": "2.0.11",
"tsup": "8.1.0",
"typescript": "5.5.2",
Expand Down
Loading

0 comments on commit c1b08ea

Please sign in to comment.