Skip to content

Commit

Permalink
fix: stop inlining lodash (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Oct 22, 2024
1 parent 6fa4998 commit 3009e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutate",
"version": "0.10.0",
"version": "0.10.1-lodash.0",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",
"keywords": [
"sanity",
Expand Down Expand Up @@ -92,6 +92,7 @@
"@sanity/client": "^6.21.1",
"@sanity/diff-match-patch": "^3.1.1",
"hotscript": "^1.0.13",
"lodash": "^4.17.21",
"mendoza": "^3.0.7",
"nanoid": "^5.0.7",
"rxjs": "^7.8.1"
Expand All @@ -113,7 +114,6 @@
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-simple-import-sort": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"lodash": "^4.17.21",
"npm-run-all2": "^5.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3009e84

Please sign in to comment.