Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 4, 2021
1 parent a864257 commit 678628d
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 375 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -30,13 +30,13 @@
"test": "yarn workspaces run test"
},
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"lint-staged": "^12.1.2",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/commitlint-config/package.json
Expand Up @@ -28,10 +28,10 @@
"test": "tape __tests__/*.js"
},
"peerDependencies": {
"@commitlint/cli": ">= 11.0.0",
"@commitlint/config-conventional": ">= 11.0.0"
"@commitlint/cli": ">= 15.0.0",
"@commitlint/config-conventional": ">= 15.0.0"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
18 changes: 9 additions & 9 deletions packages/eslint-config-typescript-react/package.json
Expand Up @@ -40,18 +40,18 @@
"typescript": ">= 4.4.4"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.1-alpha-ee069065d-20211105",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"react": "^17.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -36,14 +36,14 @@
"typescript": ">= 4.4.4"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"typescript": "^4.4.4"
"eslint-plugin-import": "^2.25.3",
"typescript": "^4.5.2"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -34,11 +34,11 @@
"eslint-plugin-import": ">= 2"
},
"dependencies": {
"eslint": "^8.2.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2"
"eslint-plugin-import": "^2.25.3"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Expand Up @@ -28,9 +28,9 @@
"test": "tape __tests__/*.js"
},
"peerDependencies": {
"prettier": "^2.4.1"
"prettier": "^2.5.1"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Expand Up @@ -30,6 +30,6 @@
"typescript": ">= 4.4.4"
},
"devDependencies": {
"tape": "^5.3.1"
"tape": "^5.3.2"
}
}

0 comments on commit 678628d

Please sign in to comment.