Skip to content

Commit

Permalink
chore(deps): update @nf-team/eslint-config vewrsion in react, core
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Nov 17, 2023
1 parent 5849183 commit 173d69d
Show file tree
Hide file tree
Showing 36 changed files with 364 additions and 246 deletions.
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.
14 changes: 7 additions & 7 deletions apps/docs/docs/core/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ custom_edit_url: null

#### Defined in

[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L44)
[utils.ts:44](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L44)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L26)
[utils.ts:26](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L26)

___

Expand All @@ -71,7 +71,7 @@ ___

#### Defined in

[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L34)
[utils.ts:34](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L34)

___

Expand All @@ -91,7 +91,7 @@ ___

#### Defined in

[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L64)
[utils.ts:64](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L64)

___

Expand All @@ -117,7 +117,7 @@ ___

#### Defined in

[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L52)
[utils.ts:52](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L52)

___

Expand Down Expand Up @@ -153,7 +153,7 @@ console.log(result); // 'newValue';

#### Defined in

[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L14)
[utils.ts:14](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L14)

___

Expand All @@ -173,4 +173,4 @@ ___

#### Defined in

[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/core/src/utils.ts#L36)
[utils.ts:36](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/core/src/utils.ts#L36)
6 changes: 3 additions & 3 deletions apps/docs/docs/react/modules/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ClintOnlyComponent() {

#### Defined in

[packages/react/src/components/ClientOnly.tsx:22](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/ClientOnly.tsx#L22)
[packages/react/src/components/ClientOnly.tsx:22](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/ClientOnly.tsx#L22)

___

Expand All @@ -64,7 +64,7 @@ ___

#### Defined in

[packages/react/src/components/DelayRenderComponent.tsx:12](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/DelayRenderComponent.tsx#L12)
[packages/react/src/components/DelayRenderComponent.tsx:12](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/DelayRenderComponent.tsx#L12)

___

Expand Down Expand Up @@ -108,4 +108,4 @@ function SampleComponent() {

#### Defined in

[packages/react/src/components/GlobalPortal.tsx:34](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/components/GlobalPortal.tsx#L34)
[packages/react/src/components/GlobalPortal.tsx:34](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/components/GlobalPortal.tsx#L34)
24 changes: 12 additions & 12 deletions apps/docs/docs/react/modules/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_edit_url: null

#### Defined in

[packages/react/src/hooks/useActionKeyEvent.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useActionKeyEvent.ts#L6)
[packages/react/src/hooks/useActionKeyEvent.ts:6](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useActionKeyEvent.ts#L6)

___

Expand Down Expand Up @@ -62,7 +62,7 @@ const [isOpen, openModal, closeModal, toggleModal] = useBoolean();

#### Defined in

[packages/react/src/hooks/useBoolean.ts:13](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useBoolean.ts#L13)
[packages/react/src/hooks/useBoolean.ts:13](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useBoolean.ts#L13)

___

Expand All @@ -89,7 +89,7 @@ ___

#### Defined in

[packages/react/src/hooks/useDebounce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useDebounce.ts#L3)
[packages/react/src/hooks/useDebounce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useDebounce.ts#L3)

___

Expand All @@ -109,7 +109,7 @@ ___

#### Defined in

[packages/react/src/hooks/useEffectOnce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useEffectOnce.ts#L3)
[packages/react/src/hooks/useEffectOnce.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useEffectOnce.ts#L3)

___

Expand All @@ -123,7 +123,7 @@ ___

#### Defined in

[packages/react/src/hooks/useIsFirstRender.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useIsFirstRender.ts#L3)
[packages/react/src/hooks/useIsFirstRender.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useIsFirstRender.ts#L3)

___

Expand Down Expand Up @@ -155,7 +155,7 @@ useEffect(() => {

#### Defined in

[packages/react/src/hooks/useIsMounted.ts:18](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useIsMounted.ts#L18)
[packages/react/src/hooks/useIsMounted.ts:18](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useIsMounted.ts#L18)

___

Expand Down Expand Up @@ -207,7 +207,7 @@ ___

#### Defined in

[packages/react/src/hooks/useLessThenScrollY.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useLessThenScrollY.ts#L5)
[packages/react/src/hooks/useLessThenScrollY.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useLessThenScrollY.ts#L5)

___

Expand Down Expand Up @@ -237,7 +237,7 @@ function SampleComponent() {

#### Defined in

[packages/react/src/hooks/useResizeViewportHeight.ts:17](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useResizeViewportHeight.ts#L17)
[packages/react/src/hooks/useResizeViewportHeight.ts:17](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useResizeViewportHeight.ts#L17)

___

Expand Down Expand Up @@ -277,7 +277,7 @@ ___

#### Defined in

[packages/react/src/hooks/useThrottleCallback.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useThrottleCallback.ts#L3)
[packages/react/src/hooks/useThrottleCallback.ts:3](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useThrottleCallback.ts#L3)

___

Expand All @@ -298,7 +298,7 @@ ___

#### Defined in

[packages/react/src/hooks/useTimeout.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useTimeout.ts#L5)
[packages/react/src/hooks/useTimeout.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useTimeout.ts#L5)

___

Expand All @@ -318,7 +318,7 @@ ___

#### Defined in

[packages/react/src/hooks/useUnmount.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useUnmount.ts#L5)
[packages/react/src/hooks/useUnmount.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useUnmount.ts#L5)

___

Expand All @@ -339,4 +339,4 @@ ___

#### Defined in

[packages/react/src/hooks/useUpdateEffect.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/dc51463/packages/react/src/hooks/useUpdateEffect.ts#L5)
[packages/react/src/hooks/useUpdateEffect.ts:5](https://github.com/mbti-nf-team/frontend-libraries/blob/5849183/packages/react/src/hooks/useUpdateEffect.ts#L5)
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/react-dom": "^18.2.0",
"@typescript-eslint/parser": "^6.11.0",
"docusaurus-plugin-typedoc": "^0.19.2",
"eslint": "^8.53.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "5.1.3"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"devDependencies": {
"@turbo/gen": "^1.10.16",
"eslint": "^8.53.0",
"tsup": "^7.1.0",
"turbo": "^1.10.16"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"devDependencies": {
"@nf-team/eslint-config": "2.1.0",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
"@types/jest-plugin-context": "^2.9.5",
"eslint": "^8.44.0",
"eslint": "^8.53.0",
"eslint-plugin-tsdoc": "^0.2.17",
"given2": "^2.1.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-plugin-context": "^2.9.0",
"tsup": "^7.1.0",
"typescript": "^4.5.2"
"tsup": "^7.3.0",
"typescript": "5.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import 'jest-plugin-context/setup';
import 'given2/setup';
13 changes: 6 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
"devDependencies": {
"@nf-team/eslint-config": "2.1.0",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/jest-plugin-context": "^2.9.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-test-renderer": "^18",
"@types/testing-library__jest-dom": "^5.14.6",
"eslint": "^8.44.0",
"eslint": "^8.53.0",
"eslint-plugin-tsdoc": "^0.2.17",
"given2": "^2.1.7",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -47,8 +46,8 @@
"jest-plugin-context": "^2.9.0",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"tsup": "^7.1.0",
"typescript": "^4.5.2"
"tsup": "^7.3.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nf-team/tsconfig/react-library.json",
"include": [".", "@types"],
"include": [".", "@types", "./jest-setup.ts"],
"exclude": ["dist", "build", "node_modules"]
}
Loading

0 comments on commit 173d69d

Please sign in to comment.