Skip to content

Commit 5d8e3dd

Browse files
Update dependencies (#3048)
1 parent 32b11d0 commit 5d8e3dd

File tree

24 files changed

+1267
-1263
lines changed

24 files changed

+1267
-1263
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"watch:tsc": "tsc --build --watch"
3232
},
3333
"devDependencies": {
34-
"@pnpm/meta-updater": "2.0.6",
35-
"@types/node": "24.0.12",
36-
"@typescript-eslint/eslint-plugin": "8.36.0",
37-
"@typescript-eslint/parser": "8.36.0",
38-
"cross-env": "7.0.3",
39-
"esbuild": "0.25.6",
40-
"eslint": "9.30.1",
41-
"eslint-config-prettier": "10.1.5",
42-
"eslint-import-resolver-typescript": "4.4.4",
43-
"eslint-plugin-import": "2.32.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.14",
49-
"syncpack": "13.0.4",
50-
"typescript": "5.8.3"
34+
"@pnpm/meta-updater": "^2.0.6",
35+
"@types/node": "^24.0.14",
36+
"@typescript-eslint/eslint-plugin": "^8.37.0",
37+
"@typescript-eslint/parser": "^8.37.0",
38+
"cross-env": "^7.0.3",
39+
"esbuild": "^0.25.6",
40+
"eslint": "^9.31.0",
41+
"eslint-config-prettier": "^10.1.5",
42+
"eslint-import-resolver-typescript": "^4.4.4",
43+
"eslint-plugin-import": "^2.32.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.14",
49+
"syncpack": "^13.0.4",
50+
"typescript": "^5.8.3"
5151
},
5252
"pnpm": {
5353
"patchedDependencies": {

packages/cheatsheet-local/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030
},
3131
"dependencies": {
3232
"@cursorless/cheatsheet": "workspace:*",
33-
"react": "19.1.0",
34-
"react-dom": "19.1.0"
33+
"react": "^19.1.0",
34+
"react-dom": "^19.1.0"
3535
},
3636
"devDependencies": {
37-
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
38-
"@testing-library/dom": "10.4.0",
39-
"@testing-library/react": "16.3.0",
40-
"@types/jest": "30.0.0",
41-
"@types/node": "24.0.12",
42-
"@types/react": "19.1.8",
43-
"@types/react-dom": "19.1.6",
44-
"@types/webpack": "5.28.5",
45-
"autoprefixer": "10.4.21",
46-
"css-loader": "7.1.2",
47-
"html-webpack-plugin": "5.6.3",
48-
"jest": "30.0.4",
49-
"postcss": "8.5.6",
50-
"postcss-loader": "8.1.1",
51-
"style-loader": "4.0.0",
52-
"tailwindcss": "3.4.17",
53-
"ts-loader": "9.5.2",
54-
"ts-node": "10.9.2",
55-
"typescript": "5.8.3",
56-
"webpack": "5.100.0",
57-
"webpack-cli": "6.0.1",
58-
"webpack-dev-server": "5.2.2"
37+
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
38+
"@testing-library/dom": "^10.4.0",
39+
"@testing-library/react": "^16.3.0",
40+
"@types/jest": "^30.0.0",
41+
"@types/node": "^24.0.14",
42+
"@types/react": "^19.1.8",
43+
"@types/react-dom": "^19.1.6",
44+
"@types/webpack": "^5.28.5",
45+
"autoprefixer": "^10.4.21",
46+
"css-loader": "^7.1.2",
47+
"html-webpack-plugin": "^5.6.3",
48+
"jest": "^30.0.4",
49+
"postcss": "^8.5.6",
50+
"postcss-loader": "^8.1.1",
51+
"style-loader": "^4.0.0",
52+
"tailwindcss": "^3.4.17",
53+
"ts-loader": "^9.5.2",
54+
"ts-node": "^10.9.2",
55+
"typescript": "^5.8.3",
56+
"webpack": "^5.100.2",
57+
"webpack-cli": "^6.0.1",
58+
"webpack-dev-server": "^5.2.2"
5959
}
6060
}

