@strapi/strapi 5.52.2 → 5.52.3

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "5.52.2";
3
+ var version = "5.52.3";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "5.52.2";
1
+ var version = "5.52.3";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "5.52.2",
3
+ "version": "5.52.3",
4
4
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
5
5
  "keywords": [
6
6
  "strapi",
@@ -110,26 +110,25 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.17",
113
- "@strapi/admin": "5.52.2",
114
- "@strapi/cloud-cli": "5.52.2",
115
- "@strapi/content-manager": "5.52.2",
116
- "@strapi/content-releases": "5.52.2",
117
- "@strapi/content-type-builder": "5.52.2",
118
- "@strapi/core": "5.52.2",
119
- "@strapi/data-transfer": "5.52.2",
120
- "@strapi/database": "5.52.2",
121
- "@strapi/email": "5.52.2",
122
- "@strapi/generators": "5.52.2",
123
- "@strapi/i18n": "5.52.2",
124
- "@strapi/logger": "5.52.2",
125
- "@strapi/openapi": "5.52.2",
126
- "@strapi/permissions": "5.52.2",
127
- "@strapi/review-workflows": "5.52.2",
128
- "@strapi/types": "5.52.2",
129
- "@strapi/typescript-utils": "5.52.2",
130
- "@strapi/upload": "5.52.2",
131
- "@strapi/utils": "5.52.2",
132
- "@types/nodemon": "1.19.6",
113
+ "@strapi/admin": "5.52.3",
114
+ "@strapi/cloud-cli": "5.52.3",
115
+ "@strapi/content-manager": "5.52.3",
116
+ "@strapi/content-releases": "5.52.3",
117
+ "@strapi/content-type-builder": "5.52.3",
118
+ "@strapi/core": "5.52.3",
119
+ "@strapi/data-transfer": "5.52.3",
120
+ "@strapi/database": "5.52.3",
121
+ "@strapi/email": "5.52.3",
122
+ "@strapi/generators": "5.52.3",
123
+ "@strapi/i18n": "5.52.3",
124
+ "@strapi/logger": "5.52.3",
125
+ "@strapi/openapi": "5.52.3",
126
+ "@strapi/permissions": "5.52.3",
127
+ "@strapi/review-workflows": "5.52.3",
128
+ "@strapi/types": "5.52.3",
129
+ "@strapi/typescript-utils": "5.52.3",
130
+ "@strapi/upload": "5.52.3",
131
+ "@strapi/utils": "5.52.3",
133
132
  "@vitejs/plugin-react-swc": "3.11.0",
134
133
  "boxen": "5.1.2",
135
134
  "browserslist": "^4.23.0",
@@ -154,7 +153,6 @@
154
153
  "inquirer": "9.3.8",
155
154
  "lodash": "4.18.1",
156
155
  "mini-css-extract-plugin": "2.10.2",
157
- "nodemon": "3.0.2",
158
156
  "ora": "5.4.1",
159
157
  "outdent": "0.8.0",
160
158
  "pkg-up": "3.1.0",
@@ -180,11 +178,11 @@
180
178
  "@types/node": "20.19.41",
181
179
  "@types/webpack-bundle-analyzer": "4.7.0",
182
180
  "@types/webpack-hot-middleware": "2.25.12",
183
- "eslint-config-custom": "5.52.2",
181
+ "eslint-config-custom": "5.52.3",
184
182
  "jest": "29.6.0",
185
183
  "react": "18.3.1",
186
184
  "react-dom": "18.3.1",
187
- "tsconfig": "5.52.2",
185
+ "tsconfig": "5.52.3",
188
186
  "yalc": "1.0.0-pre.53"
189
187
  },
190
188
  "peerDependencies": {