Skip to content

Commit

Permalink
chore: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 25, 2023
1 parent 6ae4853 commit f2f2239
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 480 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rotki/eslint-config-monorepo",
"version": "1.1.1",
"private": true,
"packageManager": "[email protected].7",
"packageManager": "[email protected].12",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/rotki/eslint-config/issues"
Expand All @@ -22,15 +22,15 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@rotki/eslint-config": "*",
"bumpp": "9.1.1",
"eslint": "8.45.0",
"bumpp": "9.2.0",
"eslint": "8.47.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"lint-staged": "14.0.1",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">=16 <19",
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@rotki/eslint-config-vue": "workspace:*"
},
"devDependencies": {
"eslint": "8.45.0"
"eslint": "8.47.0"
}
}
10 changes: 5 additions & 5 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"eslint": ">=8.10.0"
},
"dependencies": {
"eslint-define-config": "1.21.0",
"eslint-define-config": "1.23.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-markdown": "3.0.0",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-yml": "1.8.0"
},
"devDependencies": {
"eslint": "8.45.0"
"eslint": "8.47.0"
}
}
8 changes: 4 additions & 4 deletions packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"eslint": ">=8.1.0"
},
"dependencies": {
"eslint-config-prettier": "8.8.0",
"eslint-define-config": "1.21.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "1.23.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-yml": "1.8.0",
"prettier": "3.0.0"
"prettier": "3.0.2"
},
"devDependencies": {
"eslint": "8.45.0"
"eslint": "8.47.0"
}
}
10 changes: 5 additions & 5 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"dependencies": {
"@rotki/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint-define-config": "1.21.0",
"typescript": "5.1.6"
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint-define-config": "1.23.0",
"typescript": "5.2.2"
},
"devDependencies": {
"eslint": "8.45.0"
"eslint": "8.47.0"
}
}
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"dependencies": {
"@rotki/eslint-config-ts": "workspace:*",
"eslint-define-config": "1.21.0",
"eslint-plugin-vue": "9.15.1",
"eslint-define-config": "1.23.0",
"eslint-plugin-vue": "9.17.0",
"local-pkg": "0.4.3"
},
"devDependencies": {
"eslint": "8.45.0",
"eslint": "8.47.0",
"vue": "2.7.14"
}
}
Loading

0 comments on commit f2f2239

Please sign in to comment.