Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 23, 2022
1 parent ab50fd9 commit deae350
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 739 deletions.
2 changes: 0 additions & 2 deletions docs/content/2.get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Add `@nuxt/image-edge` as a development dependency to your project:
Add the module to `modules` in your `nuxt.config`:

```ts [nuxt.config.ts]
import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({
modules: [
'@nuxt/image-edge',
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"@nuxt/kit": "^3.0.0",
"consola": "^2.15.3",
"defu": "^6.1.1",
"h3": "^0.8.6",
"h3": "^1.0.1",
"image-meta": "^0.1.1",
"node-fetch-native": "^0.1.8",
"ohash": "^0.1.5",
"pathe": "^0.3.9",
"ufo": "^0.8.6"
"node-fetch-native": "^1.0.1",
"ohash": "^1.0.0",
"pathe": "^1.0.0",
"ufo": "^1.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "0.2.1",
"@nuxtjs/eslint-config-typescript": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "8.28.0",
"jiti": "1.16.0",
"nuxt": "^3.0.0",
"standard-version": "latest",
"typescript": "4.9.3"
},
"optionalDependencies": {
"ipx": "^0.9.11"
"ipx": "1.0.0-0"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
4 changes: 2 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineNuxtConfig } from 'nuxt'
import { defineNuxtConfig } from 'nuxt/config'

export default defineNuxtConfig({
buildModules: [
modules: [
'../src/module'
],
image: {
Expand Down
Loading

0 comments on commit deae350

Please sign in to comment.