Skip to content

Commit

Permalink
DEV: Switch to use pnpm (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Oct 14, 2024
1 parent 1799d09 commit 9be68bb
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 505 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"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",
Expand Down
Loading

0 comments on commit 9be68bb

Please sign in to comment.