Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1532)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 93ec9e5 commit 244f8ee
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 221 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- run: corepack enable
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.5.2",
"@types/node": "^20.16.10"
"@types/node": "^20.16.11"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.8.4",
"@nuxt/test-utils": "^3.14.3",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.2",
"@vue/test-utils": "^2.4.6",
Expand All @@ -62,7 +62,7 @@
"globby": "^14.0.2",
"happy-dom": "^15.7.4",
"ipx": "^2.1.0",
"jiti": "2.3.2",
"jiti": "2.3.3",
"nuxt": "^3.13.2",
"ofetch": "^1.4.0",
"playwright-core": "^1.47.2",
Expand Down
Loading

0 comments on commit 244f8ee

Please sign in to comment.