Merge pull request #186 from mermaid-js/develop

Develop
This commit is contained in:
Sidharth Vinod
2021-06-04 20:49:37 +05:30
committed by GitHub
4 changed files with 359 additions and 415 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
name: Cypress Tests
on:
push:
pull_request:
branches:
- master
- develop
jobs:
cypress-run:
@@ -35,7 +35,7 @@ jobs:
start: yarn preview
wait-on: 'http://localhost:3000'
wait-on-timeout: 120
# record: true
record: true
headless: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
+2 -2
View File
@@ -6,8 +6,8 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:14.16.0-alpine3.13 as mermaid-live-editor-builder
# Can go back to alpine image once https://github.com/bmatcuk/eslint-plugin-postcss-modules/issues/19 is fixed.
FROM node:14.16.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install
+15 -15
View File
@@ -13,40 +13,40 @@
},
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@sveltejs/adapter-static": "^1.0.0-next.11",
"@sveltejs/adapter-static": "1.0.0-next.11",
"@sveltejs/kit": "^1.0.0-next.109",
"@types/mermaid": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.2.5",
"@types/mermaid": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"autoprefixer": "^10.2.6",
"chai": "^4.3.4",
"cssnano": "^5.0.1",
"cypress": "^7.3.0",
"cypress-localstorage-commands": "^1.4.4",
"cssnano": "^5.0.5",
"cypress": "^7.4.0",
"cypress-localstorage-commands": "^1.4.5",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-svelte3": "^3.2.0",
"eslint-plugin-tailwindcss": "^1.8.0",
"eslint-plugin-tailwindcss": "^1.9.1",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"mocha": "^8.4.0",
"postcss": "^8.2.10",
"postcss": "^8.3.0",
"postcss-load-config": "^3.0.1",
"prettier": "~2.3.0",
"prettier-plugin-svelte": "^2.3.0",
"svelte": "^3.34.0",
"svelte-preprocess": "^4.7.1",
"tailwindcss": "^2.1.1",
"tailwindcss": "^2.1.4",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
"typescript": "^4.3.2"
},
"type": "module",
"dependencies": {
"@analytics/google-analytics": "^0.5.2",
"@macfja/svelte-persistent-store": "^1.1.0",
"@analytics/google-analytics": "^0.5.3",
"@macfja/svelte-persistent-store": "^1.1.1",
"analytics": "^0.7.5",
"js-base64": "^3.6.1",
"mermaid": "^8.10.1",
+340 -396
View File
File diff suppressed because it is too large Load Diff