Skip to content

Commit

Permalink
Merge pull request #402 from AmazeeLabs/publisher-move-ts-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 authored Jan 23, 2025
2 parents c70bc3e + cf1ff20 commit e69675a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 11 deletions.
6 changes: 3 additions & 3 deletions apps/publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@custom/publisher",
"private": true,
"dependencies": {
"@amazeelabs/publisher": "^2.5.5"
"@amazeelabs/publisher": "^2.5.5",
"typescript": "^5.7.3"
},
"scripts": {
"test:static": "tsc --noEmit && eslint . --quiet",
Expand All @@ -11,7 +12,6 @@
},
"devDependencies": {
"@custom/eslint-config": "workspace:*",
"@types/node": "^20",
"typescript": "^5.3.3"
"@types/node": "^20"
}
}
57 changes: 49 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e69675a

Please sign in to comment.