Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1335)
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 committed May 3, 2024
1 parent a520ce8 commit f0238c2
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 559 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
reproduire:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.100",
"@iconify-json/simple-icons": "^1.1.101",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.6.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "link:..",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthq/studio": "^1.0.15",
Expand All @@ -24,6 +24,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@types/node": "^20.12.7"
"@types/node": "^20.12.8"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.9",
"@nuxt/eslint-config": "0.3.10",
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.5.5",
"@nuxt/module-builder": "0.6.0",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"changelogen": "^0.5.5",
"eslint": "9.1.0",
"eslint": "9.1.1",
"execa": "^8.0.1",
"globby": "^14.0.1",
"happy-dom": "^14.7.1",
Expand All @@ -62,16 +62,17 @@
"typescript": "5.4.5",
"vitest": "^1.4.0",
"vitest-environment-nuxt": "^1.0.0",
"vue": "3.4.24",
"vue-tsc": "^2.0.14"
"vue": "3.4.26",
"vue-tsc": "^2.0.16"
},
"optionalDependencies": {
"ipx": "^2.1.0"
},
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.0.6",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.11.2"
"@nuxt/schema": "3.11.2",
"vue": "3.4.26"
},
"engines": {
"node": "^14.16.0 || >=16.11.0"
Expand Down

0 comments on commit f0238c2

Please sign in to comment.