Skip to content

Commit

Permalink
chore: bump deps (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
killbasa committed Jan 7, 2024
1 parent 3baa570 commit 05b09ff
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 402 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@kbotdev/eslint-config": "workspace:^",
"@kbotdev/prettier-config": "workspace:^",
"@kbotdev/ts-config": "workspace:^",
"@types/node": "^20.10.4",
"eslint": "^8.55.0",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"turbo": "^1.11.1",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.3"
},
"lint-staged": {
"*.{mjs,cjs,js,ts}": [
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"format": "prettier --write --loglevel=warn \"src/**/*.js\""
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 05b09ff

Please sign in to comment.