Skip to content

Commit 3940c31

Browse files
Remove unused dependencies
1 parent 05d211e commit 3940c31

13 files changed

Lines changed: 5 additions & 244 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/config-helpers": "^0.5.3",
38-
"@eslint/eslintrc": "^3.3.5",
3938
"@eslint/js": "^10.0.1",
4039
"@pnpm/meta-updater": "^2.0.6",
4140
"@types/node": "^24.12.0",

packages/app-neovim/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@
2121
"@cursorless/lib-engine": "workspace:*",
2222
"@cursorless/lib-neovim-common": "workspace:*",
2323
"@cursorless/lib-neovim-registry": "workspace:*",
24-
"@cursorless/lib-node-common": "workspace:*",
2524
"@cursorless/lib-test-case-recorder": "workspace:*"
2625
},
2726
"devDependencies": {
28-
"@types/chai": "^5.2.3",
29-
"@types/js-yaml": "^4.0.9",
30-
"@types/lodash": "^4.17.24",
31-
"lodash": "^4.17.23",
32-
"neovim": "^5.4.0",
33-
"vscode-uri": "^3.1.0"
27+
"neovim": "^5.4.0"
3428
}
3529
}

packages/app-vscode/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,6 @@
13261326
},
13271327
"devDependencies": {
13281328
"@types/fs-extra": "^11.0.4",
1329-
"@types/js-yaml": "^4.0.9",
13301329
"@types/lodash-es": "^4.17.12",
13311330
"@types/nearley": "^2.11.5",
13321331
"@types/node": "^24.12.0",

packages/app-web/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
},
2222
"devDependencies": {
2323
"@types/node": "^24.12.0",
24-
"eslint": "^10.0.3",
25-
"http-server": "^14.1.1",
2624
"typescript": "^5.9.3",
2725
"vite": "^8.0.0",
2826
"vite-plugin-purgecss": "^0.2.13",

packages/lib-engine/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"js-yaml": "^4.1.1",
4343
"mocha": "^11.7.5",
4444
"sinon": "^21.0.3",
45-
"vscode-uri": "^3.1.0",
4645
"web-tree-sitter": "^0.26.7"
4746
}
4847
}

packages/lib-neovim-registry/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
"scripts": {
1111
"typecheck": "tsc",
1212
"clean": "rm -rf ./out ./dist ./tsconfig.tsbuildinfo"
13-
},
14-
"devDependencies": {
15-
"neovim": "^5.4.0"
1613
}
1714
}

packages/lib-talonjs-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"dependencies": {
1515
"@cursorless/lib-common": "workspace:*",
1616
"@cursorless/lib-engine": "workspace:*",
17-
"lodash-es": "^4.17.23",
18-
"vscode-uri": "^3.1.0"
17+
"lodash-es": "^4.17.23"
1918
},
2019
"devDependencies": {
2120
"@types/lodash-es": "^4.17.12"

packages/lib-test-case-recorder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@cursorless/lib-common": "workspace:*",
1616
"@cursorless/lib-engine": "workspace:*",
1717
"@cursorless/lib-node-common": "workspace:*",
18-
"fast-glob": "^3.3.3",
1918
"immutability-helper": "^3.1.1",
2019
"lodash-es": "^4.17.23"
2120
},

packages/test-neovim-e2e/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
1212
"dependencies": {
1313
"@cursorless/lib-common": "workspace:*",
1414
"@cursorless/lib-neovim-common": "workspace:*",
15-
"@cursorless/lib-neovim-registry": "workspace:*",
16-
"@cursorless/lib-node-common": "workspace:*",
17-
"@cursorless/lib-test-case-recorder": "workspace:*"
15+
"@cursorless/lib-node-common": "workspace:*"
1816
},
1917
"devDependencies": {
20-
"@types/chai": "^5.2.3",
2118
"@types/js-yaml": "^4.0.9",
22-
"@types/lodash": "^4.17.24",
2319
"@types/sinon": "^21.0.0",
2420
"js-yaml": "^4.1.1",
2521
"neovim": "^5.4.0",

packages/test-runner/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
},
2424
"dependencies": {
2525
"@cursorless/lib-common": "workspace:*",
26-
"@cursorless/lib-neovim-common": "workspace:*",
27-
"@cursorless/lib-neovim-registry": "workspace:*",
2826
"@cursorless/lib-node-common": "workspace:*",
2927
"fast-glob": "^3.3.3",
3028
"neovim": "^5.4.0",
@@ -38,7 +36,6 @@
3836
"@vscode/test-electron": "^2.5.2",
3937
"cross-spawn": "^7.0.6",
4038
"mocha": "^11.7.5",
41-
"tsx": "^4.21.0",
42-
"web-tree-sitter": "^0.26.7"
39+
"tsx": "^4.21.0"
4340
}
4441
}

0 commit comments

Comments
 (0)