@strapi/strapi 5.0.0-alpha.1 → 5.0.0-alpha.2

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.1",
3
+ "version": "5.0.0-alpha.2",
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",
@@ -103,24 +103,24 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
106
- "@strapi/admin": "5.0.0-alpha.1",
107
- "@strapi/content-releases": "5.0.0-alpha.1",
108
- "@strapi/core": "5.0.0-alpha.1",
109
- "@strapi/data-transfer": "5.0.0-alpha.1",
110
- "@strapi/database": "5.0.0-alpha.1",
111
- "@strapi/generate-new": "5.0.0-alpha.1",
112
- "@strapi/generators": "5.0.0-alpha.1",
113
- "@strapi/logger": "5.0.0-alpha.1",
114
- "@strapi/pack-up": "5.0.0-alpha.1",
115
- "@strapi/permissions": "5.0.0-alpha.1",
116
- "@strapi/plugin-content-manager": "5.0.0-alpha.1",
117
- "@strapi/plugin-content-type-builder": "5.0.0-alpha.1",
118
- "@strapi/plugin-email": "5.0.0-alpha.1",
119
- "@strapi/plugin-i18n": "5.0.0-alpha.1",
120
- "@strapi/plugin-upload": "5.0.0-alpha.1",
121
- "@strapi/types": "5.0.0-alpha.1",
122
- "@strapi/typescript-utils": "5.0.0-alpha.1",
123
- "@strapi/utils": "5.0.0-alpha.1",
106
+ "@strapi/admin": "5.0.0-alpha.2",
107
+ "@strapi/content-releases": "5.0.0-alpha.2",
108
+ "@strapi/core": "5.0.0-alpha.2",
109
+ "@strapi/data-transfer": "5.0.0-alpha.2",
110
+ "@strapi/database": "5.0.0-alpha.2",
111
+ "@strapi/generate-new": "5.0.0-alpha.2",
112
+ "@strapi/generators": "5.0.0-alpha.2",
113
+ "@strapi/logger": "5.0.0-alpha.2",
114
+ "@strapi/pack-up": "5.0.0-alpha.2",
115
+ "@strapi/permissions": "5.0.0-alpha.2",
116
+ "@strapi/plugin-content-manager": "5.0.0-alpha.2",
117
+ "@strapi/plugin-content-type-builder": "5.0.0-alpha.2",
118
+ "@strapi/plugin-email": "5.0.0-alpha.2",
119
+ "@strapi/plugin-i18n": "5.0.0-alpha.2",
120
+ "@strapi/plugin-upload": "5.0.0-alpha.2",
121
+ "@strapi/types": "5.0.0-alpha.2",
122
+ "@strapi/typescript-utils": "5.0.0-alpha.2",
123
+ "@strapi/utils": "5.0.0-alpha.2",
124
124
  "@types/nodemon": "1.19.6",
125
125
  "@vitejs/plugin-react-swc": "3.6.0",
126
126
  "boxen": "5.1.2",
@@ -180,10 +180,10 @@
180
180
  "@types/node": "18.19.24",
181
181
  "@types/webpack-bundle-analyzer": "4.7.0",
182
182
  "@types/webpack-hot-middleware": "2.25.9",
183
- "eslint-config-custom": "5.0.0-alpha.1",
183
+ "eslint-config-custom": "5.0.0-alpha.2",
184
184
  "react": "^18.2.0",
185
185
  "react-dom": "^18.2.0",
186
- "tsconfig": "5.0.0-alpha.1"
186
+ "tsconfig": "5.0.0-alpha.2"
187
187
  },
188
188
  "peerDependencies": {
189
189
  "react": "^17.0.0 || ^18.0.0",
@@ -193,5 +193,5 @@
193
193
  "node": ">=18.0.0 <=20.x.x",
194
194
  "npm": ">=6.0.0"
195
195
  },
196
- "gitHead": "eb70e07ea981311a3ddfbb2fdda0417034b22881"
196
+ "gitHead": "7f3ccd6b244b0357c914ccb50dc5b7018f51305c"
197
197
  }