Skip to content

Commit 7b4cd45

Browse files
chore(deps): update all non-major dependencies (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Teages <[email protected]>
1 parent f2e4d04 commit 7b4cd45

File tree

6 files changed

+491
-390
lines changed

6 files changed

+491
-390
lines changed

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
release-nightly:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
- run: npm i -g --force corepack && corepack enable
19-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
19+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2020
with:
2121
node-version: lts/*
2222
cache: pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-sfc-transformer",
33
"type": "module",
44
"version": "0.1.17",
5-
"packageManager": "pnpm@10.24.0",
5+
"packageManager": "pnpm@10.25.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"dev": "node index.js"
66
},
77
"dependencies": {
8-
"vue-sfc-transformer": "latest"
8+
"vue-sfc-transformer": "workspace:*"
99
},
1010
"devDependencies": {
11-
"@vue/compiler-sfc": "3.5.25",
12-
"esbuild": "0.27.0"
11+
"@vue/compiler-sfc": "catalog:dev",
12+
"esbuild": "catalog:peer"
1313
}
1414
}

0 commit comments

Comments
 (0)