Skip to content

Commit

Permalink
Merge pull request mermaid-js#515 from mermaid-js/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sidharthv96 authored Dec 10, 2021
2 parents 0a684dc + 813e2d1 commit 6907be3
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 353 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ updates:
schedule:
interval: weekly
day: friday
time: '07:00'
- package-ecosystem: github-actions
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday
time: '07:00'
- package-ecosystem: npm
directory: /
target-branch: develop
schedule:
interval: weekly
day: friday
time: '07:00'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:17.0.1 as mermaid-live-editor-builder
FROM node:17.2.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@sveltejs/adapter-static": "1.0.0-next.21",
"@sveltejs/kit": "1.0.0-next.196",
"@sveltejs/kit": "1.0.0-next.201",
"@types/mermaid": "^8.2.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.0",
"chai": "^4.3.4",
"cssnano": "^5.0.10",
"cypress": "8.7.0",
"cssnano": "^5.0.12",
"cypress": "9.1.0",
"cypress-localstorage-commands": "^1.6.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-postcss-modules": "^2.0.0",
"eslint-plugin-svelte3": "^3.2.1",
"eslint-plugin-tailwindcss": "^1.17.1",
"eslint-plugin-tailwindcss": "^1.17.2",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"node-html-parser": "^5.1.0",
"postcss": "^8.3.11",
"postcss": "^8.4.4",
"postcss-load-config": "^3.1.0",
"prettier": "~2.4.1",
"prettier": "~2.5.0",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.44.1",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.19",
"tailwindcss": "^3.0.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"type": "module",
"dependencies": {
Expand All @@ -54,7 +54,7 @@
"analytics": "^0.7.18",
"daisyui": "1.16.2",
"js-base64": "^3.7.2",
"mermaid": "8.13.4",
"mermaid": "8.13.5",
"moment": "^2.29.1",
"monaco-editor": "^0.30.1",
"random-word-slugs": "^0.1.6"
Expand Down
Loading

0 comments on commit 6907be3

Please sign in to comment.