mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Added missing dev dependency
- this should be explicitly added to the package.json as we use it in the core package
This commit is contained in:
parent
6f4e663d74
commit
919a8345a1
2 changed files with 2 additions and 1 deletions
|
@ -200,6 +200,7 @@
|
|||
"devDependencies": {
|
||||
"@playwright/test": "1.28.1",
|
||||
"@tryghost/express-test": "0.11.7",
|
||||
"@tryghost/jest-snapshot": "0.4.7",
|
||||
"@tryghost/webhook-mock-receiver": "0.2.2",
|
||||
"@types/common-tags": "1.8.1",
|
||||
"c8": "7.12.0",
|
||||
|
|
|
@ -4431,7 +4431,7 @@
|
|||
optionalDependencies:
|
||||
sharp "^0.30.0"
|
||||
|
||||
"@tryghost/jest-snapshot@^0.4.7":
|
||||
"@tryghost/jest-snapshot@0.4.7", "@tryghost/jest-snapshot@^0.4.7":
|
||||
version "0.4.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/jest-snapshot/-/jest-snapshot-0.4.7.tgz#e5ac393af3a080ce1688c97479a957a2e9373ae9"
|
||||
integrity sha512-e8snqd3WF8HS7RY7zhhUdCqTWGx1eO86WVbHrJ0xzSxXet2vnToPtaRkNQkM8kNecxjyf9An5wUFBTNsKUUZlA==
|
||||
|
|
Loading…
Add table
Reference in a new issue