DEV: Switch to use pnpm (#241)

This commit is contained in:
Kelv
2024-10-14 14:39:36 +02:00
committed by GitHub
parent f47400a9b1
commit 185071aa03
4 changed files with 3913 additions and 3889 deletions
+10 -3
View File
@@ -1,9 +1,16 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "1.3.9",
"@discourse/lint-configs": "1.3.10",
"ember-template-lint": "6.0.0",
"eslint": "8.57.0",
"prettier": "2.8.8"
"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"
}
}