Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4476)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent f77ad44 commit 5c908a0
Show file tree
Hide file tree
Showing 9 changed files with 448 additions and 447 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": ">=16"
},
"dependencies": {
"typedoc": "^0.24.6",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "3.15.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"@rollup/plugin-typescript": "^11.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/node": "^18.16.7",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-istanbul": "^0.29.8",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
Expand All @@ -119,7 +119,7 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rollup": "^3.21.5",
"rollup": "^3.21.6",
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/types": "^5.59.2",
"@typescript-eslint/typescript-estree": "^5.59.2",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/types": "^5.59.5",
"@typescript-eslint/typescript-estree": "^5.59.5",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@cspell/cspell-service-bus": "workspace:*",
"node-fetch": "^2.6.9"
"node-fetch": "^2.6.11"
}
}
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/file-entry-cache": "^5.0.2",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"micromatch": "^4.0.5",
"minimatch": "^9.0.0"
}
Expand Down
Loading

0 comments on commit 5c908a0

Please sign in to comment.