Skip to content

Commit

Permalink
chore(deps): update dependencies (#112)
Browse files Browse the repository at this point in the history
## 📑 Description

- chore(repo): update repo dependencies
- chore(prettier): update repo dependencies
- chore(eslint): update repo dependencies
  • Loading branch information
mheob committed Feb 13, 2023
1 parent a9bd75e commit ad45253
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 533 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-coats-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/eslint-config': patch
---

update dependencies
2 changes: 1 addition & 1 deletion .changeset/pretty-pets-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@mheob/eslint-config': patch
---

Fix the README files after the change of using ESLint to fix the imports.
fix the README files after the change of using ESLint to fix the imports
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@mheob/changeset-changelog": "^2.0.0",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@mheob/changeset-changelog": "^2.0.1",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^18.11.17",
"eslint": "^8.30.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"@types/node": "^18.13.0",
"eslint": "^8.34.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"turbo": "^1.6.3",
"typescript": "^4.9.4"
"turbo": "^1.7.4",
"typescript": "^4.9.5"
}
}
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": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint-config-next": "^13.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-unused-imports": "^2.0.0"
},
"devDependencies": {
"@mheob/tsconfig": "workspace:*",
"@types/eslint": "^8.4.10",
"eslint": "^8.30.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
"@types/eslint": "^8.21.0",
"eslint": "^8.34.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"peerDependencies": {
"eslint": "^8.30.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"@types/prettier": "^2.7.2",
"eslint": "^8.30.0",
"prettier": "^2.8.1"
"eslint": "^8.34.0",
"prettier": "^2.8.4"
},
"peerDependencies": {
"prettier": "^2.8.1"
Expand Down
Loading

0 comments on commit ad45253

Please sign in to comment.