Skip to content

Commit

Permalink
Merge pull request #4321 from mermaid-js/renovate/all-minor
Browse files Browse the repository at this point in the history
fix(deps): update all minor dependencies (minor)
  • Loading branch information
sidharthv96 authored Apr 22, 2023
2 parents f17a325 + 5c6773a commit 5110967
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: cache-lychee-

- name: Link Checker
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.7.0
with:
args: >-
--verbose
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"@types/rollup-plugin-visualizer": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitest/coverage-c8": "^0.29.0",
"@vitest/spy": "^0.29.0",
"@vitest/ui": "^0.29.0",
"@vitest/coverage-c8": "^0.30.0",
"@vitest/spy": "^0.30.0",
"@vitest/ui": "^0.30.0",
"concurrently": "^8.0.0",
"cors": "^2.8.5",
"coveralls": "^3.1.1",
Expand Down Expand Up @@ -110,9 +110,9 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^4.1.1",
"vitest": "^0.29.0"
"vitest": "^0.30.0"
},
"volta": {
"node": "18.15.0"
"node": "18.16.0"
}
}
6 changes: 3 additions & 3 deletions packages/mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"@khanacademy/simple-markdown": "^0.8.6",
"@khanacademy/simple-markdown": "^0.9.0",
"cytoscape": "^3.23.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-fcose": "^2.1.0",
Expand Down Expand Up @@ -100,8 +100,8 @@
"remark-gfm": "^3.0.1",
"rimraf": "^5.0.0",
"start-server-and-test": "^2.0.0",
"typedoc": "^0.23.18",
"typedoc-plugin-markdown": "^3.13.6",
"typedoc": "^0.24.4",
"typedoc-plugin-markdown": "^3.15.2",
"typescript": "^4.8.4",
"unist-util-flatmap": "^1.0.0",
"vitepress": "^1.0.0-alpha.72",
Expand Down
Loading

0 comments on commit 5110967

Please sign in to comment.