Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 68d8a43

Browse files
committed
feat(package.json): changed ts-node to tsx
1 parent b27f673 commit 68d8a43

File tree

2 files changed

+258
-97
lines changed

2 files changed

+258
-97
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "1.2.12",
3+
"version": "1.3.0",
44
"private": true,
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",
@@ -19,7 +19,7 @@
1919
"@types/css-modules": "^1.0.5",
2020
"@types/node": "^20.12.13",
2121
"fast-glob": "^3.3.2",
22-
"ts-node": "^10.9.2"
22+
"tsx": "^4.15.7"
2323
},
2424
"devDependencies": {
2525
"@types/react": "^18.3.3",

0 commit comments

Comments
 (0)