packages/cheatsheet/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"watch": "pnpm run --filter @cursorless/cheatsheet --parallel '/^watch:.*/'"
2727
},
2828
"dependencies": {
29-
"@fortawesome/fontawesome-svg-core": "6.7.2",
30-
"@fortawesome/free-solid-svg-icons": "6.7.2",
31-
"@fortawesome/react-fontawesome": "0.2.2",
32-
"react": "19.1.0",
33-
"react-dom": "19.1.0",
34-
"react-string-replace": "1.1.1",
35-
"react-use": "17.6.0"
29+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
30+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
31+
"@fortawesome/react-fontawesome": "^0.2.2",
32+
"react": "^19.1.0",
33+
"react-dom": "^19.1.0",
34+
"react-string-replace": "^1.1.1",
35+
"react-use": "^17.6.0"
3636
},
3737
"devDependencies": {
38-
"@testing-library/dom": "10.4.0",
39-
"@testing-library/react": "16.3.0",
40-
"@types/jest": "30.0.0",
41-
"@types/react": "19.1.8",
42-
"@types/react-dom": "19.1.6",
43-
"@types/react-helmet": "6.1.11",
44-
"jest": "30.0.4",
45-
"jest-environment-jsdom": "30.0.4",
46-
"ts-jest": "29.4.0",
47-
"typescript": "5.8.3"
38+
"@testing-library/dom": "^10.4.0",
39+
"@testing-library/react": "^16.3.0",
40+
"@types/jest": "^30.0.0",
41+
"@types/react": "^19.1.8",
42+
"@types/react-dom": "^19.1.6",
43+
"@types/react-helmet": "^6.1.11",
44+
"jest": "^30.0.4",
45+
"jest-environment-jsdom": "^30.0.4",
46+
"ts-jest": "^29.4.0",
47+
"typescript": "^5.8.3"
4848
}
4949
}

packages/common/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"watch": "pnpm run --filter @cursorless/common --parallel '/^watch:.*/'"
2626
},
2727
"dependencies": {
28-
"itertools": "2.4.1",
29-
"lodash-es": "4.17.21",
30-
"tinycolor2": "1.6.0",
31-
"vscode-uri": "3.1.0"
28+
"itertools": "^2.4.1",
29+
"lodash-es": "^4.17.21",
30+
"tinycolor2": "^1.6.0",
31+
"vscode-uri": "^3.1.0"
3232
},
3333
"devDependencies": {
34-
"@types/js-yaml": "4.0.9",
35-
"@types/lodash-es": "4.17.12",
36-
"@types/mocha": "10.0.10",
37-
"@types/tinycolor2": "1.4.6",
38-
"cross-spawn": "7.0.6",
39-
"fast-check": "4.2.0",
40-
"js-yaml": "4.1.0",
41-
"mocha": "11.7.1"
34+
"@types/js-yaml": "^4.0.9",
35+
"@types/lodash-es": "^4.17.12",
36+
"@types/mocha": "^10.0.10",
37+
"@types/tinycolor2": "^1.4.6",
38+
"cross-spawn": "^7.0.6",
39+
"fast-check": "^4.2.0",
40+
"js-yaml": "^4.1.0",
41+
"mocha": "^11.7.1"
4242
}
4343
}

packages/cursorless-cheatsheet/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"dependencies": {
2525
"@cursorless/common": "workspace:*",
2626
"@cursorless/node-common": "workspace:*",
27-
"immer": "10.1.1",
28-
"lodash-es": "4.17.21",
29-
"node-html-parser": "7.0.1"
27+
"immer": "^10.1.1",
28+
"lodash-es": "^4.17.21",
29+
"node-html-parser": "^7.0.1"
3030
},
3131
"devDependencies": {
32-
"@types/lodash-es": "4.17.12"
32+
"@types/lodash-es": "^4.17.12"
3333
}
3434
}

