Skip to content

Commit 78f6c76

Browse files
chore(deps): pin dependencies (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e66498 commit 78f6c76

File tree

3 files changed

+21
-36
lines changed

3 files changed

+21
-36
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
},
5252
"devDependencies": {
5353
"@antfu/eslint-config": "4.11.0",
54-
"@babel/types": "^7.27.0",
55-
"@types/node": "^22.14.0",
54+
"@babel/types": "7.27.0",
55+
"@types/node": "22.14.0",
5656
"@vitest/coverage-v8": "3.1.1",
57-
"@vue/compiler-dom": "^3.5.13",
57+
"@vue/compiler-dom": "3.5.13",
5858
"bumpp": "10.1.0",
5959
"changelogithub": "13.13.0",
60-
"esbuild": "^0.25.2",
60+
"esbuild": "0.25.2",
6161
"eslint": "9.24.0",
62-
"exsolve": "^1.0.4",
62+
"exsolve": "1.0.4",
6363
"installed-check": "9.3.0",
6464
"knip": "5.47.0",
6565
"lint-staged": "15.5.0",
66-
"mkdist": "^2.3.0",
66+
"mkdist": "2.3.0",
6767
"simple-git-hooks": "2.12.1",
6868
"typescript": "5.8.3",
6969
"unbuild": "3.5.0",

playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"vue-sfc-transformer": "latest"
99
},
1010
"devDependencies": {
11-
"@vue/compiler-dom": "^3.5.13",
12-
"@vue/compiler-sfc": "^3.5.13",
13-
"esbuild": "^0.25.2"
11+
"@vue/compiler-dom": "3.5.13",
12+
"@vue/compiler-sfc": "3.5.13",
13+
"esbuild": "0.25.2"
1414
}
1515
}

pnpm-lock.yaml

+12-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)