Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent ebc97a3 commit aa68fb2
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 392 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"commitizen": "^4.3.0",
"cz-git": "^1.7.0",
"eslint": "^8.45.0",
"cz-git": "^1.7.1",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.7.0",
"eslint": "^8.45.0",
"cz-git": "^1.7.1",
"eslint": "^8.46.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@commitlint/cli": "^17.6.7",
"commitizen": "^4.3.0",
"cz-git": "^1.7.0"
"cz-git": "^1.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.44.1",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"@types/eslint": "^8.44.2",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"eslint": "^8.45.0",
"prettier": "^3.0.0"
"eslint": "^8.46.0",
"prettier": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.3",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit aa68fb2

Please sign in to comment.