Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe463 committed Dec 7, 2023
1 parent a1965a1 commit 03e9c51
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "3.1.1",
"version": "3.2.0",
"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": "3.0.1",
"version": "3.2.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
Expand All @@ -13,8 +13,8 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-use-macros": "^3.0.0",
"eslint-plugin-wantedly": "^3.0.0"
"eslint-plugin-use-macros": "^3.2.0",
"eslint-plugin-wantedly": "^3.2.0"
},
"peerDependencies": {
"typescript": ">=3.3.1 <5.0.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": "3.0.0",
"version": "3.2.0",
"author": "Yuki Yamada <[email protected]>",
"dependencies": {
"babel-eslint": "^10.1.0",
Expand All @@ -13,7 +13,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-use-macros": "^3.0.0"
"eslint-plugin-use-macros": "^3.2.0"
},
"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": "3.0.0",
"version": "3.2.0",
"author": "Yuki Yamada <[email protected]>",
"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": "3.0.0",
"version": "3.2.0",
"author": "Yuki Yamada <[email protected]>",
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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": "3.1.1",
"version": "3.2.0",
"author": "Yuki Yamada <[email protected]>",
"bin": "index.js",
"dependencies": {
Expand All @@ -11,8 +11,8 @@
"cosmiconfig": "^7.0.0",
"debug": "^4.3.2",
"eslint": "^8.54.0",
"eslint-config-wantedly": "^3.0.0",
"eslint-config-wantedly-typescript": "^3.0.1",
"eslint-config-wantedly": "^3.2.0",
"eslint-config-wantedly-typescript": "^3.2.0",
"prettier": "^2.4.1",
"prettier-config-wantedly": "^3.0.0",
"resolve": "^1.20.0"
Expand Down

0 comments on commit 03e9c51

Please sign in to comment.