Skip to content

Commit

Permalink
Use esm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Nov 8, 2024
1 parent 25063f9 commit 2c62f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"homepage": "https://github.com/ecamp/hal-json-vuex#readme",
"dependencies": {
"hal-json-normalizer": "^4.2.0",
"hal-json-normalizer-esm": "^4.2.0",
"url-template": "^3.1.1",
"vue-demi": "^0.14.10"
},
Expand Down
2 changes: 1 addition & 1 deletion src/HalJsonVuexPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import normalize from 'hal-json-normalizer'
import normalize from 'hal-json-normalizer-esm'
import { parseTemplate } from 'url-template'
import type { Store } from 'vuex/types'
import type { AxiosError, AxiosInstance } from 'axios'
Expand Down

0 comments on commit 2c62f43

Please sign in to comment.