Skip to content

Commit f886643

Browse files
committed
try bumping versions
1 parent 6d045fd commit f886643

File tree

12 files changed

+1439
-1391
lines changed

12 files changed

+1439
-1391
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,23 @@
2929
"devDependencies": {
3030
"@pnpm/meta-updater": "1.0.0",
3131
"@types/node": "18.18.2",
32-
"@typescript-eslint/eslint-plugin": "^7.4.0",
33-
"@typescript-eslint/parser": "^7.4.0",
32+
"@typescript-eslint/eslint-plugin": "^7.7.0",
33+
"@typescript-eslint/parser": "^7.7.0",
3434
"esbuild": "^0.20.2",
3535
"eslint": "^8.57.0",
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-import-resolver-typescript": "3.6.1",
3838
"eslint-plugin-import": "2.29.1",
39-
"eslint-plugin-mocha": "10.4.1",
40-
"eslint-plugin-unicorn": "51.0.1",
39+
"eslint-plugin-mocha": "10.4.2",
40+
"eslint-plugin-unicorn": "52.0.0",
4141
"eslint-plugin-unused-imports": "^3.1.0",
4242
"prettier": "3.2.5",
43-
"prettier-plugin-tailwindcss": "0.5.12",
43+
"prettier-plugin-tailwindcss": "0.5.14",
4444
"syncpack": "12.3.0",
45-
"typescript": "^5.4.3"
45+
"typescript": "^5.4.5"
4646
},
4747
"pnpm": {
4848
"patchedDependencies": {
49-
"@docusaurus/[email protected]": "patches/@[email protected]",
5049
"@types/[email protected]": "patches/@[email protected]",
5150
5251
},

packages/cheatsheet-local/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
},
3131
"devDependencies": {
3232
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
33-
"@testing-library/react": "14.2.2",
33+
"@testing-library/react": "15.0.2",
3434
"@types/jest": "29.5.12",
3535
"@types/node": "18.18.2",
36-
"@types/react": "18.2.71",
37-
"@types/react-dom": "18.2.22",
36+
"@types/react": "18.2.79",
37+
"@types/react-dom": "18.2.25",
3838
"@types/webpack": "5.28.5",
3939
"@webpack-cli/generators": "3.0.7",
4040
"autoprefixer": "10.4.19",
41-
"css-loader": "6.10.0",
41+
"css-loader": "7.1.1",
4242
"html-webpack-plugin": "5.6.0",
4343
"jest": "29.7.0",
4444
"postcss": "8.4.38",
4545
"postcss-loader": "8.1.1",
46-
"style-loader": "3.3.4",
47-
"tailwindcss": "3.4.1",
46+
"style-loader": "4.0.0",
47+
"tailwindcss": "3.4.3",
4848
"ts-loader": "9.5.1",
4949
"ts-node": "10.9.2",
50-
"typescript": "^5.4.3",
50+
"typescript": "^5.4.5",
5151
"webpack": "5.91.0",
5252
"webpack-cli": "5.1.4",
5353
"webpack-dev-server": "5.0.4"

packages/cheatsheet/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"*.css"
2828
],
2929
"dependencies": {
30-
"@fortawesome/fontawesome-svg-core": "6.5.1",
31-
"@fortawesome/free-solid-svg-icons": "6.5.1",
30+
"@fortawesome/fontawesome-svg-core": "6.5.2",
31+
"@fortawesome/free-solid-svg-icons": "6.5.2",
3232
"@fortawesome/react-fontawesome": "0.2.0",
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
3535
"react-string-replace": "1.1.1",
3636
"react-use": "17.5.0"
3737
},
3838
"devDependencies": {
39-
"@testing-library/react": "14.2.2",
39+
"@testing-library/react": "15.0.2",
4040
"@types/jest": "29.5.12",
41-
"@types/react": "18.2.71",
42-
"@types/react-dom": "18.2.22",
41+
"@types/react": "18.2.79",
42+
"@types/react-dom": "18.2.25",
4343
"@types/react-helmet": "6.1.11",
4444
"jest": "29.7.0",
4545
"jest-environment-jsdom": "29.7.0",
4646
"ts-jest": "29.1.2",
47-
"typescript": "^5.4.3"
47+
"typescript": "^5.4.5"
4848
},
4949
"type": "module"
5050
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@types/mocha": "^10.0.6",
2626
"@types/sinon": "^17.0.3",
2727
"cross-spawn": "7.0.3",
28-
"fast-check": "3.17.0",
28+
"fast-check": "3.17.1",
2929
"js-yaml": "^4.1.0",
30-
"mocha": "^10.3.0",
30+
"mocha": "^10.4.0",
3131
"sinon": "^17.0.1"
3232
},
3333
"types": "./out/index.d.ts",

packages/cursorless-engine/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@cursorless/common": "workspace:*",
20-
"glob": "^10.3.10",
20+
"glob": "^10.3.12",
2121
"immer": "^10.0.4",
2222
"immutability-helper": "^3.1.1",
23-
"itertools": "^2.2.5",
23+
"itertools": "^2.3.1",
2424
"lodash": "^4.17.21",
25-
"node-html-parser": "^6.1.12",
25+
"node-html-parser": "^6.1.13",
2626
"sbd": "^1.0.19",
2727
"uuid": "^9.0.1",
2828
"zod": "3.22.4"
@@ -36,7 +36,7 @@
3636
"@types/sinon": "^17.0.3",
3737
"@types/uuid": "^9.0.8",
3838
"js-yaml": "^4.1.0",
39-
"mocha": "^10.3.0",
39+
"mocha": "^10.4.0",
4040
"sinon": "^17.0.1"
4141
},
4242
"types": "./out/index.d.ts",

