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

Commit f57042e

Browse files
committed
fix(package.json): Patch update
1 parent 8ec3722 commit f57042e

File tree

2 files changed

+142
-132
lines changed

2 files changed

+142
-132
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "2.5.3",
3+
"version": "2.5.6",
44
"private": true,
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",
@@ -12,14 +12,14 @@
1212
"test": "jest",
1313
"dev:e2e": "cd e2e/site && npm run dev -- -p 4000",
1414
"test:e2e": "playwright test",
15-
"compiler": "tsc --noEmit ./compiler/src/index.ts && tsx ./compiler/src/index.ts"
15+
"compiler": "tsx ./compiler/src/index.ts"
1616
},
1717
"bin": {
1818
"typedcssx": "./bin/typedcssx.mjs"
1919
},
2020
"dependencies": {
2121
"fast-glob": "^3.3.2",
22-
"tsx": "^4.15.7"
22+
"tsx": "^4.19.1"
2323
},
2424
"devDependencies": {
2525
"@playwright/test": "^1.46.0",

0 commit comments

Comments
 (0)