Skip to content

Commit

Permalink
chore: bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 22, 2024
1 parent e8db947 commit 74605cb
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 200 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Expand Up @@ -6,8 +6,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/image": "1.4.0",
"dependencies": {
"@nuxt/image": "1.5.0",
"nuxt": "3.11.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,6 +41,7 @@
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.9",
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.5.5",
"@nuxt/test-utils": "^3.12.1",
Expand All @@ -61,9 +62,8 @@
"typescript": "5.4.5",
"vitest": "^1.4.0",
"vitest-environment-nuxt": "^1.0.0",
"vue": "3.4.23",
"vue-tsc": "^2.0.14",
"@nuxt/eslint-config": "0.3.8"
"vue": "3.4.24",
"vue-tsc": "^2.0.14"
},
"optionalDependencies": {
"ipx": "^2.1.0"
Expand Down

0 comments on commit 74605cb

Please sign in to comment.