0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Unpinned dependencies

- libraries should have dependencies unpinned so we can rely on
  lockfiles and reduce duplicates
- this commit unpins a handful of dependencies
This commit is contained in:
Daniel Lockyer 2022-03-24 11:06:57 +00:00
parent 7e556d84de
commit b84e54b0cf
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"papaparse": "5.3.2",
"papaparse": "^5.3.2",
"pump": "^3.0.0"
}
}

View file

@ -27,6 +27,6 @@
"dependencies": {
"@tryghost/domain-events": "^0.1.9",
"@tryghost/member-events": "^0.4.1",
"moment-timezone": "0.5.34"
"moment-timezone": "^0.5.34"
}
}

View file

@ -28,6 +28,6 @@
"@tryghost/errors": "^1.0.0",
"@tryghost/members-csv": "^1.2.9",
"@tryghost/tpl": "^0.1.3",
"moment-timezone": "0.5.23"
"moment-timezone": "^0.5.23"
}
}

View file

@ -28,7 +28,7 @@
"dependencies": {
"@tryghost/debug": "^0.1.4",
"@tryghost/domain-events": "^0.1.9",
"@tryghost/errors": "1.2.5",
"@tryghost/errors": "^1.2.5",
"@tryghost/logging": "^2.0.5",
"@tryghost/member-events": "^0.4.1",
"leaky-bucket": "^2.2.0",