working on local

This commit is contained in:
Sebastian Seedorf
2022-02-12 19:29:51 +01:00
parent 51fbdc28b2
commit a722217dd5
6 changed files with 1147 additions and 2718 deletions

View File

@@ -11,10 +11,10 @@
"postinstall": "node ./bin/postinstall.js"
},
"dependencies": {
"@strapi/plugin-graphql": "^4.0.6",
"@strapi/plugin-i18n": "^4.0.6",
"@strapi/plugin-users-permissions": "^4.0.6",
"@strapi/strapi": "^4.0.6",
"@strapi/plugin-graphql": "4.0.7",
"@strapi/strapi": "4.0.7",
"@strapi/plugin-users-permissions": "4.0.7",
"@strapi/plugin-i18n": "4.0.7",
"mysql": "^2.18.1",
"sqlite3": "^5.0.2"
},