@strapi/strapi 5.7.0 → 5.8.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.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "5.7.0",
3
+ "version": "5.8.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",
@@ -109,25 +109,25 @@
109
109
  },
110
110
  "dependencies": {
111
111
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
112
- "@strapi/admin": "5.7.0",
113
- "@strapi/cloud-cli": "5.7.0",
114
- "@strapi/content-manager": "5.7.0",
115
- "@strapi/content-releases": "5.7.0",
116
- "@strapi/content-type-builder": "5.7.0",
117
- "@strapi/core": "5.7.0",
118
- "@strapi/data-transfer": "5.7.0",
119
- "@strapi/database": "5.7.0",
120
- "@strapi/email": "5.7.0",
121
- "@strapi/generators": "5.7.0",
122
- "@strapi/i18n": "5.7.0",
123
- "@strapi/logger": "5.7.0",
112
+ "@strapi/admin": "5.8.0",
113
+ "@strapi/cloud-cli": "5.8.0",
114
+ "@strapi/content-manager": "5.8.0",
115
+ "@strapi/content-releases": "5.8.0",
116
+ "@strapi/content-type-builder": "5.8.0",
117
+ "@strapi/core": "5.8.0",
118
+ "@strapi/data-transfer": "5.8.0",
119
+ "@strapi/database": "5.8.0",
120
+ "@strapi/email": "5.8.0",
121
+ "@strapi/generators": "5.8.0",
122
+ "@strapi/i18n": "5.8.0",
123
+ "@strapi/logger": "5.8.0",
124
124
  "@strapi/pack-up": "5.0.2",
125
- "@strapi/permissions": "5.7.0",
126
- "@strapi/review-workflows": "5.7.0",
127
- "@strapi/types": "5.7.0",
128
- "@strapi/typescript-utils": "5.7.0",
129
- "@strapi/upload": "5.7.0",
130
- "@strapi/utils": "5.7.0",
125
+ "@strapi/permissions": "5.8.0",
126
+ "@strapi/review-workflows": "5.8.0",
127
+ "@strapi/types": "5.8.0",
128
+ "@strapi/typescript-utils": "5.8.0",
129
+ "@strapi/upload": "5.8.0",
130
+ "@strapi/utils": "5.8.0",
131
131
  "@types/nodemon": "1.19.6",
132
132
  "@vitejs/plugin-react-swc": "3.6.0",
133
133
  "boxen": "5.1.2",
@@ -182,11 +182,11 @@
182
182
  "@types/node": "18.19.24",
183
183
  "@types/webpack-bundle-analyzer": "4.7.0",
184
184
  "@types/webpack-hot-middleware": "2.25.9",
185
- "eslint-config-custom": "5.7.0",
185
+ "eslint-config-custom": "5.8.0",
186
186
  "jest": "29.6.0",
187
187
  "react": "18.3.1",
188
188
  "react-dom": "18.3.1",
189
- "tsconfig": "5.7.0"
189
+ "tsconfig": "5.8.0"
190
190
  },
191
191
  "peerDependencies": {
192
192
  "react": "^17.0.0 || ^18.0.0",