DEV: Switch to use pnpm (#310)
This commit is contained in:
parent
187b8bf19d
commit
07099e1a15
13
package.json
13
package.json
|
@ -1,9 +1,16 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@discourse/lint-configs": "1.3.9",
|
"@discourse/lint-configs": "1.3.10",
|
||||||
"ember-template-lint": "6.0.0",
|
"ember-template-lint": "6.0.0",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.1",
|
||||||
"prettier": "2.8.8"
|
"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