Skip to content

Commit b3baa4e

Browse files
committed
chore(deps): apply lint fix and use catalog in playground
1 parent a20e073 commit b3baa4e

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

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.1"
11+
"@vue/compiler-sfc": "catalog:dev",
12+
"esbuild": "catalog:peer"
1313
}
1414
}

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
catalogMode: prefer
2+
shellEmulator: true
3+
trustPolicy: no-downgrade
4+
trustPolicyExclude:
5+
- '@octokit/[email protected]'
6+
- '@octokit/[email protected]'
7+
- '@octokit/[email protected]'
8+
9+
- [email protected] || 6.22.0
110
packages:
211
- playground
312
catalogs:
@@ -7,6 +16,7 @@ catalogs:
716
'@types/node': 24.10.2
817
'@vitest/coverage-v8': 4.0.14
918
'@vue/compiler-dom': 3.5.25
19+
'@vue/compiler-sfc': 3.5.25
1020
bumpp: 10.3.2
1121
changelogithub: 14.0.0
1222
eslint: 9.39.1
@@ -32,10 +42,3 @@ ignoredBuiltDependencies:
3242
- esbuild
3343
onlyBuiltDependencies:
3444
- simple-git-hooks
35-
trustPolicy: no-downgrade
36-
trustPolicyExclude:
37-
- '@octokit/[email protected]'
38-
- '@octokit/[email protected]'
39-
- '@octokit/[email protected]'
40-
41-
- [email protected] || 6.22.0

0 commit comments

Comments
 (0)