|
66 | 66 | "@types/async": "^3.2.0", |
67 | 67 | "@types/body-scroll-lock": "^3.1.0", |
68 | 68 | "@types/jest": "^27.4.1", |
69 | | - "@types/lodash": "^4.14.149", |
| 69 | + "@types/lodash": "^4.14.188", |
| 70 | + "@types/lodash-es": "^4.17.6", |
70 | 71 | "@types/node": "^12.12.7", |
71 | 72 | "@types/react": "^17.0.37", |
72 | 73 | "@types/react-dom": "^17.0.11", |
|
100 | 101 | "identity-obj-proxy": "^3.0.0", |
101 | 102 | "jest": "^27.5.1", |
102 | 103 | "jest-styled-components": "^7.0.2", |
103 | | - "lodash": "^4.17.15", |
| 104 | + "lodash": "^4.17.21", |
| 105 | + "lodash-es": "^4.17.21", |
104 | 106 | "prettier": "1.18.2", |
105 | 107 | "react": "^17.0.2", |
106 | 108 | "react-dom": "^17.0.2", |
|
126 | 128 | "styled-system": "^5.1.5" |
127 | 129 | }, |
128 | 130 | "peerDependencies": { |
| 131 | + "lodash-es": "^4.0.0", |
129 | 132 | "react": "^16.3.0 || ^17", |
130 | 133 | "react-dom": "^16.3.0 || ^17", |
131 | 134 | "styled-components": "^4.0.0 || ^5.0.0" |
|
134 | 137 | "moduleNameMapper": { |
135 | 138 | ".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy", |
136 | 139 | ".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js" |
137 | | - } |
| 140 | + }, |
| 141 | + "transformIgnorePatterns": [ |
| 142 | + "node_modules/(?!lodash-es)" |
| 143 | + ] |
138 | 144 | }, |
139 | 145 | "optionalDependencies": { |
140 | 146 | "@glints/poppins": "^1.0.2" |
|
0 commit comments