Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 55dd189 commit 32d5245
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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
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
12 changes: 6 additions & 6 deletions package.json
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/test-utils": "^3.12.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"@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 @@ -60,15 +60,15 @@
"playwright-core": "^1.43.1",
"semver": "^7.6.0",
"typescript": "5.4.5",
"vitest": "^1.4.0",
"vitest": "^1.5.2",
"vitest-environment-nuxt": "^1.0.0",
"vue": "3.4.24",
"vue": "3.4.25",
"vue-tsc": "^2.0.14"
},
"optionalDependencies": {
"ipx": "^2.1.0"
},
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.0.6",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.11.2"
Expand Down

0 comments on commit 32d5245

Please sign in to comment.