feat: Strapi bertsioa igotzen du
This commit is contained in:
@@ -15,22 +15,22 @@
|
|||||||
"upgrade:dry": "pnpm dlx @strapi/upgrade latest --dry"
|
"upgrade:dry": "pnpm dlx @strapi/upgrade latest --dry"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.33.0",
|
"@strapi/plugin-cloud": "5.40.0",
|
||||||
"@strapi/plugin-graphql": "5.33.0",
|
"@strapi/plugin-graphql": "5.40.0",
|
||||||
"@strapi/plugin-users-permissions": "5.33.0",
|
"@strapi/plugin-users-permissions": "5.40.0",
|
||||||
"@strapi/provider-upload-cloudinary": "5.33.0",
|
"@strapi/provider-upload-cloudinary": "5.40.0",
|
||||||
"@strapi/strapi": "5.33.0",
|
"@strapi/strapi": "5.40.0",
|
||||||
"better-sqlite3": "11.3.0",
|
"better-sqlite3": "11.3.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-router-dom": "^6.30.2",
|
"react-router-dom": "^6.30.3",
|
||||||
"strapi-plugin-icons-field": "^1.1.7",
|
"strapi-plugin-icons-field": "^1.1.7",
|
||||||
"strapi-plugin-webp-converter": "^1.0.4",
|
"strapi-plugin-webp-converter": "^1.0.4",
|
||||||
"styled-components": "^6.1.19"
|
"styled-components": "^6.3.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.19.27",
|
"@types/node": "^20.19.37",
|
||||||
"@types/react": "^18.3.27",
|
"@types/react": "^18.3.28",
|
||||||
"@types/react-dom": "^18.3.7",
|
"@types/react-dom": "^18.3.7",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
|
|||||||
9
back/types/generated/contentTypes.d.ts
vendored
9
back/types/generated/contentTypes.d.ts
vendored
@@ -858,12 +858,13 @@ export interface PluginUploadFile extends Struct.CollectionTypeSchema {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
attributes: {
|
attributes: {
|
||||||
alternativeText: Schema.Attribute.String;
|
alternativeText: Schema.Attribute.Text;
|
||||||
caption: Schema.Attribute.String;
|
caption: Schema.Attribute.Text;
|
||||||
createdAt: Schema.Attribute.DateTime;
|
createdAt: Schema.Attribute.DateTime;
|
||||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
ext: Schema.Attribute.String;
|
ext: Schema.Attribute.String;
|
||||||
|
focalPoint: Schema.Attribute.JSON;
|
||||||
folder: Schema.Attribute.Relation<'manyToOne', 'plugin::upload.folder'> &
|
folder: Schema.Attribute.Relation<'manyToOne', 'plugin::upload.folder'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
folderPath: Schema.Attribute.String &
|
folderPath: Schema.Attribute.String &
|
||||||
@@ -883,7 +884,7 @@ export interface PluginUploadFile extends Struct.CollectionTypeSchema {
|
|||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
mime: Schema.Attribute.String & Schema.Attribute.Required;
|
mime: Schema.Attribute.String & Schema.Attribute.Required;
|
||||||
name: Schema.Attribute.String & Schema.Attribute.Required;
|
name: Schema.Attribute.String & Schema.Attribute.Required;
|
||||||
previewUrl: Schema.Attribute.String;
|
previewUrl: Schema.Attribute.Text;
|
||||||
provider: Schema.Attribute.String & Schema.Attribute.Required;
|
provider: Schema.Attribute.String & Schema.Attribute.Required;
|
||||||
provider_metadata: Schema.Attribute.JSON;
|
provider_metadata: Schema.Attribute.JSON;
|
||||||
publishedAt: Schema.Attribute.DateTime;
|
publishedAt: Schema.Attribute.DateTime;
|
||||||
@@ -892,7 +893,7 @@ export interface PluginUploadFile extends Struct.CollectionTypeSchema {
|
|||||||
updatedAt: Schema.Attribute.DateTime;
|
updatedAt: Schema.Attribute.DateTime;
|
||||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
url: Schema.Attribute.String & Schema.Attribute.Required;
|
url: Schema.Attribute.Text & Schema.Attribute.Required;
|
||||||
width: Schema.Attribute.Integer;
|
width: Schema.Attribute.Integer;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
4586
pnpm-lock.yaml
generated
4586
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user