1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2022-01-05 18:59:10 +01:00
parent a8e09d6fb6
commit 9c8c0938c0
225 changed files with 1626 additions and 1545 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/backend",
"version": "2.19.6",
"version": "2.19.7-rc.0",
"description": "The freesewing.org backend",
"private": true,
"main": "build/main.js",
@ -54,16 +54,16 @@
"dependencies": {
"@freesewing/i18n": "latest",
"axios": "0.18.0",
"body-parser": "^1.19.0",
"body-parser": "1.18.3",
"buffer-to-stream": "^1.0.0",
"buffer-to-uint8array": "^1.1.0",
"chalk": "^4.1.1",
"cors": "^2.8.5",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"chalk": "2.4.1",
"command-line-args": "^5.1.1",
"cors": "2.8.4",
"data-uri-to-buffer": "^3.0.1",
"data-uri-to-file": "^0.1.8",
"body-parser": "1.18.3",
"chalk": "2.4.1",
"cors": "2.8.4",
"dateformat": "3.0.3",
"express": "4.16.4",
"form-data": "^4.0.0",
@ -71,6 +71,7 @@
"jsonwebtoken": "8.3.0",
"jszip": "3.1.5",
"mdast-util-to-string": "2",
"mocha": "^8.3.2",
"mongoose": "^5.12.13",
"mongoose-bcrypt": "^1.8.1",
"mongoose-encryption": "^2.1.0",
@ -84,10 +85,6 @@
"remark-plain-text": "^0.2.0",
"rimraf": "2.6.2",
"sharp": "^0.29.3",
"chai": "^4.3.4",
"command-line-args": "^5.1.1",
"chai-http": "^4.3.0",
"mocha": "^8.3.2",
"tlds": "^1.221.1",
"yaml": "^1.10.2"
},