Skip to content

Commit

Permalink
Create Plugin: Fix failing scaffolds due to marked (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Nov 12, 2024
1 parent 528594f commit f2a40c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
19 changes: 12 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/marked-terminal": "^6.0.1",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.3.9",
"@types/which": "^3.0.0",
"boxen": "^8.0.0",
"chalk": "^5.3.0",
"change-case": "^5.4.0",
Expand All @@ -53,15 +49,19 @@
"find-up": "^7.0.0",
"glob": "^11.0.0",
"handlebars": "^4.7.8",
"marked": "^14.0.0",
"marked-terminal": "^7.0.0",
"marked": "^14.1.0",
"marked-terminal": "^7.2.0",
"minimist": "^1.2.8",
"semver": "^7.3.5",
"title-case": "^4.3.0",
"which": "^5.0.0"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/marked-terminal": "^6.0.1",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.3.9",
"@types/which": "^3.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^5.0.0"
},
Expand Down

0 comments on commit f2a40c0

Please sign in to comment.