DEV: Switch to use pnpm (#41)

This commit is contained in:
Kelv 2024-10-14 16:01:59 +08:00 committed by GitHub
parent 9c01485d98
commit 476a80b0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3914 additions and 3739 deletions

2
.npmrc Normal file
View File

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

View File

@ -1,9 +1,16 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "^1.3.7",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8"
"@discourse/lint-configs": "1.3.10",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"prettier": "2.8.8",
"@babel/plugin-proposal-decorators": "^7.25.7"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
}

3901
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

3735
yarn.lock

File diff suppressed because it is too large Load Diff