Skip to content

Commit 990a783

Browse files
committed
1 parent 207e275 commit 990a783

3 files changed

Lines changed: 221 additions & 72 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@
4545
"path": "./node_modules/cz-conventional-changelog"
4646
}
4747
},
48-
"dependencies": {},
4948
"devDependencies": {
5049
"@changesets/changelog-github": "^0.6.0",
5150
"@changesets/cli": "^2.27.9",
5251
"@commitlint/cli": "^20.0.0",
5352
"@commitlint/config-conventional": "^20.0.0",
5453
"@commitlint/prompt": "^20.0.0",
5554
"@effect/cli": "catalog:effect",
55+
"@effect/tsgo": "^0.5.1",
5656
"@eslint/eslintrc": "^3.0.0",
5757
"@eslint/js": "~9.39.0",
58+
"@evilmartians/lefthook": "^2.1.4",
5859
"@nx/devkit": "22.6.5",
5960
"@nx/eslint": "22.6.5",
6061
"@nx/eslint-plugin": "22.6.5",
@@ -92,7 +93,6 @@
9293
"eslint-plugin-playwright": "^2.0.0",
9394
"eslint-plugin-prettier": "^5.2.3",
9495
"fast-check": "^4.0.0",
95-
"@evilmartians/lefthook": "^2.1.4",
9696
"jiti": "2.6.1",
9797
"jsdom": "27.4.0",
9898
"jsonc-eslint-parser": "^2.1.0",
@@ -101,12 +101,13 @@
101101
"pkg-pr-new": "^0.0.67",
102102
"playwright": "^1.47.2",
103103
"prettier": "^3.2.5",
104+
"setup": "^0.0.3",
104105
"shx": "^0.4.0",
105106
"swc-loader": "0.2.7",
106107
"ts-node": "10.9.2",
107-
"tsx": "^4.20.0",
108108
"ts-patch": "3.3.0",
109109
"tslib": "^2.5.0",
110+
"tsx": "^4.20.0",
110111
"typedoc": "^0.27.4",
111112
"typedoc-github-theme": "0.2.1",
112113
"typedoc-plugin-rename-defaults": "^0.7.2",

0 commit comments

Comments
 (0)