Skip to content

Commit

Permalink
chore: Tidy dependencies (#89)
Browse files Browse the repository at this point in the history
* Removed deepmerge as it's no longer used
* Moved husky and lint-staged to devDependencies
* chore: Move pull_request_template.md to .github

---------

Co-authored-by: Andy Young <andy@apexa.co.uk>
  • Loading branch information
jahands and andyjy authored Mar 4, 2024
1 parent 72ad518 commit 565cb0e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 65 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
"@opentelemetry/resources": "^1.17.1",
"@opentelemetry/sdk-trace-base": "^1.17.1",
"@opentelemetry/semantic-conventions": "^1.17.1",
"deepmerge": "^4.3.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"ts-checked-fsm": "^1.1.0"
},
"devDependencies": {
Expand All @@ -55,7 +52,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^4.4.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"husky": "^8.0.3",
"lint-staged": "^15.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 565cb0e

Please sign in to comment.