@strapi/strapi 5.17.0 → 5.18.0

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.16.1";
3
+ var version = "5.18.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "5.16.1";
1
+ var version = "5.18.0";
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.17.0",
3
+ "version": "5.18.0",
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,24 +110,24 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
113
- "@strapi/admin": "5.17.0",
114
- "@strapi/cloud-cli": "5.17.0",
115
- "@strapi/content-manager": "5.17.0",
116
- "@strapi/content-releases": "5.17.0",
117
- "@strapi/content-type-builder": "5.17.0",
118
- "@strapi/core": "5.17.0",
119
- "@strapi/data-transfer": "5.17.0",
120
- "@strapi/database": "5.17.0",
121
- "@strapi/email": "5.17.0",
122
- "@strapi/generators": "5.17.0",
123
- "@strapi/i18n": "5.17.0",
124
- "@strapi/logger": "5.17.0",
125
- "@strapi/permissions": "5.17.0",
126
- "@strapi/review-workflows": "5.17.0",
127
- "@strapi/types": "5.17.0",
128
- "@strapi/typescript-utils": "5.17.0",
129
- "@strapi/upload": "5.17.0",
130
- "@strapi/utils": "5.17.0",
113
+ "@strapi/admin": "5.18.0",
114
+ "@strapi/cloud-cli": "5.18.0",
115
+ "@strapi/content-manager": "5.18.0",
116
+ "@strapi/content-releases": "5.18.0",
117
+ "@strapi/content-type-builder": "5.18.0",
118
+ "@strapi/core": "5.18.0",
119
+ "@strapi/data-transfer": "5.18.0",
120
+ "@strapi/database": "5.18.0",
121
+ "@strapi/email": "5.18.0",
122
+ "@strapi/generators": "5.18.0",
123
+ "@strapi/i18n": "5.18.0",
124
+ "@strapi/logger": "5.18.0",
125
+ "@strapi/permissions": "5.18.0",
126
+ "@strapi/review-workflows": "5.18.0",
127
+ "@strapi/types": "5.18.0",
128
+ "@strapi/typescript-utils": "5.18.0",
129
+ "@strapi/upload": "5.18.0",
130
+ "@strapi/utils": "5.18.0",
131
131
  "@types/nodemon": "1.19.6",
132
132
  "@vitejs/plugin-react-swc": "3.6.0",
133
133
  "boxen": "5.1.2",
@@ -181,11 +181,11 @@
181
181
  "@types/node": "18.19.24",
182
182
  "@types/webpack-bundle-analyzer": "4.7.0",
183
183
  "@types/webpack-hot-middleware": "2.25.9",
184
- "eslint-config-custom": "5.17.0",
184
+ "eslint-config-custom": "5.18.0",
185
185
  "jest": "29.6.0",
186
186
  "react": "18.3.1",
187
187
  "react-dom": "18.3.1",
188
- "tsconfig": "5.17.0"
188
+ "tsconfig": "5.18.0"
189
189
  },
190
190
  "peerDependencies": {
191
191
  "react": "^17.0.0 || ^18.0.0",