Skip to content

Commit

Permalink
v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prsdta committed Sep 24, 2021
1 parent 02c43a2 commit 29a8323
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.8.0",
"version": "2.8.1",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/eslint-config-wantedly-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly-typescript",
"description": "ESLint configuration for Wantedly with TypeScript",
"version": "2.8.0",
"version": "2.8.1",
"author": "Yuki Yamada <yamada@wantedly.com>",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
Expand All @@ -14,8 +14,8 @@
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-use-macros": "^2.8.0",
"eslint-plugin-wantedly": "^2.8.0"
"eslint-plugin-use-macros": "^2.8.1",
"eslint-plugin-wantedly": "^2.8.1"
},
"peerDependencies": {
"typescript": ">=3.3.1 <4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-wantedly",
"description": "ESLint configuration for Wantedly",
"version": "2.8.0",
"version": "2.8.1",
"author": "Yuki Yamada <yamada@wantedly.com>",
"dependencies": {
"babel-eslint": "^10.1.0",
Expand All @@ -14,7 +14,7 @@
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-use-macros": "^2.8.0"
"eslint-plugin-use-macros": "^2.8.1"
},
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-use-macros/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-use-macros",
"description": "ESLint rules for libraries which supports the babel-macros",
"version": "2.8.0",
"version": "2.8.1",
"author": "Yuki Yamada <yamada@wantedly.com>",
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-wantedly",
"description": "Opinionated ESLint plugin for Wantedly",
"version": "2.8.0",
"version": "2.8.1",
"author": "Yuki Yamada <yamada@wantedly.com>",
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/frolint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frolint",
"description": "git commit hook linter",
"version": "2.8.0",
"version": "2.8.1",
"author": "Yuki Yamada <yamada@wantedly.com>",
"bin": "index.js",
"dependencies": {
Expand All @@ -11,10 +11,10 @@
"cosmiconfig": "^7.0.0",
"debug": "^4.3.1",
"eslint": "^7.28.0",
"eslint-config-wantedly": "^2.8.0",
"eslint-config-wantedly-typescript": "^2.8.0",
"eslint-config-wantedly": "^2.8.1",
"eslint-config-wantedly-typescript": "^2.8.1",
"prettier": "^2.3.1",
"prettier-config-wantedly": "^2.8.0",
"prettier-config-wantedly": "^2.8.1",
"resolve": "^1.20.0"
},
"homepage": "https://github.com/wantedly/frolint",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-wantedly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-wantedly",
"version": "2.8.0",
"version": "2.8.1",
"description": "Prettier configuration for Wantedly",
"keywords": [
"prettier"
Expand Down

0 comments on commit 29a8323

Please sign in to comment.