Skip to content

Commit

Permalink
DEV: Switch to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Oct 14, 2024
1 parent b282a7b commit eea05d1
Show file tree
Hide file tree
Showing 4 changed files with 3,914 additions and 3,338 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict = true
auto-install-peers = false
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading

0 comments on commit eea05d1

Please sign in to comment.