@strapi/strapi 5.0.0-alpha.4 → 5.0.0-beta.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 +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "5.0.0-alpha.4",
3
+ "version": "5.0.0-beta.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.11",
113
- "@strapi/admin": "5.0.0-alpha.4",
114
- "@strapi/content-releases": "5.0.0-alpha.4",
115
- "@strapi/core": "5.0.0-alpha.4",
116
- "@strapi/data-transfer": "5.0.0-alpha.4",
117
- "@strapi/database": "5.0.0-alpha.4",
118
- "@strapi/generate-new": "5.0.0-alpha.4",
119
- "@strapi/generators": "5.0.0-alpha.4",
120
- "@strapi/logger": "5.0.0-alpha.4",
121
- "@strapi/pack-up": "5.0.0-alpha.4",
122
- "@strapi/permissions": "5.0.0-alpha.4",
123
- "@strapi/plugin-content-manager": "5.0.0-alpha.4",
124
- "@strapi/plugin-content-type-builder": "5.0.0-alpha.4",
125
- "@strapi/plugin-email": "5.0.0-alpha.4",
126
- "@strapi/plugin-i18n": "5.0.0-alpha.4",
127
- "@strapi/plugin-upload": "5.0.0-alpha.4",
128
- "@strapi/types": "5.0.0-alpha.4",
129
- "@strapi/typescript-utils": "5.0.0-alpha.4",
130
- "@strapi/utils": "5.0.0-alpha.4",
113
+ "@strapi/admin": "5.0.0-beta.0",
114
+ "@strapi/content-releases": "5.0.0-beta.0",
115
+ "@strapi/core": "5.0.0-beta.0",
116
+ "@strapi/data-transfer": "5.0.0-beta.0",
117
+ "@strapi/database": "5.0.0-beta.0",
118
+ "@strapi/generate-new": "5.0.0-beta.0",
119
+ "@strapi/generators": "5.0.0-beta.0",
120
+ "@strapi/logger": "5.0.0-beta.0",
121
+ "@strapi/pack-up": "5.0.0-beta.0",
122
+ "@strapi/permissions": "5.0.0-beta.0",
123
+ "@strapi/plugin-content-manager": "5.0.0-beta.0",
124
+ "@strapi/plugin-content-type-builder": "5.0.0-beta.0",
125
+ "@strapi/plugin-email": "5.0.0-beta.0",
126
+ "@strapi/plugin-i18n": "5.0.0-beta.0",
127
+ "@strapi/plugin-upload": "5.0.0-beta.0",
128
+ "@strapi/types": "5.0.0-beta.0",
129
+ "@strapi/typescript-utils": "5.0.0-beta.0",
130
+ "@strapi/utils": "5.0.0-beta.0",
131
131
  "@types/nodemon": "1.19.6",
132
132
  "@vitejs/plugin-react-swc": "3.6.0",
133
133
  "boxen": "5.1.2",
@@ -187,10 +187,10 @@
187
187
  "@types/node": "18.19.24",
188
188
  "@types/webpack-bundle-analyzer": "4.7.0",
189
189
  "@types/webpack-hot-middleware": "2.25.9",
190
- "eslint-config-custom": "5.0.0-alpha.4",
190
+ "eslint-config-custom": "5.0.0-beta.0",
191
191
  "react": "^18.2.0",
192
192
  "react-dom": "^18.2.0",
193
- "tsconfig": "5.0.0-alpha.4"
193
+ "tsconfig": "5.0.0-beta.0"
194
194
  },
195
195
  "peerDependencies": {
196
196
  "react": "^17.0.0 || ^18.0.0",
@@ -200,5 +200,5 @@
200
200
  "node": ">=18.0.0 <=20.x.x",
201
201
  "npm": ">=6.0.0"
202
202
  },
203
- "gitHead": "d536f44a9af118286100cbb5bb86b6685c71a00e"
203
+ "gitHead": "4b2e592f77adbb0eacd7e3f15dd09e5cd3c46c22"
204
204
  }