Skip to content

Commit

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

build(deps): bump the minor-and-patch group across 1 directory with 5 updates
  • Loading branch information
saibotk authored Nov 18, 2024
2 parents 6053ff5 + 402ba36 commit 96fd03b
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 105 deletions.
8 changes: 8 additions & 0 deletions .changeset/thin-melons-care.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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@changesets/cli": "^2.27.9",
"@clickbar/eslint-config": "workspace:*",
"eslint": "^9.10.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"prettier": "3.3.3",
"typescript": "^5.6.3"
}
Expand Down
6 changes: 3 additions & 3 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.13.0",
"eslint-plugin-import-x": "^4.3.1",
"@eslint/js": "^9.15.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"globals": "^15.11.0",
"globals": "^15.12.0",
"prettier-plugin-tailwindcss": "^0.6.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"eslint-import-resolver-typescript": "^3.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.14.0"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
Expand Down
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.29.1"
"eslint-plugin-vue": "^9.31.0"
},
"devDependencies": {
"eslint": "^9.10.0"
Expand Down
Loading

0 comments on commit 96fd03b

Please sign in to comment.