@strapi/strapi 5.0.0-beta.4 → 5.0.0-beta.5
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.
- package/package.json +26 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.5",
|
|
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.11",
|
|
112
|
-
"@strapi/admin": "5.0.0-beta.
|
|
113
|
-
"@strapi/content-releases": "5.0.0-beta.
|
|
114
|
-
"@strapi/core": "5.0.0-beta.
|
|
115
|
-
"@strapi/data-transfer": "5.0.0-beta.
|
|
116
|
-
"@strapi/database": "5.0.0-beta.
|
|
117
|
-
"@strapi/generate-new": "5.0.0-beta.
|
|
118
|
-
"@strapi/generators": "5.0.0-beta.
|
|
119
|
-
"@strapi/logger": "5.0.0-beta.
|
|
112
|
+
"@strapi/admin": "5.0.0-beta.5",
|
|
113
|
+
"@strapi/content-releases": "5.0.0-beta.5",
|
|
114
|
+
"@strapi/core": "5.0.0-beta.5",
|
|
115
|
+
"@strapi/data-transfer": "5.0.0-beta.5",
|
|
116
|
+
"@strapi/database": "5.0.0-beta.5",
|
|
117
|
+
"@strapi/generate-new": "5.0.0-beta.5",
|
|
118
|
+
"@strapi/generators": "5.0.0-beta.5",
|
|
119
|
+
"@strapi/logger": "5.0.0-beta.5",
|
|
120
120
|
"@strapi/pack-up": "5.0.0",
|
|
121
|
-
"@strapi/permissions": "5.0.0-beta.
|
|
122
|
-
"@strapi/plugin-content-manager": "5.0.0-beta.
|
|
123
|
-
"@strapi/plugin-content-type-builder": "5.0.0-beta.
|
|
124
|
-
"@strapi/plugin-email": "5.0.0-beta.
|
|
125
|
-
"@strapi/plugin-i18n": "5.0.0-beta.
|
|
126
|
-
"@strapi/plugin-upload": "5.0.0-beta.
|
|
127
|
-
"@strapi/review-workflows": "5.0.0-beta.
|
|
128
|
-
"@strapi/types": "5.0.0-beta.
|
|
129
|
-
"@strapi/typescript-utils": "5.0.0-beta.
|
|
130
|
-
"@strapi/utils": "5.0.0-beta.
|
|
121
|
+
"@strapi/permissions": "5.0.0-beta.5",
|
|
122
|
+
"@strapi/plugin-content-manager": "5.0.0-beta.5",
|
|
123
|
+
"@strapi/plugin-content-type-builder": "5.0.0-beta.5",
|
|
124
|
+
"@strapi/plugin-email": "5.0.0-beta.5",
|
|
125
|
+
"@strapi/plugin-i18n": "5.0.0-beta.5",
|
|
126
|
+
"@strapi/plugin-upload": "5.0.0-beta.5",
|
|
127
|
+
"@strapi/review-workflows": "5.0.0-beta.5",
|
|
128
|
+
"@strapi/types": "5.0.0-beta.5",
|
|
129
|
+
"@strapi/typescript-utils": "5.0.0-beta.5",
|
|
130
|
+
"@strapi/utils": "5.0.0-beta.5",
|
|
131
131
|
"@types/nodemon": "1.19.6",
|
|
132
132
|
"@vitejs/plugin-react-swc": "3.6.0",
|
|
133
133
|
"boxen": "5.1.2",
|
|
@@ -180,16 +180,20 @@
|
|
|
180
180
|
"yup": "0.32.9"
|
|
181
181
|
},
|
|
182
182
|
"devDependencies": {
|
|
183
|
+
"@strapi/ts-zen": "^0.2.0",
|
|
184
|
+
"@types/bcryptjs": "2.4.3",
|
|
185
|
+
"@types/configstore": "5.0.1",
|
|
186
|
+
"@types/delegates": "1.0.0",
|
|
183
187
|
"@types/find-root": "1.1.4",
|
|
184
188
|
"@types/jest": "29.5.2",
|
|
185
189
|
"@types/lodash": "^4.14.191",
|
|
186
190
|
"@types/node": "18.19.24",
|
|
187
191
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
188
192
|
"@types/webpack-hot-middleware": "2.25.9",
|
|
189
|
-
"eslint-config-custom": "5.0.0-beta.
|
|
193
|
+
"eslint-config-custom": "5.0.0-beta.5",
|
|
190
194
|
"react": "^18.2.0",
|
|
191
195
|
"react-dom": "^18.2.0",
|
|
192
|
-
"tsconfig": "5.0.0-beta.
|
|
196
|
+
"tsconfig": "5.0.0-beta.5"
|
|
193
197
|
},
|
|
194
198
|
"peerDependencies": {
|
|
195
199
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -201,5 +205,5 @@
|
|
|
201
205
|
"node": ">=18.0.0 <=20.x.x",
|
|
202
206
|
"npm": ">=6.0.0"
|
|
203
207
|
},
|
|
204
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "2aa7d7fb419d7ece2dc1b6c0f45d6c8948abc137"
|
|
205
209
|
}
|