File tree Expand file tree Collapse file tree
cursorless.nvim/node/command-server
cursorless-vscode-tutorial-webview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v24.13.1
1+ v24.14.0
Original file line number Diff line number Diff line change 1212 "private" : true ,
1313 "devDependencies" : {
1414 "@types/mocha" : " ^10.0.10" ,
15- "@types/node" : " ^25.2 .0" ,
15+ "@types/node" : " ^24.12 .0" ,
1616 "@types/rimraf" : " ^^3.0.0" ,
1717 "@types/vscode" : " ^1.98.0" ,
1818 "@typescript-eslint/eslint-plugin" : " ^8.32.1" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "description" : " The root of the Cursorless monorepo" ,
55 "license" : " MIT" ,
6- "packageManager" : " pnpm@10.13.1 " ,
6+ "packageManager" : " pnpm@10.30.3 " ,
77 "type" : " module" ,
88 "main" : " index.js" ,
99 "engines" : {
10- "node" : " >=24.13.1 "
10+ "node" : " >=24.14.0 "
1111 },
1212 "scripts" : {
1313 "build" : " pnpm -r build" ,
3434 "watch:tsc" : " tsc --build --watch"
3535 },
3636 "devDependencies" : {
37- "@eslint/config-helpers" : " ^0.5.2 " ,
38- "@eslint/eslintrc" : " ^3.3.4 " ,
37+ "@eslint/config-helpers" : " ^0.5.3 " ,
38+ "@eslint/eslintrc" : " ^3.3.5 " ,
3939 "@eslint/js" : " ^10.0.1" ,
4040 "@pnpm/meta-updater" : " ^2.0.6" ,
41- "@types/node" : " ^25.3.3 " ,
41+ "@types/node" : " ^24.12.0 " ,
4242 "esbuild" : " ^0.27.3" ,
43- "eslint" : " ^10.0.2 " ,
43+ "eslint" : " ^10.0.3 " ,
4444 "eslint-config-prettier" : " ^10.1.8" ,
4545 "eslint-import-resolver-typescript" : " ^4.4.4" ,
4646 "eslint-plugin-import" : " ^2.32.0" ,
4949 "eslint-plugin-unused-imports" : " ^4.4.1" ,
5050 "prettier" : " ^3.8.1" ,
5151 "prettier-plugin-tailwindcss" : " ^0.7.2" ,
52- "syncpack" : " ^14.0.0 " ,
52+ "syncpack" : " ^14.0.2 " ,
5353 "typescript" : " ^5.9.3" ,
5454 "typescript-eslint" : " ^8.56.1"
5555 },
Original file line number Diff line number Diff line change 3838 "@testing-library/dom" : " ^10.4.1" ,
3939 "@testing-library/react" : " ^16.3.2" ,
4040 "@types/jest" : " ^30.0.0" ,
41- "@types/node" : " ^25.3.3 " ,
41+ "@types/node" : " ^24.12.0 " ,
4242 "@types/react" : " ^19.2.14" ,
4343 "@types/react-dom" : " ^19.2.3" ,
4444 "@types/webpack" : " ^5.28.5" ,
5252 "ts-loader" : " ^9.5.4" ,
5353 "ts-node" : " ^10.9.2" ,
5454 "typescript" : " ^5.9.3" ,
55- "webpack" : " ^5.105.3 " ,
55+ "webpack" : " ^5.105.4 " ,
5656 "webpack-cli" : " ^6.0.1" ,
5757 "webpack-dev-server" : " ^5.2.3"
5858 }
Original file line number Diff line number Diff line change 4949 "@types/sinon" : " ^21.0.0" ,
5050 "js-yaml" : " ^4.1.1" ,
5151 "mocha" : " ^11.7.5" ,
52- "sinon" : " ^21.0.1 "
52+ "sinon" : " ^21.0.2 "
5353 }
5454}
Original file line number Diff line number Diff line change 3939 "react-player" : " ^3.4.0"
4040 },
4141 "devDependencies" : {
42- "@eslint/compat" : " ^2.0.2 " ,
42+ "@eslint/compat" : " ^2.0.3 " ,
4343 "@svgr/webpack" : " ^8.1.0" ,
4444 "@tailwindcss/postcss" : " ^4.2.1" ,
4545 "@types/mdx" : " ^2.0.13" ,
46- "@types/node" : " ^25.3.3 " ,
46+ "@types/node" : " ^24.12.0 " ,
4747 "@types/react" : " ^19.2.14" ,
4848 "@types/react-dom" : " ^19.2.3" ,
49- "eslint" : " ^10.0.2 " ,
49+ "eslint" : " ^10.0.3 " ,
5050 "eslint-config-next" : " ^16.1.6" ,
5151 "http-server" : " ^14.1.1" ,
5252 "postcss" : " ^8.5.8" ,
Original file line number Diff line number Diff line change 3737 "js-yaml" : " ^4.1.1" ,
3838 "mocha" : " ^11.7.5" ,
3939 "semver" : " ^7.7.4" ,
40- "sinon" : " ^21.0.1 "
40+ "sinon" : " ^21.0.2 "
4141 }
4242}
Original file line number Diff line number Diff line change 1515 "watch" : " pnpm run --filter @cursorless/cursorless-vscode-tutorial-webview --parallel '/^watch:.*/'" ,
1616 "build:esbuild" : " esbuild ./src/index.tsx --sourcemap --format=cjs --bundle --outfile=./out/index.js" ,
1717 "build:tailwind" : " pnpx @tailwindcss/cli -i ./src/index.css -o ./out/index.css" ,
18- "build" : " pnpm build:esbuild --minify && pnpm build:tailwind --minify" ,
18+ "build" : " pnpm build:prod" ,
19+ "build:prod" : " pnpm build:esbuild --minify && pnpm build:tailwind --minify" ,
1920 "build:dev" : " pnpm build:esbuild && pnpm build:tailwind" ,
2021 "clean" : " rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
2122 },
Original file line number Diff line number Diff line change 12971297 "@types/js-yaml" : " ^4.0.9" ,
12981298 "@types/lodash-es" : " ^4.17.12" ,
12991299 "@types/nearley" : " ^2.11.5" ,
1300- "@types/node" : " ^25.3.3 " ,
1300+ "@types/node" : " ^24.12.0 " ,
13011301 "@types/semver" : " ^7.7.1" ,
13021302 "@types/sinon" : " ^21.0.0" ,
13031303 "@types/vscode" : " 1.98.0" ,
13041304 "esbuild" : " ^0.27.3" ,
13051305 "fast-xml-parser" : " ^5.4.2" ,
1306- "fs-extra" : " ^11.3.3 " ,
1307- "sinon" : " ^21.0.1 "
1306+ "fs-extra" : " ^11.3.4 " ,
1307+ "sinon" : " ^21.0.2 "
13081308 }
13091309}
You can’t perform that action at this time.
0 commit comments