Skip to content

Commit

Permalink
changed imports again
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jun 4, 2024
1 parent 2a6be9e commit 8b538b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"dependencies": {
"@nuxt/kit": "^3.11.2",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/runtime/composables/useForm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import isEqual from 'lodash/isEqual.js'
import isEqual from 'lodash.isequal/index.js'
import { reactive, watch } from 'vue'
import type { NitroFetchRequest } from 'nitropack'
import type FormDataConvertible from '~/types/FormDataconvertible'
Expand Down

0 comments on commit 8b538b8

Please sign in to comment.