diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 466b89d0ce227c432730110288373a8c2c50ab4e..1f561f07fa3de7b516f9b3b79a0280fb4461fda2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,6 +20,7 @@ "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.2.1", "@types/jest": "^26.0.24", + "@types/lodash": "^4.14.175", "@types/node": "^12.20.24", "@types/react": "^17.0.20", "@types/react-datepicker": "^4.1.7", @@ -48,7 +49,6 @@ "web-vitals": "^1.1.2" }, "devDependencies": { - "@types/lodash": "^4.14.175", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", @@ -4794,8 +4794,7 @@ "node_modules/@types/lodash": { "version": "4.14.175", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz", - "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==", - "dev": true + "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==" }, "node_modules/@types/minimatch": { "version": "3.0.5", @@ -28426,8 +28425,7 @@ "@types/lodash": { "version": "4.14.175", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.175.tgz", - "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==", - "dev": true + "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==" }, "@types/minimatch": { "version": "3.0.5", diff --git a/frontend/package.json b/frontend/package.json index 64f83285b922eebc84efddf35d64cb7452590edb..db2f1611ea64a63ce1aa1c06b999c452daefa5d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,6 +14,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.2.1", + "@types/lodash": "^4.14.175", "@types/jest": "^26.0.24", "@types/node": "^12.20.24", "@types/react": "^17.0.20", @@ -75,7 +76,6 @@ ] }, "devDependencies": { - "@types/lodash": "^4.14.175", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0",