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 May 28, 2023
1 parent 53d3b58 commit 4435eb1
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 316 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
}
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.4.4",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@mheob/changeset-changelog": "^2.0.1",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.15.5",
"@types/node": "^18.16.14",
"commitizen": "^4.3.0",
"cz-git": "^1.6.0",
"eslint": "^8.36.0",
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"turbo": "^1.8.5",
"typescript": "^5.0.2"
"turbo": "^1.9.9",
"typescript": "^5.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.6.0",
"eslint": "^8.36.0",
"typescript": "^5.0.2"
"cz-git": "^1.6.1",
"eslint": "^8.41.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"commitizen": "^4.3.0",
"cz-git": "^1.6.0"
"cz-git": "^1.6.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": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint-config-next": "^13.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-next": "^13.4.3",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^46.0.1",
"eslint-plugin-unused-imports": "^2.0.0"
},
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.21.3",
"eslint": "^8.36.0",
"prettier": "^2.8.6",
"typescript": "^5.0.2"
"@types/eslint": "^8.40.0",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"peerDependencies": {
"eslint": "^8.36.0",
"prettier": "^2.8.4"
"eslint": "^8.41.0",
"prettier": "^2.8.8"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.2",
"eslint": "^8.36.0",
"prettier": "^2.8.6",
"typescript": "^5.0.2"
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"peerDependencies": {
"prettier": "^2.8.4"
"prettier": "^2.8.8"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4435eb1

Please sign in to comment.