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 Jun 4, 2024
1 parent 448143c commit 0767911
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 418 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node: [18]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduire.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "1.1.5",
"@nuxt/eslint-config": "0.3.7",
"@nuxt/module-builder": "0.5.5",
"@nuxt/devtools": "1.3.3",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.7.0",
"@nuxt/test-utils": "3.12.1",
"changelogen": "0.5.5",
"cross-env": "7.0.3",
"eslint": "9.0.0",
"happy-dom": "14.7.1",
"eslint": "9.4.0",
"happy-dom": "14.12.0",
"node-fetch": "3.3.2",
"nuxt": "3.11.2",
"playwright": "1.43.1",
"playwright": "1.44.1",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
},
"resolutions": {
"@nuxtjs/device": "workspace:*"
},
"packageManager": "pnpm@9.0.1"
"packageManager": "pnpm@9.1.4"
}

0 comments on commit 0767911

Please sign in to comment.