Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe authored Apr 2, 2024
1 parent 8ef13c2 commit 2c5c8ab
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 1,079 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.get-started/4.contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contributing
description: We can never thank you enough for your contributions. ❤️
description: We can never thank you enough for your contributions.
---

::callout
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/simple-icons": "^1.1.97",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.2.0",
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "link:..",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthq/studio": "^1.0.13",
Expand All @@ -24,9 +24,9 @@
"perfect-debounce": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@nuxt/devtools": "^1.0.8",
"@types/node": "^20.11.25",
"@antfu/eslint-config": "^2.12.1",
"@nuxt/devtools": "^1.1.5",
"@types/node": "^20.12.2",
"eslint": "^8.57.0"
}
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/image": "1.3.0",
"@nuxt/image": "1.4.0",
"nuxt": "3.11.1"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,44 @@
"defu": "^6.1.4",
"h3": "^1.11.1",
"image-meta": "^0.2.0",
"node-fetch-native": "^1.6.2",
"node-fetch-native": "^1.6.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"std-env": "^3.7.0",
"ufo": "^1.4.0"
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.5.5",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.11.25",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"@types/node": "^20.12.2",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"changelogen": "^0.5.5",
"eslint": "8.57.0",
"execa": "^8.0.1",
"globby": "^14.0.1",
"happy-dom": "^13.6.2",
"happy-dom": "^14.3.10",
"ipx": "^2.1.0",
"jiti": "1.21.0",
"nuxt": "^3.11.1",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"playwright-core": "^1.42.1",
"semver": "^7.6.0",
"typescript": "5.4.2",
"vitest": "^1.3.1",
"typescript": "5.4.3",
"vitest": "^1.4.0",
"vitest-environment-nuxt": "^1.0.0",
"vue": "3.4.21",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.7"
},
"optionalDependencies": {
"ipx": "^2.1.0"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.6",
"resolutions": {
"@nuxt/schema": "3.11.1",
"@nuxt/image": "link:."
"@nuxt/image": "link:.",
"@nuxt/schema": "3.11.1"
},
"engines": {
"node": "^14.16.0 || >=16.11.0"
Expand Down
Loading

0 comments on commit 2c5c8ab

Please sign in to comment.