0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 07:38:40 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-cm-features

This commit is contained in:
Víctor Losada Hernández
2026-04-20 13:33:33 +02:00
20 changed files with 720 additions and 710 deletions
+5 -6
View File
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.20.1",
"version": "3.21.0",
"type": "module",
"engines": {
"npm": ">=10.8 <12",
@@ -110,7 +110,6 @@
"@vitejs/plugin-react": "^5.1.2",
"body-parser": "^2.2.0",
"classnames": "^2.5.1",
"cm6-theme-basic-light": "^0.2.0",
"cookie-parser": "^1.4.7",
"core-js": "^3.49.0",
"cors": "^2.8.5",
@@ -126,7 +125,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,12 +141,12 @@
"mongoose": "^9.3.3",
"nanoid": "5.1.7",
"nconf": "^0.13.0",
"node": "^25.8.2",
"node": "^25.9.0",
"prettier": "^3.8.1",
"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"
},