Merge branch '638-update-chartjs-zoom-plugin-to-v2-0-1' into 'devel'
Resolve "Update chartjs zoom plugin to v2.0.1" Closes #638 See merge request !238
No related branches found
No related tags found
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"mkdocs": "bash scripts/prepare_mkdocs.sh; cd build; python3 -m mkdocs build -f mkdocs-fr.yml && python3 -m mkdocs build -f mkdocs-en.yml && cd .. && node scripts/mkdocs-postprocess.js", | "mkdocs": "bash scripts/prepare_mkdocs.sh; cd build; python3 -m mkdocs build -f mkdocs-fr.yml && python3 -m mkdocs build -f mkdocs-en.yml && cd .. && node scripts/mkdocs-postprocess.js", | ||
"mkdocs2pdf": "node scripts/extract-nghyd-version.js build/cassiopee_version.tex && python3 scripts/mkdocs2pdf.py && node scripts/mkdocs2pdf-postprocess.js && bash scripts/check-pdf-docs.sh", | "mkdocs2pdf": "node scripts/extract-nghyd-version.js build/cassiopee_version.tex && python3 scripts/mkdocs2pdf.py && node scripts/mkdocs2pdf-postprocess.js && bash scripts/check-pdf-docs.sh", | ||
"clean": "rm -rf build dist release src/date_revision.ts src/assets/docs docs/pdf_build", | "clean": "rm -rf build dist release src/date_revision.ts src/assets/docs docs/pdf_build", | ||
"preprocess": "mkdir -p build; node scripts/preprocessors.js; npm run service-worker-version; bash scripts/fix-chartjs-plugin-zoom-2.0.0.sh", | "preprocess": "mkdir -p build; node scripts/preprocessors.js; npm run service-worker-version;", | ||
"start": "npm run preprocess && npm run mkdocs && npm run ng serve -- --host 127.0.0.1 --poll 5000", | "start": "npm run preprocess && npm run mkdocs && npm run ng serve -- --host 127.0.0.1 --poll 5000", | ||
"build-no-pdf": "npm run preprocess && npm run mkdocs && npm run ng build -- --configuration production", | "build-no-pdf": "npm run preprocess && npm run mkdocs && npm run ng build -- --configuration production", | ||
"build": "npm run build-href -basehref=/", | "build": "npm run build-href -basehref=/", | ||
... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
"@wdio/globals": "^8.8.2", | "@wdio/globals": "^8.8.2", | ||
"@wdio/types": "^8.8.0", | "@wdio/types": "^8.8.0", | ||
"angular2-hotkeys": "^13.1.0", | "angular2-hotkeys": "^13.1.0", | ||
"chartjs-plugin-zoom": "^2.0.0", | "chartjs-plugin-zoom": "^2.0.1", | ||
"core-js": "^3.23.3", | "core-js": "^3.23.3", | ||
"file-saver": "^2.0.5", | "file-saver": "^2.0.5", | ||
"he": "^1.2.0", | "he": "^1.2.0", | ||
... | ... |
Please register or sign in to comment