Skip to content

Commit 92b2112

Browse files
Move types dependency to dev dependencies (#1936)
## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet --------- Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
1 parent fee6d41 commit 92b2112

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/cursorless-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@
10671067
"@types/node": "^16.11.3",
10681068
"@types/semver": "^7.3.9",
10691069
"@types/sinon": "^10.0.2",
1070+
"@types/tinycolor2": "1.4.3",
10701071
"@types/uuid": "^8.3.4",
10711072
"@types/vscode": "~1.61.0",
10721073
"chai": "^4.3.6",
@@ -1081,7 +1082,6 @@
10811082
"@cursorless/common": "workspace:*",
10821083
"@cursorless/cursorless-engine": "workspace:*",
10831084
"@cursorless/vscode-common": "workspace:*",
1084-
"@types/tinycolor2": "1.4.3",
10851085
"itertools": "^2.1.1",
10861086
"lodash": "^4.17.21",
10871087
"semver": "^7.5.2",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)