Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4556)
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 ae5917c commit 0bc9f91
Show file tree
Hide file tree
Showing 8 changed files with 665 additions and 769 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@cspell/cspell-types": "workspace:*",
"@octokit/rest": "^19.0.11",
"@octokit/rest": "^19.0.13",
"chalk": "^4.1.2",
"commander": "^10.0.1",
"jest-diff": "^29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
"@rollup/plugin-typescript": "^11.1.1",
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.17",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-istanbul": "^0.31.4",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -116,7 +116,7 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rollup": "^3.25.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"node": ">=16"
},
"devDependencies": {
"@types/eslint": "^8.40.1",
"@types/eslint": "^8.40.2",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/types": "^5.59.9",
"@typescript-eslint/typescript-estree": "^5.59.9",
"eslint": "^8.42.0",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/types": "^5.59.11",
"@typescript-eslint/typescript-estree": "^5.59.11",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
"ts-json-schema-generator": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"get-stdin": "^9.0.0",
"semver": "^7.5.1",
"semver": "^7.5.2",
"strip-ansi": "^7.1.0",
"vscode-uri": "^3.0.7"
},
Expand Down
Loading

0 comments on commit 0bc9f91

Please sign in to comment.