Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 4, 2024
1 parent dccb700 commit 07366db
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .changeset/tough-knives-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@git-validator/eslint-plugin-packagejson": patch
"@git-validator/prettier-config": patch
"prettier-ignore": patch
"@git-validator/eslint-config": patch
"@git-validator/eslint-plugin": patch
"git-validator": patch
"@git-validator/tsconfig": patch
---

chore: upgrade deps
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@git-validator/eslint-plugin": "workspace:^",
"@git-validator/eslint-plugin-packagejson": "workspace:^",
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"confusing-browser-globals": "1.0.11",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.3.1",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
Expand All @@ -43,9 +43,9 @@
"globals": "15.1.0"
},
"devDependencies": {
"@swc-node/register": "1.9.0",
"@swc-node/register": "1.9.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-packagejson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"build": "tsc --noEmit -p tsconfig.build.json"
},
"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.8"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts test/**/*.spec.ts"
},
"dependencies": {
"@typescript-eslint/utils": "7.7.1"
"@typescript-eslint/utils": "7.8.0"
},
"devDependencies": {
"@swc-node/register": "1.9.0",
"@types/node": "20.12.7",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/rule-tester": "7.7.1",
"@swc-node/register": "1.9.1",
"@types/node": "20.12.8",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/rule-tester": "7.8.0",
"eslint": "8.57.0"
}
}
4 changes: 2 additions & 2 deletions packages/git-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@git-validator/eslint-config": "workspace:^",
"@git-validator/prettier-config": "workspace:^",
"@git-validator/tsconfig": "workspace:^",
"@typescript-eslint/typescript-estree": "7.7.1",
"@typescript-eslint/typescript-estree": "7.8.0",
"commander": "12.0.0",
"eslint": "8.57.0",
"globby": "14.0.1",
Expand All @@ -58,7 +58,7 @@
"prettier-ignore": "workspace:^"
},
"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier-plugin-tailwindcss": "0.5.14"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"prettier": "3.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"build": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.8"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"sort-keys": "5.0.0"
},
"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.8"
}
}

0 comments on commit 07366db

Please sign in to comment.