Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2023
1 parent 8e0f947 commit fdceac7
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
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
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"version": "10.1.0",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@7.32.2",
"keywords": [
"diagram",
"markdown",
Expand Down 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": "^7.5.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"
}
}
4 changes: 2 additions & 2 deletions packages/mermaid/package.json
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,7 +100,7 @@
"remark-gfm": "^3.0.1",
"rimraf": "^4.0.0",
"start-server-and-test": "^1.14.0",
"typedoc": "^0.23.18",
"typedoc": "^0.24.0",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.8.4",
"unist-util-flatmap": "^1.0.0",
Expand Down

0 comments on commit fdceac7

Please sign in to comment.