1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Merge pull request #135 from Fabio286/dependabot/npm_and_yarn/marked-4.0.0

build(deps): bump marked from 3.0.8 to 4.0.0
This commit is contained in:
2021-11-10 12:00:20 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@ -107,7 +107,7 @@
"electron-store": "^8.0.1", "electron-store": "^8.0.1",
"electron-updater": "^4.3.9", "electron-updater": "^4.3.9",
"faker": "^5.5.3", "faker": "^5.5.3",
"marked": "^3.0.4", "marked": "^4.0.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"mysql2": "^2.3.2", "mysql2": "^2.3.2",
"pg": "^8.7.1", "pg": "^8.7.1",

View File

@ -253,6 +253,7 @@ export default {
font-size: 100%; font-size: 100%;
// color: $primary-color; // color: $primary-color;
opacity: 0.8; opacity: 0.8;
font-weight: 600;
} }
.tile-subtitle { .tile-subtitle {

View File

@ -16,7 +16,7 @@
<script> <script>
import { mapGetters } from 'vuex'; import { mapGetters } from 'vuex';
import marked from 'marked'; import { marked } from 'marked';
import BaseLoader from '@/components/BaseLoader'; import BaseLoader from '@/components/BaseLoader';
export default { export default {