Updated deps
This commit is contained in:
parent
b2d48af933
commit
cd0cc4c995
|
@ -2,4 +2,9 @@ module.exports = ({ env }) => ({
|
|||
auth: {
|
||||
secret: env('ADMIN_JWT_SECRET', '5b7570ef6a700c64483c58ca224d87f7'),
|
||||
},
|
||||
transfer: {
|
||||
token: {
|
||||
salt: env('TRANSFER_TOKEN_SALT', '2Aw/HRoKBtolbCYat2f2GA=='),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,9 +10,9 @@
|
|||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-graphql": "4.6.1",
|
||||
"@strapi/strapi": "4.6.1",
|
||||
"sqlite3": "5.1.4"
|
||||
"@strapi/plugin-graphql": "4.10.1",
|
||||
"@strapi/strapi": "4.10.1",
|
||||
"sqlite3": "5.1.6"
|
||||
},
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"type": "relation",
|
||||
"relation": "manyToMany",
|
||||
"target": "api::library-item.library-item",
|
||||
"inversedBy": "subitem_of"
|
||||
"mappedBy": "subitem_of"
|
||||
},
|
||||
"subitem_of": {
|
||||
"type": "relation",
|
||||
|
|
Loading…
Reference in New Issue