Skip to content

Commit 178df01

Browse files
committed
testing lodash-es
1 parent 72e69d2 commit 178df01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@nuxt/kit": "^3.11.2",
45-
"lodash": "^4.17.21",
45+
"lodash-es": "^4.17.21",
4646
"lodash.isequal": "^4.5.0",
4747
"zod": "^3.23.8"
4848
},

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/composables/useForm.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isEqual from 'lodash/isequal.js'
1+
import isEqual from 'lodash-es/isequal'
22
import { reactive, watch } from 'vue'
33
import type { NitroFetchRequest } from 'nitropack'
44
import type FormDataConvertible from '~/types/FormDataconvertible'

0 commit comments

Comments
 (0)