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:
parent
d37146f6fd
commit
efac091357
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue