Skip to content

Commit

Permalink
Disabling automatic peer installation, adding them to devDependencies…
Browse files Browse the repository at this point in the history
… and updating them. (#32)
  • Loading branch information
Anna Bocharova authored Oct 9, 2024
1 parent d0000a0 commit 7f923b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[install]
peer = false
[test]
coverage = true # always enable coverage
coverageReporter = ["text", "lcov"]
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
"@types/bun": "latest",
"@types/ramda": "^0.30.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/rule-tester": "^8.8.0",
"@typescript-eslint/rule-tester": "^8.8.1",
"eslint": "^9.12.0",
"json-schema-to-ts": "^3.1.1",
"semver": "^7.6.3",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1"
},
"peerDependencies": {
"eslint": "^9.0.0",
Expand Down

0 comments on commit 7f923b8

Please sign in to comment.