packages/cursorless-org-docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
1919
},
2020
"dependencies": {
21-
"@algolia/client-search": "4.22.1",
21+
"@algolia/client-search": "4.23.3",
2222
"@docsearch/react": "3.6.0",
23-
"@docusaurus/core": "3.1.1",
24-
"@docusaurus/preset-classic": "3.1.1",
25-
"@docusaurus/theme-classic": "3.1.1",
26-
"@docusaurus/theme-common": "3.1.1",
27-
"@docusaurus/theme-search-algolia": "3.1.1",
23+
"@docusaurus/core": "3.2.1",
24+
"@docusaurus/preset-classic": "3.2.1",
25+
"@docusaurus/theme-classic": "3.2.1",
26+
"@docusaurus/theme-common": "3.2.1",
27+
"@docusaurus/theme-search-algolia": "3.2.1",
2828
"@mdx-js/react": "3.0.1",
2929
"clsx": "^2.1.0",
3030
"mdast-util-find-and-replace": "^3.0.1",
@@ -46,11 +46,11 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"@docusaurus/module-type-aliases": "3.1.1",
50-
"@docusaurus/types": "3.1.1",
51-
"@tsconfig/docusaurus": "2.0.2",
49+
"@docusaurus/module-type-aliases": "3.2.1",
50+
"@docusaurus/types": "3.2.1",
51+
"@tsconfig/docusaurus": "2.0.3",
5252
"@types/mdast": "4.0.3",
53-
"typescript": "^5.4.3",
53+
"typescript": "^5.4.5",
5454
"unified": "11.0.4"
5555
},
5656
"license": "MIT",

packages/cursorless-org/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@
1616
"@cursorless/cheatsheet": "workspace:*",
1717
"@mdx-js/loader": "3.0.1",
1818
"@mdx-js/react": "3.0.1",
19-
"@next/mdx": "14.1.4",
20-
"next": "14.1.4",
19+
"@next/mdx": "14.2.1",
20+
"next": "14.2.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
23-
"react-player": "2.15.1"
23+
"react-player": "2.16.0"
2424
},
2525
"devDependencies": {
2626
"@svgr/webpack": "8.1.0",
27-
"@types/mdx": "2.0.12",
27+
"@types/mdx": "2.0.13",
2828
"@types/mdx-js__react": "1.5.8",
2929
"@types/node": "18.18.2",
30-
"@types/react": "18.2.71",
31-
"@types/react-dom": "18.2.22",
30+
"@types/react": "18.2.79",
31+
"@types/react-dom": "18.2.25",
3232
"autoprefixer": "10.4.19",
3333
"eslint": "^8.57.0",
34-
"eslint-config-next": "14.1.4",
34+
"eslint-config-next": "14.2.1",
3535
"http-server": "14.1.1",
3636
"postcss": "8.4.38",
37-
"tailwindcss": "3.4.1",
38-
"typescript": "^5.4.3"
37+
"tailwindcss": "3.4.3",
38+
"typescript": "^5.4.5"
3939
},
4040
"license": "MIT",
4141
"main": "./out/index.js",

packages/cursorless-vscode-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/vscode": "1.75.1",
3434
"chai": "^5.1.0",
3535
"js-yaml": "^4.1.0",
36-
"mocha": "^10.3.0",
36+
"mocha": "^10.4.0",
3737
"sinon": "^17.0.1"
3838
},
3939
"types": "./out/index.d.ts",

packages/cursorless-vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,16 +1222,16 @@
12221222
"esbuild": "^0.20.2",
12231223
"fast-xml-parser": "^4.3.6",
12241224
"fs-extra": "11.2.0",
1225-
"glob": "^10.3.10",
1226-
"mocha": "^10.3.0",
1225+
"glob": "^10.3.12",
1226+
"mocha": "^10.4.0",
12271227
"sinon": "^17.0.1"
12281228
},
12291229
"dependencies": {
12301230
"@cursorless/common": "workspace:*",
12311231
"@cursorless/cursorless-engine": "workspace:*",
12321232
"@cursorless/vscode-common": "workspace:*",
12331233
"immer": "^10.0.4",
1234-
"itertools": "^2.2.5",
1234+
"itertools": "^2.3.1",
12351235
"lodash": "^4.17.21",
12361236
"nearley": "2.20.1",
12371237
"semver": "^7.6.0",

packages/meta-updater/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@cursorless/common": "workspace:*",
14-
"@pnpm/lockfile-file": "8.1.8",
14+
"@pnpm/lockfile-file": "9.0.0",
1515
"@pnpm/logger": "^5.0.0",
16-
"@pnpm/types": "9.4.2",
16+
"@pnpm/types": "10.0.0",
1717
"@types/normalize-path": "^3.0.2",
1818
"js-yaml": "^4.1.0",
1919
"lodash": "^4.17.21",
2020
"normalize-path": "^3.0.0",
2121
"path-exists": "^5.0.0",
22-
"type-fest": "4.14.0"
22+
"type-fest": "4.15.0"
2323
},
2424
"main": "./out/index.js",
2525
"types": "./out/index.d.ts",

0 commit comments

Comments
 (0)