Skip to content

Commit

Permalink
chore(deps): set range for dependencies (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike authored Oct 27, 2023
1 parent f5d1122 commit 894968c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:js-lib"],
// only 1 PR at the same time (to avoid cascading rebase)
"prConcurrentLimit": 1,
// auto-merge if build is OK
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dist/index.d.ts"
],
"dependencies": {
"js-beautify": "1.14.9",
"vue-component-type-helpers": "1.8.21"
"js-beautify": "^1.14.9",
"vue-component-type-helpers": "^1.8.21"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 894968c

Please sign in to comment.