Skip to content

Commit

Permalink
fix: support marked v7 (#76)
Browse files Browse the repository at this point in the history
* Allow marked v7

* chore: Update

Update package-lock.json
  • Loading branch information
baseplate-admin authored Aug 7, 2023
1 parent 1d90be2 commit 1bdd454
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/markedjs/marked-mangle#readme",
"peerDependencies": {
"marked": "^4 || ^5 || ^6"
"marked": "^4 || ^5 || ^6 || ^7"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand All @@ -52,15 +52,15 @@
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@types/marked": "^5.0.1",
"babel-jest": "^29.6.1",
"babel-jest": "^29.6.2",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"jest-cli": "^29.6.2",
"marked": "^6.0.0",
"rollup": "^3.27.0",
"marked": "^7.0.0",
"rollup": "^3.27.2",
"semantic-release": "^21.0.7",
"tsd": "^0.28.1"
}
Expand Down

0 comments on commit 1bdd454

Please sign in to comment.