⬆️ Upgrade Mermaid to v8.13.9

pull/90/head
James Panther 2022-01-19 12:32:07 +11:00
parent c8bef8b271
commit 671a755e46
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
4 changed files with 15 additions and 11 deletions

View File

@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82)) - Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82))
### Changed
- Upgrade to Mermaid v8.13.9
### Fixed ### Fixed
- Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/82)) - Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/82))

File diff suppressed because one or more lines are too long

18
package-lock.json generated
View File

@ -1,19 +1,19 @@
{ {
"name": "hugo-congo-theme", "name": "hugo-congo-theme",
"version": "1.6.1", "version": "1.6.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hugo-congo-theme", "name": "hugo-congo-theme",
"version": "1.6.1", "version": "1.6.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.4.1", "@tailwindcss/typography": "^0.4.1",
"chart.js": "^3.6.0", "chart.js": "^3.6.0",
"katex": "^0.15.1", "katex": "^0.15.1",
"mermaid": "^8.13.3", "mermaid": "^8.13.9",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11", "prettier-plugin-go-template": "^0.0.11",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
@ -1799,9 +1799,9 @@
} }
}, },
"node_modules/mermaid": { "node_modules/mermaid": {
"version": "8.13.8", "version": "8.13.9",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.8.tgz", "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.9.tgz",
"integrity": "sha512-Z5v31rvo8P7BPTiGicdJl9BbzyUe9s5sXILK8sM1g7ijkagpfFjPtXZVsq5P1WlN8m/fUp2PPNXVF9SqeTM91w==", "integrity": "sha512-kMH676xEomSe/gzxMpDx91L+z9L+9iB3lvtPFA8aeOPRNNrfd3ZDvDCGFnuqQaJvPRCxs3Me2JDaVVNOZjojrg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^3.1.0", "@braintree/sanitize-url": "^3.1.0",
@ -3963,9 +3963,9 @@
"dev": true "dev": true
}, },
"mermaid": { "mermaid": {
"version": "8.13.8", "version": "8.13.9",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.8.tgz", "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.9.tgz",
"integrity": "sha512-Z5v31rvo8P7BPTiGicdJl9BbzyUe9s5sXILK8sM1g7ijkagpfFjPtXZVsq5P1WlN8m/fUp2PPNXVF9SqeTM91w==", "integrity": "sha512-kMH676xEomSe/gzxMpDx91L+z9L+9iB3lvtPFA8aeOPRNNrfd3ZDvDCGFnuqQaJvPRCxs3Me2JDaVVNOZjojrg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@braintree/sanitize-url": "^3.1.0", "@braintree/sanitize-url": "^3.1.0",

View File

@ -32,7 +32,7 @@
"@tailwindcss/typography": "^0.4.1", "@tailwindcss/typography": "^0.4.1",
"chart.js": "^3.6.0", "chart.js": "^3.6.0",
"katex": "^0.15.1", "katex": "^0.15.1",
"mermaid": "^8.13.8", "mermaid": "^8.13.9",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11", "prettier-plugin-go-template": "^0.0.11",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",