Skip to content

Commit

Permalink
Merge pull request #177 from clickbar/dependabot/npm_and_yarn/minor-a…
Browse files Browse the repository at this point in the history
…nd-patch-0907d73247

build(deps): bump the minor-and-patch group with 6 updates
  • Loading branch information
saibotk authored Dec 2, 2024
2 parents 66eb824 + 3181315 commit 025e242
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 157 deletions.
8 changes: 8 additions & 0 deletions .changeset/long-eyes-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@clickbar/eslint-config-typescript': patch
'@clickbar/eslint-config-base': patch
'@clickbar/eslint-config': patch
'@clickbar/eslint-config-vue': patch
---

Update dependencies & support TS 5.7
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@changesets/cli": "^2.27.10",
"@clickbar/eslint-config": "workspace:*",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"prettier": "3.3.3",
"typescript": "~5.6.3"
"globals": "^15.13.0",
"prettier": "3.4.1",
"typescript": "~5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"eslint": "^9.15.0",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"provenance": true
},
"dependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.12.0",
"globals": "^15.13.0",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"eslint-import-resolver-typescript": "^3.6.3",
"typescript-eslint": "^8.15.0"
"typescript-eslint": "^8.16.0"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"eslint": "^9.15.0",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@clickbar/eslint-config-typescript": "workspace:*",
"eslint-plugin-vue": "^9.31.0"
"eslint-plugin-vue": "^9.32.0"
},
"devDependencies": {
"eslint": "^9.15.0"
Expand Down
Loading

0 comments on commit 025e242

Please sign in to comment.