From ff6cbbd418bf36f073167cf8f7a043ec41974680 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Tue, 30 Jan 2024 14:18:54 +0900 Subject: [PATCH] =?UTF-8?q?react-app-alias=20lib=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++++---- package.json | 2 +- tsconfig.json | 10 ++++++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c45e0c59..469b1c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21526,10 +21526,10 @@ } } }, - "react-app-rewire-aliases": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/react-app-rewire-aliases/-/react-app-rewire-aliases-0.2.0.tgz", - "integrity": "sha1-71/8AJnuwFJ5lJ+rjUmDwVVqHB4=", + "react-app-rewire-alias": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/react-app-rewire-alias/-/react-app-rewire-alias-1.1.7.tgz", + "integrity": "sha512-vn4xU3E/wzh2/fGxda9ZQ6CtW2XdZB/WxAgNOdNPyUcX3hA3mh+kCRGwo19gSjzeTPpoZQwZRblHabLr6mwOTw==", "dev": true }, "react-app-rewire-postcss": { diff --git a/package.json b/package.json index aae6e0a4..9b9e83f8 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "eslint-plugin-react-hooks": "^1.7.0", "node-sass": "^4.13.1", "prettier": "^2.3.1", - "react-app-rewire-aliases": "^0.2.0", + "react-app-rewire-alias": "1.1.7", "react-app-rewire-postcss": "^3.0.2", "react-app-rewire-sass-rule": "^2.1.1", "react-app-rewired": "^2.1.6", diff --git a/tsconfig.json b/tsconfig.json index 3f516321..e8569ae5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,11 @@ { "compilerOptions": { "target": "es6", - "lib": ["dom", "dom.iterable", "esnext"], + "lib": [ + "dom", + "dom.iterable", + "esnext" + ], "noImplicitAny": false, "allowJs": true, "skipLibCheck": true, @@ -17,6 +21,8 @@ "jsx": "react-jsx", "noFallthroughCasesInSwitch": true }, - "include": ["src"], + "include": [ + "src" + ], "extends": "./tsconfig.paths.json" }