fix: remove unused dependencies from package.json

This commit is contained in:
Nawaz Dhandala 2025-12-28 19:54:41 +00:00
parent 1f28f0191d
commit 8bd5916d14
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA

View file

@ -21,7 +21,6 @@
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.13.1",
"Common": "file:../Common",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
@ -30,7 +29,6 @@
"@types/jest": "^27.5.2",
"@types/node": "^17.0.31",
"jest": "^28.1.0",
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2"
"nodemon": "^2.0.20"
}
}