Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4029)
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 bd5c146 commit 04f3a16
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 141 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"ajv-cli": "^5.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -112,6 +112,6 @@
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.27.1"
"vitest": "^0.27.2"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@types/eslint": "^8.4.10",
"@types/estree": "^1.0.0",
"@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/types": "^5.48.1",
"@typescript-eslint/typescript-estree": "^5.48.1",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/types": "^5.48.2",
"@typescript-eslint/typescript-estree": "^5.48.2",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react": "^7.32.1",
"mocha": "^10.2.0",
"rollup": "^3.10.0",
"rollup-plugin-dts": "^5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.26.3",
"@vitest/coverage-istanbul": "^0.27.1",
"@vitest/coverage-istanbul": "^0.27.2",
"vite": "^4.0.4",
"vitest": "^0.27.1"
"vitest": "^0.27.2"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@
"tslib": "^2.4.1"
},
"dependencies": {
"vitest": "^0.27.1"
"vitest": "^0.27.2"
}
}

0 comments on commit 04f3a16

Please sign in to comment.