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] authored Jan 31, 2025
1 parent 8d23c7f commit 12c6caa
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "1.48.2"
"@playwright/test": "1.50.1"
}
}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
cache: "pnpm"
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
cache: "pnpm"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxt/kit": "3.13.2",
"@types/node": "^22.9.0",
"consola": "^3.2.3",
"eslint": "^9.14.0",
"@types/node": "^22.12.0",
"consola": "^3.4.0",
"eslint": "^9.19.0",
"globby": "^14.0.2",
"pathe": "^2.0.0",
"pkg-types": "^1.2.1",
"tinyexec": "^0.3.1",
"turbo": "^2.3.0",
"typescript": "^5.6.3"
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"tinyexec": "^0.3.2",
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"resolutions": {
"@nuxt/kit": "3.13.2",
"destr": "latest",
"nuxt": "^3.13.2",
"ufo": "latest"
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit 12c6caa

Please sign in to comment.