Skip to content

Commit

Permalink
Merge pull request #80 from clickbar/dependabot/npm_and_yarn/minor-an…
Browse files Browse the repository at this point in the history
…d-patch-c8ff28f387
  • Loading branch information
saibotk authored Feb 5, 2024
2 parents 857f3d4 + 69ae051 commit 55b8187
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 79 deletions.
8 changes: 8 additions & 0 deletions .changeset/red-kids-dress.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 @@ -18,7 +18,7 @@
"@changesets/cli": "^2.27.1",
"@clickbar/eslint-config": "workspace:*",
"eslint": "^8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"dependencies": {
"@clickbar/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.20.1",
"prettier": "3.2.4"
"eslint-plugin-vue": "^9.21.1",
"prettier": "3.2.5"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"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 @@ -24,8 +24,8 @@
},
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1"
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0"
},
"devDependencies": {
"eslint": "^8.56.0",
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-tailwindcss": "^3.14.1",
"eslint-plugin-vue": "^9.20.1"
"eslint-plugin-vue": "^9.21.1"
},
"devDependencies": {
"eslint": "^8.56.0"
Expand Down
Loading

0 comments on commit 55b8187

Please sign in to comment.