Skip to content

Commit

Permalink
chore: add k6 types as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Aug 23, 2023
1 parent c6ca8f3 commit fba0760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"k6": "^0.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@trpc/server": "^10.35.0"
"@trpc/server": "^10.35.0",
"@types/k6": "^0.46.0"
},
"lint-staged": {
"**/*.(js|jsx|ts|tsx)": [
Expand Down

0 comments on commit fba0760

Please sign in to comment.