pnpm update

This commit is contained in:
Stefan 2024-11-04 01:30:09 +00:00
parent 5f92a7eefc
commit 657c511fb2
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"npm-run-all": "*"
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@11ty/eleventy-img": "*",
"cross-env": "*",
"@11ty/eleventy-img": "^5.0.0",
"cross-env": "^7.0.3",
"fast-glob": "^3.3.2"
},
"scripts": {

View file

@ -6,10 +6,10 @@ settings:
dependencies:
'@11ty/eleventy-img':
specifier: '*'
specifier: ^5.0.0
version: 5.0.0
cross-env:
specifier: '*'
specifier: ^7.0.3
version: 7.0.3
fast-glob:
specifier: ^3.3.2
@ -20,7 +20,7 @@ devDependencies:
specifier: ^3.0.0
version: 3.0.0
npm-run-all:
specifier: '*'
specifier: ^4.1.5
version: 4.1.5
packages: