0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 08:52:38 +00:00

Merge branch 'master' into dependabot/npm_and_yarn/nanoid-3.1.21

This commit is contained in:
Trevor Buckner
2021-03-12 22:32:52 -05:00
committed by GitHub
7 changed files with 147 additions and 68 deletions

View File

@@ -40,7 +40,7 @@
]
},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"body-parser": "^1.19.0",
@@ -56,7 +56,7 @@
"less": "^3.13.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.11.18",
"mongoose": "^5.12.0",
"nanoid": "3.1.21",
"markedLegacy": "npm:marked@^0.3.19",
"marked": "2.0.1",
@@ -67,6 +67,7 @@
"react-dom": "^16.14.0",
"react-frame-component": "4.1.3",
"react-router-dom": "5.2.0",
"sanitize-filename": "1.6.3",
"superagent": "^6.1.0",
"vitreum": "github:calculuschild/vitreum#21a8e1c9421f1d3a3b474c12f480feb2fbd28c5b"
},