-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve missing module and update package manager version (#224)
This commit fixes the 'Cannot find module' error by correctly placing the 'tsx' dependency. It also updates the package manager version in package.json.
- Loading branch information
Showing
4 changed files
with
84 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@ts-safeql/eslint-plugin": patch | ||
--- | ||
|
||
fixed "Cannot find module 'tsx/cjs/api'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,5 @@ | |
"turbo": "^1.13.3", | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "pnpm@9.0.6" | ||
"packageManager": "pnpm@9.1.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.