diff --git a/package-lock.json b/package-lock.json index b601295..0ea1ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,6 @@ "@testing-library/user-event": "^13.5.0", "@types/react": "^17.0.36", "@types/react-dom": "^17.0.11", - "@types/react-select": "^4.0.18", "@types/styled-components": "^5.1.23", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", @@ -7840,37 +7839,6 @@ "@types/react": "*" } }, - "node_modules/@types/react-select": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.18.tgz", - "integrity": "sha512-uCPRMPshd96BwHuT7oCrFduiv5d6km3VwmtW7rVl9g4XetS3VoJ9nZo540LiwtQgaFcW96POwaxQDZDAyYaepg==", - "dev": true, - "dependencies": { - "@emotion/serialize": "^1.0.0", - "@types/react": "*", - "@types/react-dom": "*", - "@types/react-transition-group": "*" - } - }, - "node_modules/@types/react-select/node_modules/@emotion/serialize": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.0.tgz", - "integrity": "sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==", - "dev": true, - "dependencies": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-select/node_modules/@emotion/utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", - "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==", - "dev": true - }, "node_modules/@types/react-syntax-highlighter": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz", @@ -37782,39 +37750,6 @@ "@types/react": "*" } }, - "@types/react-select": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.18.tgz", - "integrity": "sha512-uCPRMPshd96BwHuT7oCrFduiv5d6km3VwmtW7rVl9g4XetS3VoJ9nZo540LiwtQgaFcW96POwaxQDZDAyYaepg==", - "dev": true, - "requires": { - "@emotion/serialize": "^1.0.0", - "@types/react": "*", - "@types/react-dom": "*", - "@types/react-transition-group": "*" - }, - "dependencies": { - "@emotion/serialize": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.0.tgz", - "integrity": "sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==", - "dev": true, - "requires": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - } - }, - "@emotion/utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz", - "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==", - "dev": true - } - } - }, "@types/react-syntax-highlighter": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz", diff --git a/package.json b/package.json index 6004052..86162b2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "@testing-library/user-event": "^13.5.0", "@types/react": "^17.0.36", "@types/react-dom": "^17.0.11", - "@types/react-select": "^4.0.18", "@types/styled-components": "^5.1.23", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",