Skip to content

Commit

Permalink
Moving typescript to regular dependencies
Browse files Browse the repository at this point in the history
Since it seems to be needed for the build step in deployment
  • Loading branch information
DennisAlund committed Feb 15, 2024
1 parent a11baff commit d34b554
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 35 deletions.
44 changes: 13 additions & 31 deletions functions/package-lock.json

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

8 changes: 4 additions & 4 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"dependencies": {
"axios": "^1.6.7",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0"
"firebase-functions": "^4.7.0",
"ts-node": "^10.9.1",
"typescript": "^4.5.4"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.1",
Expand All @@ -42,8 +44,6 @@
"firebase": "^10.8.0",
"firebase-functions-test": "^3.1.1",
"mocha": "^10.1.0",
"sinon": "^14.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.5.4"
"sinon": "^14.0.1"
}
}

0 comments on commit d34b554

Please sign in to comment.