0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Re-pinned @types/express to 4.17.x

no issue

- later updates of this package contain different types that we haven't
  changed our code for yet, so I need to revert the pinning to force
  this specific version for now
This commit is contained in:
Daniel Lockyer 2021-04-16 13:26:34 +01:00
parent d37146f6fd
commit efac091357
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
"access": "public"
},
"devDependencies": {
"@types/express": "^4.17.3",
"@types/express": "4.17.3",
"@types/mocha": "^8.2.2",
"express": "^4.17.1",
"mocha": "^8.3.2",

View file

@ -22,7 +22,7 @@
"access": "public"
},
"devDependencies": {
"@types/express": "^4.17.4",
"@types/express": "4.17.4",
"@types/mocha": "^8.2.2",
"express": "^4.17.1",
"mocha": "^8.3.2",