Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 20, 2023
1 parent 6747baa commit e381587
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 254 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devDependencies": {
"@evilmartians/lefthook": "1.4.11",
"@evilmartians/lefthook": "1.5.2",
"@types/node": "18.15.11",
"conventional-changelog-conventionalcommits": "6.1.0",
"lerna": "7.3.0",
"prettier": "3.0.3",
"lerna": "7.4.2",
"prettier": "3.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-sort-keys-fix": "1.1.2"
},
"description": "Shareable ESLint Config",
"devDependencies": {
"eslint": "8.49.0"
"eslint": "8.54.0"
},
"files": [
".eslintrc.json"
Expand Down
Loading

0 comments on commit e381587

Please sign in to comment.