Skip to content

Commit

Permalink
mg-context: move some devDeps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Oct 23, 2024
1 parent 0f5bd13 commit de18010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mg-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"access": "public"
},
"devDependencies": {
"@tryghost/html-to-mobiledoc": "3.1.5",
"@tryghost/kg-html-to-lexical": "1.1.19",
"@tryghost/listr-smart-renderer": "0.5.15",
"@types/jest": "29.5.12",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "8.8.0",
Expand All @@ -37,6 +34,9 @@
"typescript": "5.5.4"
},
"dependencies": {
"@tryghost/html-to-mobiledoc": "3.1.5",
"@tryghost/kg-html-to-lexical": "1.1.19",
"@tryghost/listr-smart-renderer": "0.5.15",
"@tryghost/validator": "0.2.15"
}
}

0 comments on commit de18010

Please sign in to comment.