Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1386)
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 Aug 27, 2024
1 parent 510e719 commit 53720a0
Show file tree
Hide file tree
Showing 7 changed files with 1,026 additions and 3,638 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
Expand Down
3 changes: 0 additions & 3 deletions .nuxtrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
modules[]=@nuxt/test-utils/module
modules[]=@nuxt/image

# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
experimental.typescriptBundlerResolution=true
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"preview": "nuxt preview"
},
"dependencies": {
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.114",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.7.0",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "link:..",
"@nuxt/ui-pro": "^1.4.1",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^11.0.0",
"@vueuse/nuxt": "^11.0.0",
"@nuxtjs/plausible": "^1.0.2",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.0",
"nuxt-og-image": "^2.2.4",
"nuxt-og-image": "^2.2.6",
"perfect-debounce": "^1.0.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@types/node": "^20.14.2"
"@nuxt/devtools": "^1.4.1",
"@types/node": "^20.16.1"
}
}
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,48 +40,49 @@
"@nuxt/kit": "^3.13.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
"image-meta": "^0.2.0",
"h3": "^1.12.0",
"image-meta": "^0.2.1",
"node-fetch-native": "^1.6.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"std-env": "^3.7.0",
"ufo": "^1.5.3"
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.13",
"@nuxt/eslint-config": "0.5.3",
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.8.3",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^2.0.0",
"@types/node": "^20.16.1",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.5.5",
"eslint": "9.4.0",
"execa": "^9.2.0",
"globby": "^14.0.1",
"happy-dom": "^14.12.0",
"eslint": "9.9.1",
"execa": "^9.3.1",
"globby": "^14.0.2",
"happy-dom": "^14.12.3",
"ipx": "^2.1.0",
"jiti": "1.21.6",
"nuxt": "^3.13.0",
"ofetch": "^1.3.4",
"playwright-core": "^1.44.1",
"semver": "^7.6.2",
"typescript": "5.4.5",
"vitest": "^2.0.0",
"vitest-environment-nuxt": "^1.0.0",
"vue": "3.4.28",
"vue-tsc": "^2.0.21"
"playwright-core": "^1.46.1",
"semver": "^7.6.3",
"typescript": "5.5.4",
"vitest": "^2.0.5",
"vitest-environment-nuxt": "^1.0.1",
"vue": "3.4.38",
"vue-tsc": "^2.0.29"
},
"optionalDependencies": {
"ipx": "^2.1.0"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.13.0",
"@nuxt/ui": "2.18.4",
"vue": "3.4.28"
"vue": "3.4.38"
},
"engines": {
"node": "^14.16.0 || >=16.11.0"
Expand Down
Loading

0 comments on commit 53720a0

Please sign in to comment.