Skip to content

Commit d4f5257

Browse files
authored
DEV: Switch to use pnpm (#331)
1 parent 8d19a33 commit d4f5257

File tree

4 files changed

+3913
-3672
lines changed

4 files changed

+3913
-3672
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict = true
2+
auto-install-peers = false

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "1.3.9",
4+
"@discourse/lint-configs": "1.3.10",
55
"ember-template-lint": "6.0.0",
6-
"eslint": "8.57.0",
7-
"prettier": "2.8.8"
6+
"eslint": "8.57.1",
7+
"prettier": "2.8.8",
8+
"@babel/plugin-proposal-decorators": "^7.25.7"
9+
},
10+
"engines": {
11+
"node": ">= 18",
12+
"npm": "please-use-pnpm",
13+
"yarn": "please-use-pnpm",
14+
"pnpm": ">= 9"
815
}
916
}

0 commit comments

Comments
 (0)