packages: upgrade strapi version
This commit is contained in:
parent
d62b9ad4b0
commit
e419cd811c
@ -11,10 +11,10 @@
|
|||||||
"strapi": "strapi"
|
"strapi": "strapi"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.4.2",
|
"@strapi/plugin-cloud": "5.15.0",
|
||||||
"@strapi/plugin-graphql": "^5.5.0",
|
"@strapi/plugin-graphql": "^5.15.0",
|
||||||
"@strapi/plugin-users-permissions": "5.4.2",
|
"@strapi/plugin-users-permissions": "5.15.0",
|
||||||
"@strapi/strapi": "5.4.2",
|
"@strapi/strapi": "5.15.0",
|
||||||
"pg": "8.8.0",
|
"pg": "8.8.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
|
|||||||
2408
pnpm-lock.yaml
generated
2408
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
4
types/generated/contentTypes.d.ts
vendored
4
types/generated/contentTypes.d.ts
vendored
@ -34,6 +34,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema {
|
|||||||
minLength: 1;
|
minLength: 1;
|
||||||
}> &
|
}> &
|
||||||
Schema.Attribute.DefaultTo<''>;
|
Schema.Attribute.DefaultTo<''>;
|
||||||
|
encryptedKey: Schema.Attribute.Text &
|
||||||
|
Schema.Attribute.SetMinMaxLength<{
|
||||||
|
minLength: 1;
|
||||||
|
}>;
|
||||||
expiresAt: Schema.Attribute.DateTime;
|
expiresAt: Schema.Attribute.DateTime;
|
||||||
lastUsedAt: Schema.Attribute.DateTime;
|
lastUsedAt: Schema.Attribute.DateTime;
|
||||||
lifespan: Schema.Attribute.BigInteger;
|
lifespan: Schema.Attribute.BigInteger;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user