Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6673)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 19597fb commit 9732e02
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 196 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.4",
"typedoc": "^0.27.5",
"typedoc-plugin-markdown": "4.3.1"
}
}
4 changes: 2 additions & 2 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.16.0",
"@eslint/js": "^9.17.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
Expand All @@ -111,7 +111,7 @@
"@types/node": "^18.19.68",
"@vitest/coverage-istanbul": "^2.1.8",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
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.16.0",
"eslint": "^9.16.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"typescript-eslint": "^8.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/types": "^8.18.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.15.0",
Expand Down
370 changes: 185 additions & 185 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"keywords": [],
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"eslint": "9.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"keywords": [],
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.16",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-n": "^17.15.0",
"typescript-eslint": "^8.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"docusaurus-plugin-typedoc": "^1.1.1",
"typedoc": "^0.27.4",
"typedoc": "^0.27.5",
"typedoc-plugin-markdown": "4.3.1",
"typescript": "~5.7.2"
},
Expand Down

0 comments on commit 9732e02

Please sign in to comment.