0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror

This commit is contained in:
Víctor Losada Hernández
2026-04-03 22:52:17 +02:00
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -126,7 +126,7 @@
"js-yaml": "^4.1.1",
"jwt-simple": "^0.5.6",
"less": "^4.6.4",
"lodash": "^4.17.21",
"lodash": "^4.18.1",
"marked": "15.0.12",
"marked-alignment-paragraphs": "^1.0.0",
"marked-definition-lists": "^1.0.1",
@@ -142,11 +142,11 @@
"mongoose": "^9.3.3",
"nanoid": "5.1.7",
"nconf": "^0.13.0",
"node": "^25.8.2",
"node": "^25.9.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-frame-component": "^5.3.1",
"react-router": "^7.13.2",
"react-frame-component": "^5.3.2",
"react-router": "^7.14.0",
"sanitize-filename": "1.6.4",
"superagent": "^10.2.1"
},
+4 -4
View File
@@ -33,26 +33,26 @@
font-family : "NodestoCapsCondensed";
font-style : normal;
font-weight : normal;
src : url('../fonts/5e/Nodesto Caps Condensed.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : normal;
font-weight : bold;
src : url('../fonts/5e/Nodesto Caps Condensed Bold.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Bold.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : italic;
font-weight : normal;
src : url('../fonts/5e/Nodesto Caps Condensed Italic.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Italic.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : italic;
font-weight : bold;
src : url('../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
}