@strapi/content-type-builder 5.4.2 → 5.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/content-type-builder",
3
- "version": "5.4.2",
3
+ "version": "5.5.1",
4
4
  "description": "Create and manage content types",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,10 +58,10 @@
58
58
  "dependencies": {
59
59
  "@reduxjs/toolkit": "1.9.7",
60
60
  "@sindresorhus/slugify": "1.1.0",
61
- "@strapi/design-system": "2.0.0-rc.13",
62
- "@strapi/generators": "5.4.2",
63
- "@strapi/icons": "2.0.0-rc.13",
64
- "@strapi/utils": "5.4.2",
61
+ "@strapi/design-system": "2.0.0-rc.14",
62
+ "@strapi/generators": "5.5.1",
63
+ "@strapi/icons": "2.0.0-rc.14",
64
+ "@strapi/utils": "5.5.1",
65
65
  "date-fns": "2.30.0",
66
66
  "fs-extra": "11.2.0",
67
67
  "immer": "9.0.21",
@@ -73,9 +73,9 @@
73
73
  "yup": "0.32.9"
74
74
  },
75
75
  "devDependencies": {
76
- "@strapi/admin": "5.4.2",
77
- "@strapi/pack-up": "5.0.0",
78
- "@strapi/types": "5.4.2",
76
+ "@strapi/admin": "5.5.1",
77
+ "@strapi/pack-up": "5.0.2",
78
+ "@strapi/types": "5.5.1",
79
79
  "@testing-library/dom": "10.1.0",
80
80
  "@testing-library/react": "15.0.7",
81
81
  "@testing-library/user-event": "14.5.2",
@@ -106,6 +106,5 @@
106
106
  "description": "Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.",
107
107
  "kind": "plugin",
108
108
  "required": true
109
- },
110
- "gitHead": "6b5242714b3612e0bd49ddc4f14205d6505eb5b9"
109
+ }
111
110
  }