Skip to content

Commit

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

build(deps): bump the minor-and-patch group with 4 updates
  • Loading branch information
saibotk authored Nov 1, 2023
2 parents 615068d + 039b534 commit 33b9843
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 108 deletions.
8 changes: 8 additions & 0 deletions .changeset/eighty-eyes-fry.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
8 changes: 4 additions & 4 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"dependencies": {
"@clickbar/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "3.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.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,8 +24,8 @@
},
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0"
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1"
},
"devDependencies": {
"eslint": "^8.52.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.13.0",
"eslint-plugin-vue": "^9.17.0"
"eslint-plugin-vue": "^9.18.1"
},
"devDependencies": {
"eslint": "^8.52.0"
Expand Down
Loading

0 comments on commit 33b9843

Please sign in to comment.