diff options
| author | Evan Senter <[email protected]> | 2025-04-18 18:29:27 +0100 |
|---|---|---|
| committer | Evan Senter <[email protected]> | 2025-04-18 18:36:33 +0100 |
| commit | dbf4c3a37c55b8e14c9fefd1f839d3555072e17b (patch) | |
| tree | 8ae6e7136eaec78573cd86fb982e4a725079bfe7 /package.json | |
| parent | f330a87e50fb6e8e4f1949851f8f6b6cf53d7776 (diff) | |
Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997fd6369031d2f1cf750051999fb0b5b5.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index ed095ffd..b970096e 100644 --- a/package.json +++ b/package.json @@ -15,17 +15,13 @@ "format": "prettier --write ." }, "devDependencies": { - "@testing-library/react": "^14.3.1", - "@vitejs/plugin-react": "^4.4.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", - "ink-testing-library": "^4.0.0", "prettier": "^3.5.3", - "typescript-eslint": "^8.30.1", - "vitest": "^3.1.1" + "typescript-eslint": "^8.30.1" } } |
