DEV: Switch to use pnpm (#38)
This commit is contained in:
parent
e635539583
commit
8f569de21b
15
package.json
15
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue