Skip to content

Commit

Permalink
fix(tsconfig): move @tsconfig/strictest to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Aug 14, 2024
1 parent 76e547d commit 0150c81
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changeset/large-moons-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/tsconfig": minor
---

Move `@tsconfig/strictest` from `peerDependencies` to `dependencies`

7 changes: 3 additions & 4 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@
"run-tests": "node --test ./test/lib/*.test.js",
"test": "pnpm compile-tests && pnpm run-tests"
},
"dependencies": {
"@tsconfig/strictest": "2.0.5"
},
"devDependencies": {
"@bfra.me/tsconfig": "workspace:*",
"@tsconfig/strictest": "2.0.5",
"ajv": "8.17.1",
"ajv-draft-04": "1.0.0",
"type-fest": "4.24.0"
},
"peerDependencies": {
"@tsconfig/strictest": "*"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 0150c81

Please sign in to comment.