Add make poetry-update
, upgrade djlint
(#25399)
[updates](https://github.com/silverwind/updates) now supports poetry as well so we can use it for a new `make poetry-update` to update all poetry dependencies.
This commit is contained in:
parent
ddf96f68cc
commit
02ef14bea2
5 changed files with 18 additions and 11 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -77,7 +77,7 @@
|
|||
"stylelint-declaration-strict-value": "1.9.2",
|
||||
"stylelint-stylistic": "0.4.2",
|
||||
"svgo": "3.0.2",
|
||||
"updates": "14.2.4",
|
||||
"updates": "14.2.8",
|
||||
"vitest": "0.32.2"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -10363,9 +10363,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/updates": {
|
||||
"version": "14.2.4",
|
||||
"resolved": "https://registry.npmjs.org/updates/-/updates-14.2.4.tgz",
|
||||
"integrity": "sha512-r54h4Q12lUAmQ9dENy7BnY22AnTfW4YGEZw73gv6RvNEWgcZ3qS88jPLc1ckPAzt/8TPKWwLkSVpbEpgGwglJw==",
|
||||
"version": "14.2.8",
|
||||
"resolved": "https://registry.npmjs.org/updates/-/updates-14.2.8.tgz",
|
||||
"integrity": "sha512-Ca+M1vKKBBRiQSi3yrN8OdncmP9osIf1oJM/HpEIHeDvyGLs/noTi9X2LS4zl50VXRTSCqssF5CZN0XWzSPigg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"updates": "bin/updates.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue