Skip to content

Commit

Permalink
Merge pull request #98 from clickbar/dependabot/npm_and_yarn/minor-an…
Browse files Browse the repository at this point in the history
…d-patch-ac9f0449b1

build(deps): bump the minor-and-patch group with 5 updates
  • Loading branch information
saibotk authored Mar 25, 2024
2 parents d88e413 + 15ebb42 commit 9cf62fe
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 126 deletions.
8 changes: 8 additions & 0 deletions .changeset/strange-books-cover.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 @@ -19,6 +19,6 @@
"@clickbar/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"prettier": "3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "~5.3.3"
"typescript": "~5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11"
"prettier-plugin-tailwindcss": "^0.5.12"
},
"devDependencies": {
"eslint": "^8.57.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"typescript-eslint": "^7.0.2"
"typescript-eslint": "^7.3.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "~5.3.3"
"typescript": "~5.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@clickbar/eslint-config-typescript": "workspace:*",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-vue": "^9.22.0"
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.23.0"
},
"devDependencies": {
"eslint": "^8.57.0"
Expand Down
Loading

0 comments on commit 9cf62fe

Please sign in to comment.