Skip to content

Commit

Permalink
Merge pull request #79 from mbti-nf-team/chore/eslint-update-dependen…
Browse files Browse the repository at this point in the history
…cies

chore(@nf-team/eslint-config): update eslint plugin version
  • Loading branch information
saseungmin committed May 7, 2024
2 parents 36764f2 + da11f83 commit 219f7ba
Show file tree
Hide file tree
Showing 45 changed files with 419 additions and 413 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-laws-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nf-team/eslint-config": minor
---

chore(@nf-team/eslint-config): update eslint plugin version
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
517 changes: 259 additions & 258 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@changesets/cli": "^2.26.2"
},
"devDependencies": {
"@turbo/gen": "^1.10.16",
"@turbo/gen": "^1.13.3",
"tsup": "^7.1.0",
"turbo": "^1.10.16"
"turbo": "^1.13.3"
},
"workspaces": [
"apps/*",
Expand All @@ -41,5 +41,5 @@
"email": "dbd02169@naver.com",
"url": "https://github.com/mbti-nf-team/frontend-libraries/issues"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.1"
}
12 changes: 6 additions & 6 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"homepage": "https://mbti-nf-team.github.io/frontend-libraries/docs/eslint-config",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0"
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand Down

0 comments on commit 219f7ba

Please sign in to comment.