fix: pnpm version

This commit is contained in:
Arthur Fiorette 2024-05-21 13:03:17 -03:00
parent b822089d0a
commit e7976e8025
No known key found for this signature in database
GPG Key ID: 79FA8EC214FA0233
2 changed files with 3 additions and 3 deletions

2
.npmrc
View File

@ -1,2 +1,2 @@
use-lockfile-v6=true
auto-install-peers=true auto-install-peers=true
package-manager-strict=false

View File

@ -77,7 +77,7 @@
"peerDependencies": { "peerDependencies": {
"axios": "^1" "axios": "^1"
}, },
"packageManager": "pnpm@9.0.1", "packageManager": "pnpm@9.1.1",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },