Skip to content

Commit 5601774

Browse files
committed
chore: update package-lock.json and ts-node version
- Updated the version of @intentjs/ts-node to a wildcard in package.json for flexibility. - Bumped the version of React and React-DOM to 19.1.0 in package-lock.json. - Updated the version of scheduler to 0.26.0 in package-lock.json. - Removed commented-out code in the intent file for cleaner codebase.
1 parent abbbe90 commit 5601774

File tree

3 files changed

+665
-3071
lines changed

3 files changed

+665
-3071
lines changed

integrations/sample-app/intent

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
* * Register hook to process TypeScript files using ts-node
1717
*/
1818
import '@intentjs/ts-node/esm';
19-
// import { register } from 'node:module';
20-
// import { pathToFileURL } from 'node:url';
21-
22-
// register('ts-node/esm', pathToFileURL('./'), {});
2319

2420
/**
2521
* Import console commands entrypoint

integrations/sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@intentjs/cli": "*",
7070
"@intentjs/tooling": "*",
71-
"@intentjs/ts-node": "^0.0.1",
71+
"@intentjs/ts-node": "*",
7272
"@nestjs/testing": "^10.0.0",
7373
"@rollup/plugin-typescript": "^12.1.2",
7474
"@rspack/cli": "^1.2.8",

0 commit comments

Comments
 (0)