Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6453)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent cf2eaec commit cf11d8b
Show file tree
Hide file tree
Showing 9 changed files with 841 additions and 708 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.26.10",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "4.2.9"
}
}
2 changes: 1 addition & 1 deletion examples/invoke-cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"cspell": "^8.15.4"
"cspell": "^8.15.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"devDependencies": {
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
Expand All @@ -106,10 +106,10 @@
"@rollup/plugin-typescript": "^12.1.1",
"@swc-node/register": "^1.10.9",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.61",
"@types/node": "^18.19.63",
"@vitest/coverage-istanbul": "^2.1.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.0",
Expand All @@ -123,7 +123,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts2mjs": "^3.0.0",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,24 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
"@internal/fixture-test-dictionary": "workspace:*",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.9",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/types": "^8.12.2",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.15.0",
"globals": "^15.11.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^10.8.1",
"mocha": "^10.8.2",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
Expand Down
Loading

0 comments on commit cf11d8b

Please sign in to comment.