Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6929)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 45080ae commit 100a164
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 269 deletions.
2 changes: 1 addition & 1 deletion doc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=18"
},
"dependencies": {
"typedoc": "^0.27.7",
"typedoc": "^0.27.8",
"typedoc-plugin-markdown": "4.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/dynamic-dictionaries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"cspell": "workspace:*",
"tinyglobby": "^0.2.11"
"tinyglobby": "^0.2.12"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.20.0",
"@eslint/js": "^9.21.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.12.1",
"@lerna-lite/publish": "^3.12.1",
Expand All @@ -111,14 +111,14 @@
"@types/node": "^18.19.76",
"@vitest/coverage-istanbul": "^3.0.6",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^57.0.0",
"inject-markdown": "^3.1.4",
"nyc": "^17.1.0",
"perf-insight": "^1.2.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"rollup": "^4.34.8",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"typescript-eslint": "^8.24.1"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"node": ">=18"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "~9.19.0",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"file-entry-cache": "^9.1.0",
"get-stdin": "^9.0.0",
"semver": "^7.7.1",
"tinyglobby": "^0.2.11"
"tinyglobby": "^0.2.12"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 100a164

Please sign in to comment.