Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 390efcf commit 483305c
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 384 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@types/node": "^20.12.10"
"@types/node": "^20.12.11"
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,11 +41,11 @@
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.10",
"@nuxt/eslint-config": "0.3.12",
"@nuxt/image": "link:",
"@nuxt/module-builder": "0.6.0",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.5.5",
Expand All @@ -58,7 +58,7 @@
"nuxt": "^3.11.2",
"ofetch": "^1.3.4",
"playwright-core": "^1.44.0",
"semver": "^7.6.1",
"semver": "^7.6.2",
"typescript": "5.4.5",
"vitest": "^1.6.0",
"vitest-environment-nuxt": "^1.0.0",
Expand Down

0 comments on commit 483305c

Please sign in to comment.