diff --git a/.pnp.cjs b/.pnp.cjs index 46ec273b..15babb3e 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -26010,9 +26010,12 @@ const RAW_RUNTIME_STATE = ["@types/react", "npm:18.2.58"],\ ["@types/react-dom", "npm:18.2.19"],\ <<<<<<< HEAD +<<<<<<< HEAD ======= ["@types/testing-library__jest-dom", "npm:6.0.0"],\ >>>>>>> 22bcff1 (chore: yarn 종속성 재설치) +======= +>>>>>>> 58abf42 (remove testing-library__jest-dom) ["@vanilla-extract/css", "npm:1.14.1"],\ ["@vanilla-extract/dynamic", "npm:2.1.0"],\ ["@vanilla-extract/jest-transform", "npm:1.1.4"],\ diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index d5c2e26e..ded5cb6e 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -24,6 +24,12 @@ "@*": ["./src/*"], }, }, - "include": ["next-env.d.ts", "./src/**/*.tsx", "./src/**/*.ts", ".next/types/**/*.ts"], - "exclude": ["node_modules", "./jest.config.ts"], + "include": [ + "next-env.d.ts", + "./src/**/*.tsx", + "./src/**/*.ts", + "./jest.config.ts", + ".next/types/**/*.ts", + ], + "exclude": ["node_modules"], } diff --git a/services/web/package.json b/services/web/package.json index d557c27b..843dcc00 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -59,7 +59,6 @@ "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", - "@types/testing-library__jest-dom": "^6.0.0", "@vanilla-extract/dynamic": "^2.1.0", "@vanilla-extract/jest-transform": "^1.1.1", "@vanilla-extract/next-plugin": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index 5f1221dd..10826d5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18113,7 +18113,6 @@ __metadata: "@types/node": "npm:^20" "@types/react": "npm:^18" "@types/react-dom": "npm:^18" - "@types/testing-library__jest-dom": "npm:^6.0.0" "@vanilla-extract/css": "npm:^1.14.0" "@vanilla-extract/dynamic": "npm:^2.1.0" "@vanilla-extract/jest-transform": "npm:^1.1.1"