We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c21f8 commit e48abd2Copy full SHA for e48abd2
package.json
@@ -14,11 +14,11 @@
14
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
15
},
16
"devDependencies": {
17
- "eslint": "7.32.0",
18
- "eslint-plugin-ghost": "2.11.0",
19
- "mocha": "8.4.0",
+ "eslint": "8.54.0",
+ "eslint-plugin-ghost": "3.4.0",
+ "mocha": "10.2.0",
20
"should": "13.2.3",
21
- "sinon": "11.1.2"
+ "sinon": "17.0.1"
22
23
"dependencies": {
24
"@tryghost/admin-api": "^1.7.0",
0 commit comments