Skip to content

Commit

Permalink
chore(deps,eslint): update all dependencies (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Oct 28, 2023
1 parent d490d51 commit 9f9201a
Show file tree
Hide file tree
Showing 9 changed files with 1,067 additions and 1,061 deletions.
7 changes: 7 additions & 0 deletions .changeset/beige-masks-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@mheob/commitlint-config': patch
'@mheob/prettier-config': patch
'@mheob/eslint-config': patch
---

update dependencies
2 changes: 2 additions & 0 deletions .changeset/blue-vans-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/heavy-coats-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node
lts/*
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@mheob/changeset-changelog": "^3.0.0",
"@commitlint/cli": "^18.2.0",
"@mheob/changeset-changelog": "^3.0.1",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^20.4.5",
"@types/node": "^20.8.9",
"commitizen": "^4.3.0",
"cz-git": "^1.7.0",
"eslint": "^8.45.0",
"cz-git": "^1.7.1",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
"turbo": "^1.10.16",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"sort-package-json": "pnpm dlx sort-package-json"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/cli": "^18.2.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.7.0",
"eslint": "^8.45.0",
"typescript": "^5.1.6"
"cz-git": "^1.7.1",
"eslint": "^8.52.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@commitlint/cli": "^17.6.7",
Expand Down
24 changes: 12 additions & 12 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@
"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",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"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",
"typescript": "^5.1.6"
"@types/eslint": "^8.44.6",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.45.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.3",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
Loading

0 comments on commit 9f9201a

Please sign in to comment.