Skip to content

Commit b570457

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#7087)
Co-authored-by: Jason3S <[email protected]>
1 parent bb549a1 commit b570457

File tree

14 files changed

+872
-886
lines changed

14 files changed

+872
-886
lines changed

examples/invoke-cspell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"cspell": "^8.17.5"
14+
"cspell": "^8.18.0"
1515
}
1616
}

examples/yarn/cspell-eslint-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"license": "MIT",
55
"private": true,
6-
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9",
6+
"packageManager": "yarn@4.8.0+sha512.85ec3149b1ec48f47c2690e13b29197a8a84b09c2c936cc596dddfb49c517e3bc3b1881ec52b5d35ca4b7c437c3f0daae3a80e39438c93bbcc5fcece2df5f15a",
77
"module": "./index.mjs",
88
"scripts": {
99
"lint": "eslint .",
@@ -13,11 +13,11 @@
1313
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest cspell"
1414
},
1515
"devDependencies": {
16-
"@cspell/cspell-types": "^8.17.5",
16+
"@cspell/cspell-types": "^8.18.0",
1717
"@cspell/dict-medicalterms": "^4.1.5",
18-
"@cspell/eslint-plugin": "^8.17.5",
18+
"@cspell/eslint-plugin": "^8.18.0",
1919
"@eslint/js": "^9.14.0",
20-
"cspell": "^8.17.5",
20+
"cspell": "^8.18.0",
2121
"eslint": "^9.14.0",
2222
"globals": "^15.11.0"
2323
}

0 commit comments

Comments
 (0)