Skip to content

Commit

Permalink
[Chore] Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Sep 26, 2023
1 parent 68974b5 commit 5b885b9
Show file tree
Hide file tree
Showing 4 changed files with 1,317 additions and 842 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-carrots-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@putstack/eslint-config-typescript': patch
---

[Chore] Bump dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@changesets/cli": "2.26.2",
"@putstack/eslint-config-typescript": "*",
"@putstack/prettier-config": "*",
"@types/node": "20.6.3",
"@types/node": "20.7.0",
"concurrently": "8.2.1",
"eslint": "8.49.0",
"eslint": "8.50.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"postinstall-postinstall": "2.1.0",
Expand All @@ -34,7 +34,7 @@
"typecheck": "tsc"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,md,mdx,yml,json,html,css,md}": [
"*.{ts,tsx,js,jsx,md,mdx,yaml,yml,json,html,css,md}": [
"prettier --write"
],
"*.{ts,tsx,js,jsx}": [
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"putstack"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint-plugin-progress": "0.0.1",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-unicorn": "48.0.1"
},
"devDependencies": {
"eslint": "8.49.0"
"eslint": "8.50.0"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
Loading

0 comments on commit 5b885b9

Please sign in to comment.