Skip to content

Commit 0c287b8

Browse files
authored
fix: remove dependencies. (#5)
* no need for any of these * dont run with my creds on forks * update lockfile * dont use pull_request_target * while these are peers we also need them for unit tests
1 parent 7b531a7 commit 0c287b8

File tree

4 files changed

+14
-395
lines changed

4 files changed

+14
-395
lines changed

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'LintPrTitle'
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types:
66
- opened
77
- edited

.yarn/install-state.gz

-36.1 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
22
"name": "@zenobius/ink-mouse",
33
"version": "1.0.0",
4-
"dependencies": {
5-
"hast-util-from-html-isomorphic": "2.0.0",
6-
"hast-util-to-html": "^9.0.0",
7-
"hast-util-to-string": "^3.0.0",
8-
"hastscript": "^9.0.0",
4+
"peerDependencies": {
95
"ink": "^5.0.1",
10-
"mdast": "3.0.0",
11-
"nomnoml": "1.6.2",
12-
"react": "^18.2.0",
13-
"tslib": "^2.3.0",
14-
"unified": "11.0.4",
15-
"unist-util-visit-parents": "6.0.1",
16-
"vfile": "6.0.1"
6+
"react": "^18.2.0"
177
},
188
"devDependencies": {
199
"@arethetypeswrong/cli": "^0.15.3",
@@ -30,12 +20,12 @@
3020
"eslint-plugin-prettier": "^5.1.3",
3121
"husky": "^9.0.10",
3222
"inject-markdown": "^3.0.0",
23+
"ink": "^5.0.1",
3324
"is-ci": "^3.0.1",
3425
"jsonc-eslint-parser": "^2.4.0",
3526
"lint-staged": "^15.2.7",
36-
"open": "^10.1.0",
3727
"prettier": "^3.2.2",
38-
"remark": "15.0.1",
28+
"react": "^18.2.0",
3929
"ts-node": "10.9.1",
4030
"tslib": "^2.3.0",
4131
"tsup": "^8.1.0",

0 commit comments

Comments
 (0)