Skip to content

Commit

Permalink
fix: resolve missing module and update package manager version (#224)
Browse files Browse the repository at this point in the history
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
Newbie012 authored May 27, 2024
1 parent f2a2439 commit 98d25c0
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 94 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-humans-report.md
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'"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.3"
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@typescript-eslint/rule-tester": "^7.8.0",
"eslint": "^8.57.0",
"libpg-query": "^16.2.0",
"tsx": "^4.9.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand All @@ -64,6 +63,7 @@
"postgres": "^3.3.4",
"synckit": "^0.9.0",
"ts-pattern": "^4.2.2",
"tsx": "^4.9.1",
"zod": "^3.21.4",
"zod-to-json-schema": "3.20.1"
},
Expand Down
Loading

0 comments on commit 98d25c0

Please sign in to comment.