Skip to content

Commit 894968c

Browse files
authored
chore(deps): set range for dependencies (#2227)
1 parent f5d1122 commit 894968c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": ["config:js-lib"],
44
// only 1 PR at the same time (to avoid cascading rebase)
55
"prConcurrentLimit": 1,
66
// auto-merge if build is OK

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"dist/index.d.ts"
2323
],
2424
"dependencies": {
25-
"js-beautify": "1.14.9",
26-
"vue-component-type-helpers": "1.8.21"
25+
"js-beautify": "^1.14.9",
26+
"vue-component-type-helpers": "^1.8.21"
2727
},
2828
"devDependencies": {
2929
"@rollup/plugin-commonjs": "25.0.7",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)