feat: updated theme to newest version

BREAKING CHANGE: theme version is a major change and caused page numbers
to change
This commit is contained in:
D. Moonfire 2020-01-01 21:04:03 -06:00
parent df61723612
commit 17ca658a14
3 changed files with 2537 additions and 2589 deletions

View file

@ -1,12 +1,12 @@
image: dmoonfire/mfgames-writing-js:1.1.1 image: dmoonfire/mfgames-writing-js:2.0.0
stages: stages:
- publish - publish
publish: publish:
stage: publish stage: publish
tags: only: [master]
- docker tags: [docker]
script: script:
# Install the basic requirements including the free fonts. # Install the basic requirements including the free fonts.
- npm ci - npm ci
@ -14,7 +14,7 @@ publish:
# Verify that the commits are good. # Verify that the commits are good.
- npx commitlint --from=$CI_BUILD_BEFORE_SHA - npx commitlint --from=$CI_BUILD_BEFORE_SHA
# We need the covers for generation. # We need the cover from the general repository.
- mkdir -p build/repos - mkdir -p build/repos
- git clone https://oauth2:$fedranAccessKey@gitlab.com/fedran/fedran-covers.git build/repos/fedran-covers - git clone https://oauth2:$fedranAccessKey@gitlab.com/fedran/fedran-covers.git build/repos/fedran-covers
@ -24,9 +24,6 @@ publish:
# Build the files. # Build the files.
- npm run build - npm run build
# Trigger the Fedran website to rebuild.
- "curl -X POST -F token=$fedranAccessKey -F ref=master https://gitlab.com/api/v4/projects/4027285/trigger/pipeline"
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:

5101
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,23 +25,23 @@
}, },
"dependencies": { "dependencies": {
"@fedran/writing-hyphen": "^1.0.0", "@fedran/writing-hyphen": "^1.0.0",
"@fedran/writing-theme": "^2.0.2", "@fedran/writing-theme": "^3.0.2",
"@mfgames-writing/epub2": "^1.1.3", "@mfgames-writing/epub2": "^1.1.3",
"@mfgames-writing/format": "^2.0.0", "@mfgames-writing/format": "^2.0.0",
"@mfgames-writing/guillemet": "^1.0.0", "@mfgames-writing/guillemet": "^1.0.0",
"@mfgames-writing/html": "^0.1.1", "@mfgames-writing/html": "^0.1.1",
"@mfgames-writing/hyphen": "^0.4.3", "@mfgames-writing/hyphen": "^0.4.3",
"@mfgames-writing/weasyprint": "^3.0.2" "@mfgames-writing/weasyprint": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^7.5.2", "@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.5.0", "@commitlint/config-conventional": "^7.6.0",
"@semantic-release/changelog": "^3.0.2", "@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.8", "@semantic-release/git": "^7.0.18",
"commitizen": "^2.10.1", "commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0", "cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3", "husky": "^0.14.3",
"semantic-release": "^15.13.3" "semantic-release": "^15.14.0"
}, },
"release": { "release": {
"branch": "master", "branch": "master",