Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 29, 2024
1 parent 298a0f9 commit c348270
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 413 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/redhat-plumbers-in-action/testing-farm#readme",
"dependencies": {
"axios": "^1.6.7",
"zod": "^3.22.4"
"axios": "1.6.8",
"zod": "3.23.4"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/coverage-v8": "1.5.2",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
"prettier": "3.2.5",
"typescript": "5.4.5",
"vitest": "1.5.2"
}
}
}
Loading

0 comments on commit c348270

Please sign in to comment.