Skip to content

Commit

Permalink
Replace tsx with jiti
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Sep 7, 2024
1 parent 2fb1cf5 commit e82d518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
45 changes: 1 addition & 44 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vitest": "^0.5.4",
"happy-dom": "^15.7.3",
"jiti": "^1.21.6",
"npm-run-all": "^4.1.5",
"null-loader": "^4.0.1",
"postcss-loader": "^8.1.1",
Expand All @@ -95,14 +96,13 @@
"prisma": "^5.19.1",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
"seed": "jiti prisma/seed.ts"
}
}

0 comments on commit e82d518

Please sign in to comment.