Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6664)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent b572263 commit d93d14c
Show file tree
Hide file tree
Showing 7 changed files with 236 additions and 260 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.3",
"typedoc": "^0.27.4",
"typedoc-plugin-markdown": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"ts2mjs": "^3.0.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
}
}
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/types": "^8.17.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/types": "^8.18.0",
"eslint": "^9.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-mdx": "^3.1.5",
Expand All @@ -99,7 +99,7 @@
"mocha": "^11.0.1",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
480 changes: 228 additions & 252 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.3.14",
"eslint": "^9.16.0",
"eslint-plugin-n": "^17.14.0",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"dependencies": {
"react": "^18.3.1"
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.3",
"typedoc": "^0.27.4",
"typedoc-plugin-markdown": "4.3.1",
"typescript": "~5.6.3"
},
Expand Down

0 comments on commit d93d14c

Please sign in to comment.