Skip to content

Commit

Permalink
update ipx
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 10, 2023
1 parent 9427c1c commit 75c6aab
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 248 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@nuxt/image",
"version": "1.0.0",
"description": "Nuxt Image Module",
"homepage": "https://image.nuxt.com",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/image.git"
},
"homepage": "https://image.nuxt.com",
"license": "MIT",
"sideEffects": false,
"main": "./dist/module.mjs",
Expand Down Expand Up @@ -34,6 +34,7 @@
"defu": "^6.1.3",
"h3": "^1.8.2",
"image-meta": "^0.2.0",
"ipx": "npm:ipx-nightly",
"node-fetch-native": "^1.4.1",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
Expand All @@ -52,7 +53,6 @@
"eslint": "8.53.0",
"globby": "^13.2.2",
"happy-dom": "^12.10.3",
"ipx": "^2.0.1",
"jiti": "1.21.0",
"nuxt": "^3.8.1",
"nuxt-vitest": "^0.11.3",
Expand All @@ -61,13 +61,10 @@
"vitest": "^0.33.0",
"vue-tsc": "^1.8.22"
},
"optionalDependencies": {
"ipx": "^2.0.1"
},
"packageManager": "pnpm@8.10.2",
"resolutions": {
"@nuxt/image-edge": "link:.",
"@nuxt/image": "link:."
"@nuxt/image": "link:.",
"@nuxt/image-edge": "link:."
},
"engines": {
"node": "^14.16.0 || >=16.11.0"
Expand Down

0 comments on commit 75c6aab

Please sign in to comment.