Skip to content

Commit

Permalink
Update packages and renovate config (#25680)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Sep 27, 2023
1 parent 738dfd5 commit e96e5a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"dependencyDashboardApproval": true
}
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Thursday"]
},
"constraints": {
"node": "^16.3.0"
},
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion playgrounds/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vue/compiler-sfc": "3.0.0",
"@vue/test-utils": "2.0.0-beta.7",
"css-loader": "2.1.1",
"minimatch": "3.0.2",
"minimatch": "3.0.5",
"source-map-loader": "0.2.4",
"style-loader": "0.20.3",
"ts-loader": "8.0.4",
Expand Down

0 comments on commit e96e5a6

Please sign in to comment.