0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-31 14:08:11 +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-03-29 14:49:49 +02:00
2 changed files with 42 additions and 42 deletions

View File

@@ -88,9 +88,9 @@
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@babel/runtime": "^7.29.2",
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/highlight": "^0.19.8",
@@ -112,7 +112,7 @@
"classnames": "^2.5.1",
"cm6-theme-basic-light": "^0.2.0",
"cookie-parser": "^1.4.7",
"core-js": "^3.47.0",
"core-js": "^3.49.0",
"cors": "^2.8.5",
"create-react-class": "^15.7.0",
"dedent": "^1.7.1",
@@ -125,7 +125,7 @@
"idb-keyval": "^6.2.2",
"js-yaml": "^4.1.1",
"jwt-simple": "^0.5.6",
"less": "^4.5.1",
"less": "^4.6.4",
"lodash": "^4.17.21",
"marked": "15.0.12",
"marked-alignment-paragraphs": "^1.0.0",
@@ -139,32 +139,32 @@
"marked-variables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^9.2.1",
"nanoid": "5.1.6",
"mongoose": "^9.3.3",
"nanoid": "5.1.7",
"nconf": "^0.13.0",
"node": "^25.7.0",
"node": "^25.8.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-frame-component": "^5.2.7",
"react-router": "^7.13.1",
"sanitize-filename": "1.6.3",
"react-frame-component": "^5.3.1",
"react-router": "^7.13.2",
"sanitize-filename": "1.6.4",
"superagent": "^10.2.1"
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^5.0.1",
"babel-jest": "^30.2.0",
"babel-jest": "^30.3.0",
"babel-plugin-transform-import-meta": "^2.3.3",
"eslint": "9.7",
"eslint-plugin-jest": "^29.1.0",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",
"jest": "^30.2.0",
"jest": "^30.3.0",
"jest-expect-message": "^1.1.3",
"jsdom": "^28.1.0",
"jsdom-global": "^3.0.2",
"postcss-less": "^6.0.0",
"stylelint": "^17.4.0",
"stylelint-config-recess-order": "^7.6.1",
"stylelint": "^17.6.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-recommended": "^18.0.0",
"supertest": "^7.1.4",
"vite": "^7.3.1"