Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Mar 12, 2024
1 parent eff74b2 commit 58c3e50
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@leedomjs/eslint-config": "workspace:*",
"bumpp": "^9.4.0",
"eslint": "^8.52.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.10.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"jsonc-eslint-parser": "^2.3.0"
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.13.0",
"jsonc-eslint-parser": "^2.4.0"
},
"devDependencies": {
"eslint": "^8.52.0"
"eslint": "^8.57.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@leedomjs/eslint-config-basic": "workspace:*",
"eslint-plugin-vue": "^9.17.0",
"local-pkg": "^0.4.3"
"eslint-plugin-vue": "^9.23.0",
"local-pkg": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.52.0"
"eslint": "^8.57.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@leedomjs/eslint-config-vue": "workspace:*"
},
"devDependencies": {
"eslint": "^8.52.0"
"eslint": "^8.57.0"
}
}
Loading

0 comments on commit 58c3e50

Please sign in to comment.