|
9 | 9 | "engines": { |
10 | 10 | "node": ">=20.16.0" |
11 | 11 | }, |
| 12 | + "workspaces": [ |
| 13 | + "packages/*" |
| 14 | + ], |
12 | 15 | "scripts": { |
13 | 16 | "build": "pnpm -r build", |
14 | 17 | "clean": "pnpm -r clean", |
15 | 18 | "compile": "tsc --build && pnpm -r --if-present compile:esbuild", |
16 | 19 | "fix:eslint": "pnpm lint:ts --fix", |
17 | 20 | "fix:meta": "pnpm run meta-updater:base && pnpm -r exec prettier --write tsconfig.json package.json", |
18 | | - "fix:syncpack": "pnpm syncpack fix-mismatches", |
19 | 21 | "init-vscode-sandbox": "pnpm --filter=@cursorless/cursorless-vscode init-launch-sandbox", |
20 | 22 | "lint:meta": "pnpm run meta-updater:base --test", |
21 | 23 | "lint:ts": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint packages --ext ts,tsx,mts", |
22 | | - "lint": "pnpm run lint:meta && syncpack list-mismatches && pnpm run lint:ts", |
| 24 | + "lint": "pnpm run lint:meta && pnpm run lint:ts", |
23 | 25 | "meta-updater:base": "pnpm --filter=@cursorless/meta-updater build && meta-updater", |
24 | 26 | "preinstall": "npx only-allow pnpm", |
25 | 27 | "test-compile": "tsc --build", |
|
31 | 33 | "watch:tsc": "tsc --build --watch" |
32 | 34 | }, |
33 | 35 | "devDependencies": { |
34 | | - "@pnpm/meta-updater": "2.0.4", |
35 | | - "@types/node": "20.17.50", |
36 | | - "@typescript-eslint/eslint-plugin": "8.33.1", |
37 | | - "@typescript-eslint/parser": "8.33.1", |
38 | | - "cross-env": "7.0.3", |
39 | | - "esbuild": "0.25.5", |
40 | | - "eslint": "9.28.0", |
41 | | - "eslint-config-prettier": "10.1.5", |
42 | | - "eslint-import-resolver-typescript": "4.4.2", |
43 | | - "eslint-plugin-import": "2.31.0", |
44 | | - "eslint-plugin-mocha": "10.5.0", |
45 | | - "eslint-plugin-unicorn": "56.0.1", |
46 | | - "eslint-plugin-unused-imports": "4.1.4", |
47 | | - "prettier": "3.3.3", |
48 | | - "prettier-plugin-tailwindcss": "0.6.12", |
49 | | - "syncpack": "13.0.4", |
50 | | - "typescript": "5.8.3" |
| 36 | + "@pnpm/meta-updater": "", |
| 37 | + "@types/node": "", |
| 38 | + "@typescript-eslint/eslint-plugin": "", |
| 39 | + "@typescript-eslint/parser": "", |
| 40 | + "cross-env": "", |
| 41 | + "esbuild": "", |
| 42 | + "eslint": "", |
| 43 | + "eslint-config-prettier": "", |
| 44 | + "eslint-import-resolver-typescript": "", |
| 45 | + "eslint-plugin-import": "", |
| 46 | + "eslint-plugin-mocha": "", |
| 47 | + "eslint-plugin-unicorn": "", |
| 48 | + "eslint-plugin-unused-imports": "", |
| 49 | + "prettier": "", |
| 50 | + "prettier-plugin-tailwindcss": "", |
| 51 | + "typescript": "" |
51 | 52 | }, |
52 | 53 | "pnpm": { |
| 54 | + "overrides": { |
| 55 | + "@algolia/client-search": "5.25.0", |
| 56 | + "@cursorless/cheatsheet": "workspace:*", |
| 57 | + "@cursorless/common": "workspace:*", |
| 58 | + "@cursorless/cursorless-cheatsheet": "workspace:*", |
| 59 | + "@cursorless/cursorless-engine": "workspace:*", |
| 60 | + "@cursorless/cursorless-everywhere-talon-core": "workspace:*", |
| 61 | + "@cursorless/cursorless-tutorial": "workspace:*", |
| 62 | + "@cursorless/neovim-common": "workspace:*", |
| 63 | + "@cursorless/neovim-registry": "workspace:*", |
| 64 | + "@cursorless/node-common": "workspace:*", |
| 65 | + "@cursorless/sentence-parser": "workspace:*", |
| 66 | + "@cursorless/test-case-recorder": "workspace:*", |
| 67 | + "@cursorless/vscode-common": "workspace:*", |
| 68 | + "@docsearch/react": "3.9.0", |
| 69 | + "@docusaurus/core": "3.8.0", |
| 70 | + "@docusaurus/module-type-aliases": "3.8.0", |
| 71 | + "@docusaurus/preset-classic": "3.8.0", |
| 72 | + "@docusaurus/theme-classic": "3.8.0", |
| 73 | + "@docusaurus/theme-common": "3.8.0", |
| 74 | + "@docusaurus/theme-search-algolia": "3.8.0", |
| 75 | + "@docusaurus/types": "3.8.0", |
| 76 | + "@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3", |
| 77 | + "@fortawesome/fontawesome-svg-core": "6.7.2", |
| 78 | + "@fortawesome/free-solid-svg-icons": "6.7.2", |
| 79 | + "@fortawesome/react-fontawesome": "0.2.2", |
| 80 | + "@mdx-js/loader": "3.1.0", |
| 81 | + "@mdx-js/react": "3.1.0", |
| 82 | + "@next/mdx": "15.3.3", |
| 83 | + "@pnpm/lockfile-file": "9.1.3", |
| 84 | + "@pnpm/logger": "1001.0.0", |
| 85 | + "@pnpm/meta-updater": "2.0.4", |
| 86 | + "@pnpm/types": "1000.6.0", |
| 87 | + "@svgr/webpack": "8.1.0", |
| 88 | + "@tailwindcss/postcss": "4.1.8", |
| 89 | + "@testing-library/dom": "10.4.0", |
| 90 | + "@testing-library/react": "16.3.0", |
| 91 | + "@tsconfig/docusaurus": "2.0.3", |
| 92 | + "@types/chai": "5.2.2", |
| 93 | + "@types/cross-spawn": "6.0.6", |
| 94 | + "@types/fs-extra": "11.0.4", |
| 95 | + "@types/jest": "29.5.14", |
| 96 | + "@types/js-yaml": "4.0.9", |
| 97 | + "@types/lodash": "4.17.17", |
| 98 | + "@types/lodash-es": "4.17.12", |
| 99 | + "@types/mdast": "4.0.4", |
| 100 | + "@types/mdx": "2.0.13", |
| 101 | + "@types/mocha": "10.0.10", |
| 102 | + "@types/moo": "0.5.10", |
| 103 | + "@types/nearley": "2.11.5", |
| 104 | + "@types/node": "20.17.50", |
| 105 | + "@types/normalize-path": "3.0.2", |
| 106 | + "@types/react": "19.1.6", |
| 107 | + "@types/react-dom": "19.1.5", |
| 108 | + "@types/react-helmet": "6.1.11", |
| 109 | + "@types/semver": "7.7.0", |
| 110 | + "@types/sinon": "17.0.4", |
| 111 | + "@types/tail": "2.2.3", |
| 112 | + "@types/tinycolor2": "1.4.6", |
| 113 | + "@types/uuid": "10.0.0", |
| 114 | + "@types/vscode": "1.82.0", |
| 115 | + "@types/vscode-webview": "1.57.5", |
| 116 | + "@types/webpack": "5.28.5", |
| 117 | + "@typescript-eslint/eslint-plugin": "8.33.1", |
| 118 | + "@typescript-eslint/parser": "8.33.1", |
| 119 | + "@vscode/test-electron": "2.5.2", |
| 120 | + "@webpack-cli/generators": "3.0.7", |
| 121 | + "autoprefixer": "10.4.21", |
| 122 | + "chai": "5.2.0", |
| 123 | + "clsx": "2.1.1", |
| 124 | + "cross-env": "7.0.3", |
| 125 | + "cross-spawn": "7.0.6", |
| 126 | + "css-loader": "7.1.2", |
| 127 | + "esbuild": "0.25.5", |
| 128 | + "eslint": "9.28.0", |
| 129 | + "eslint-config-next": "15.3.3", |
| 130 | + "eslint-config-prettier": "10.1.5", |
| 131 | + "eslint-import-resolver-typescript": "4.4.2", |
| 132 | + "eslint-plugin-import": "2.31.0", |
| 133 | + "eslint-plugin-mocha": "10.5.0", |
| 134 | + "eslint-plugin-unicorn": "56.0.1", |
| 135 | + "eslint-plugin-unused-imports": "4.1.4", |
| 136 | + "fast-check": "4.1.1", |
| 137 | + "fast-xml-parser": "5.2.3", |
| 138 | + "fs-extra": "11.3.0", |
| 139 | + "glob": "11.0.2", |
| 140 | + "html-webpack-plugin": "5.6.3", |
| 141 | + "http-server": "14.1.1", |
| 142 | + "immer": "10.1.1", |
| 143 | + "immutability-helper": "3.1.1", |
| 144 | + "itertools": "2.4.1", |
| 145 | + "jest": "29.7.0", |
| 146 | + "jest-environment-jsdom": "30.0.0-beta.3", |
| 147 | + "js-yaml": "4.1.0", |
| 148 | + "lodash": "4.17.21", |
| 149 | + "lodash-es": "4.17.21", |
| 150 | + "mdast-util-find-and-replace": "3.0.2", |
| 151 | + "mocha": "11.5.0", |
| 152 | + "moo": "0.5.2", |
| 153 | + "nearley": "2.20.1", |
| 154 | + "neovim": "5.3.0", |
| 155 | + "next": "15.3.3", |
| 156 | + "node-html-parser": "7.0.1", |
| 157 | + "normalize-path": "3.0.0", |
| 158 | + "path-exists": "5.0.0", |
| 159 | + "postcss": "8.5.4", |
| 160 | + "postcss-loader": "8.1.1", |
| 161 | + "prettier": "3.3.3", |
| 162 | + "prettier-plugin-tailwindcss": "0.6.12", |
| 163 | + "prism-react-renderer": "2.4.1", |
| 164 | + "react": "19.1.0", |
| 165 | + "react-dom": "19.1.0", |
| 166 | + "react-player": "2.16.0", |
| 167 | + "react-string-replace": "1.1.1", |
| 168 | + "react-use": "17.6.0", |
| 169 | + "semver": "7.7.2", |
| 170 | + "sinon": "20.0.0", |
| 171 | + "style-loader": "4.0.0", |
| 172 | + "tail": "2.2.6", |
| 173 | + "tailwindcss": "3.4.14", |
| 174 | + "talon-snippets": "1.3.0", |
| 175 | + "tinycolor2": "1.6.0", |
| 176 | + "trie-search": "2.2.0", |
| 177 | + "ts-jest": "29.3.4", |
| 178 | + "ts-loader": "9.5.2", |
| 179 | + "ts-node": "10.9.2", |
| 180 | + "type-fest": "4.41.0", |
| 181 | + "typescript": "5.8.3", |
| 182 | + "unified": "11.0.5", |
| 183 | + "unist-util-visit": "5.0.0", |
| 184 | + "uuid": "11.1.0", |
| 185 | + "vscode-uri": "3.1.0", |
| 186 | + "webpack": "5.99.9", |
| 187 | + "webpack-cli": "6.0.1", |
| 188 | + "webpack-dev-server": "5.2.2", |
| 189 | + "zod": "3.25.50" |
| 190 | + }, |
53 | 191 | "patchedDependencies": { |
54 | 192 | |
55 | 193 | |
|
0 commit comments