packages/cursorless-engine/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
"@cursorless/common": "workspace:*",
3131
"@cursorless/node-common": "workspace:*",
3232
"@cursorless/sentence-parser": "workspace:*",
33-
"immer": "10.1.1",
34-
"immutability-helper": "3.1.1",
35-
"itertools": "2.4.1",
36-
"lodash-es": "4.17.21",
37-
"moo": "0.5.2",
38-
"nearley": "2.20.1",
39-
"talon-snippets": "1.3.0",
40-
"uuid": "11.1.0",
41-
"zod": "4.0.2"
33+
"immer": "^10.1.1",
34+
"immutability-helper": "^3.1.1",
35+
"itertools": "^2.4.1",
36+
"lodash-es": "^4.17.21",
37+
"moo": "^0.5.2",
38+
"nearley": "^2.20.1",
39+
"talon-snippets": "^1.3.0",
40+
"uuid": "^11.1.0",
41+
"zod": "^4.0.5"
4242
},
4343
"devDependencies": {
44-
"@types/js-yaml": "4.0.9",
45-
"@types/lodash-es": "4.17.12",
46-
"@types/mocha": "10.0.10",
47-
"@types/moo": "0.5.10",
48-
"@types/nearley": "2.11.5",
49-
"@types/sinon": "17.0.4",
50-
"@types/uuid": "10.0.0",
51-
"js-yaml": "4.1.0",
52-
"mocha": "11.7.1",
53-
"sinon": "21.0.0"
44+
"@types/js-yaml": "^4.0.9",
45+
"@types/lodash-es": "^4.17.12",
46+
"@types/mocha": "^10.0.10",
47+
"@types/moo": "^0.5.10",
48+
"@types/nearley": "^2.11.5",
49+
"@types/sinon": "^17.0.4",
50+
"@types/uuid": "^10.0.0",
51+
"js-yaml": "^4.1.0",
52+
"mocha": "^11.7.1",
53+
"sinon": "^21.0.0"
5454
}
5555
}

packages/cursorless-everywhere-talon-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"dependencies": {
2525
"@cursorless/common": "workspace:*",
2626
"@cursorless/cursorless-engine": "workspace:*",
27-
"lodash-es": "4.17.21",
28-
"vscode-uri": "3.1.0"
27+
"lodash-es": "^4.17.21",
28+
"vscode-uri": "^3.1.0"
2929
},
3030
"devDependencies": {
31-
"@types/lodash-es": "4.17.12"
31+
"@types/lodash-es": "^4.17.12"
3232
}
3333
}

packages/cursorless-everywhere-talon-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@cursorless/test-case-recorder": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/mocha": "10.0.10",
22-
"mocha": "11.7.1"
21+
"@types/mocha": "^10.0.10",
22+
"mocha": "^11.7.1"
2323
}
2424
}

packages/cursorless-neovim-e2e/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@cursorless/test-case-recorder": "workspace:*"
2727
},
2828
"devDependencies": {
29-
"@types/chai": "5.2.2",
30-
"@types/js-yaml": "4.0.9",
31-
"@types/lodash": "4.17.20",
32-
"@types/sinon": "17.0.4",
33-
"neovim": "5.3.0"
29+
"@types/chai": "^5.2.2",
30+
"@types/js-yaml": "^4.0.9",
31+
"@types/lodash": "^4.17.20",
32+
"@types/sinon": "^17.0.4",
33+
"neovim": "^5.3.0"
3434
}
3535
}

packages/cursorless-neovim/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"@cursorless/test-case-recorder": "workspace:*"
3535
},
3636
"devDependencies": {
37-
"@types/chai": "5.2.2",
38-
"@types/js-yaml": "4.0.9",
39-
"@types/lodash": "4.17.20",
40-
"@types/uuid": "10.0.0",
41-
"lodash": "4.17.21",
42-
"neovim": "5.3.0",
43-
"vscode-uri": "3.1.0"
37+
"@types/chai": "^5.2.2",
38+
"@types/js-yaml": "^4.0.9",
39+
"@types/lodash": "^4.17.20",
40+
"@types/uuid": "^10.0.0",
41+
"lodash": "^4.17.21",
42+
"neovim": "^5.3.0",
43+
"vscode-uri": "^3.1.0"
4444
}
4545
}

0 commit comments

Comments
 (0)