DEV: Switch to use pnpm (#56)

This commit is contained in:
Kelv 2024-10-07 16:29:10 +08:00 committed by GitHub
parent 3e6a99b610
commit 1799d09a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3902 additions and 3524 deletions

2
.npmrc Normal file
View File

@ -0,0 +1,2 @@
engine-strict = true
auto-install-peers = false

View File

@ -5,5 +5,11 @@
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
}

3894
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

3524
yarn.lock

File diff suppressed because it is too large Load Diff