Skip to content

Commit

Permalink
Merge pull request #4044 from mermaid-js/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies (minor)
  • Loading branch information
sidharthv96 committed Feb 8, 2023
2 parents b5a4cc0 + f83f09d commit 08e7bbc
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 63 deletions.
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"version": "9.3.0-rc1",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"packageManager": "pnpm@7.25.1",
"packageManager": "pnpm@7.27.0",
"keywords": [
"diagram",
"markdown",
Expand Down Expand Up @@ -69,8 +69,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.27.0",
"@vitest/ui": "^0.27.0",
"@vitest/coverage-c8": "^0.28.4",
"@vitest/spy": "^0.28.4",
"@vitest/ui": "^0.28.4",
"concurrently": "^7.5.0",
"coveralls": "^3.1.1",
"cypress": "^10.11.0",
Expand Down Expand Up @@ -106,9 +107,9 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vitest": "^0.27.1"
"vitest": "^0.28.4"
},
"volta": {
"node": "18.13.0"
"node": "18.14.0"
}
}
2 changes: 2 additions & 0 deletions packages/mermaid/src/tests/MockedD3.ts
@@ -1,3 +1,5 @@
import type {} from '@vitest/spy';

/**
* This is a mocked/stubbed version of the d3 Selection type. Each of the main functions are all
* mocked (via vi.fn()) so you can track if they have been called, etc.
Expand Down

0 comments on commit 08e7bbc

Please sign in to comment.