Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 728334b commit 55b0516
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Run Build
run: pnpm --filter mermaid run docs:build:vitepress
Expand Down
2 changes: 1 addition & 1 deletion cypress/platform/xss25.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/font-awesome.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"@types/mdast": "^4.0.3",
"@types/node": "^20.11.30",
"@types/rollup-plugin-visualizer": "^4.2.4",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/spy": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/spy": "^2.0.0",
"@vitest/ui": "^2.0.0",
"ajv": "^8.12.0",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
Expand Down Expand Up @@ -110,20 +110,20 @@
"langium-cli": "3.0.3",
"lint-staged": "^15.2.2",
"markdown-table": "^3.0.3",
"nyc": "^15.1.0",
"nyc": "^17.0.0",
"path-browserify": "^1.0.1",
"pnpm": "^8.15.5",
"pnpm": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"start-server-and-test": "^2.0.3",
"tsx": "^4.7.1",
"typescript": "~5.4.5",
"typescript-eslint": "^8.0.0-alpha.34",
"vite": "^5.2.3",
"vite-plugin-istanbul": "^6.0.0",
"vitest": "^1.4.0"
"vitest": "^2.0.0"
},
"nyc": {
"report-dir": "coverage/cypress"
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid-example-diagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"concurrently": "^8.2.2",
"mermaid": "workspace:*",
"rimraf": "^5.0.5"
"rimraf": "^6.0.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid-flowchart-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"concurrently": "^8.2.2",
"mermaid": "workspace:^",
"rimraf": "^5.0.5"
"rimraf": "^6.0.0"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions packages/mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"mdast-util-from-markdown": "^2.0.0",
"stylis": "^4.3.1",
"ts-dedent": "^2.2.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@adobe/jsonschema2md": "^8.0.0",
Expand All @@ -102,7 +102,7 @@
"@types/micromatch": "^4.0.6",
"@types/prettier": "^3.0.0",
"@types/stylis": "^4.2.5",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"ajv": "^8.12.0",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
Expand All @@ -112,18 +112,18 @@
"jison": "^0.4.18",
"js-base64": "^3.7.7",
"jsdom": "^24.0.0",
"json-schema-to-typescript": "^13.1.2",
"json-schema-to-typescript": "^14.0.0",
"micromatch": "^4.0.5",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.0",
"start-server-and-test": "^2.0.3",
"type-fest": "^4.13.1",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.0.0",
"typescript": "~5.4.3",
"unist-util-flatmap": "^1.0.0",
"unist-util-visit": "^5.0.0",
Expand Down
Loading

0 comments on commit 55b0516

Please sign in to comment.