Skip to content

Commit

Permalink
fix: update deps (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 23, 2024
1 parent 066b89d commit f277d08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markedjs/testutils",
"version": "12.0.1-0",
"version": "12.0.2-0",
"description": "Test utilities for marked and marked extensions",
"main": "src/index.js",
"type": "module",
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"@markedjs/html-differ": "^4.0.2",
"front-matter": "^4.0.2",
"marked": "^12.0.1",
"marked-repo": "https://github.com/markedjs/marked/tarball/v12.0.1"
"marked": "^12.0.2",
"marked-repo": "https://github.com/markedjs/marked/tarball/v12.0.2"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.1.0",
"@eslint/js": "^9.1.1",
"eslint": "^9.1.1",
"globals": "^15.0.0",
"prettier": "^3.2.5"
}
Expand Down

0 comments on commit f277d08

Please sign in to comment.