Skip to content

Commit 53f26cf

Browse files
committed
fix lodash
1 parent 26556ed commit 53f26cf

File tree

3 files changed

+12
-30
lines changed

3 files changed

+12
-30
lines changed

package-lock.json

Lines changed: 9 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/util/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
"@prosopo/config": "3.1.5",
3939
"dotenv": "16.4.5",
4040
"ip-address": "10.0.1",
41-
"lodash-es": "4.17.21",
41+
"lodash": "4.17.21",
4242
"seedrandom": "3.0.5"
4343
},
4444
"devDependencies": {
45-
"@types/lodash": "4.17.7",
46-
"@types/lodash-es": "4.17.12",
45+
"@types/lodash": "4.14.202",
4746
"@types/node": "22.10.2",
4847
"@types/seedrandom": "3.0.8",
4948
"@vitest/coverage-v8": "3.0.9",

packages/util/src/lodash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
import * as _lodash from "lodash-es";
14+
import * as _lodash from "lodash";
1515
import seedrandom from "seedrandom";
1616

1717
// create a new rng with the given seed

0 commit comments

Comments
 (0)