@strapi/strapi 4.23.0 → 4.23.1-alpha.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.
- package/package.json +19 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "4.23.0",
|
|
3
|
+
"version": "4.23.1-alpha.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",
|
|
@@ -113,22 +113,22 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@koa/cors": "3.4.3",
|
|
115
115
|
"@koa/router": "10.1.1",
|
|
116
|
-
"@strapi/admin": "4.23.0",
|
|
117
|
-
"@strapi/content-releases": "4.23.0",
|
|
118
|
-
"@strapi/data-transfer": "4.23.0",
|
|
119
|
-
"@strapi/database": "4.23.0",
|
|
120
|
-
"@strapi/generate-new": "4.23.0",
|
|
121
|
-
"@strapi/generators": "4.23.0",
|
|
122
|
-
"@strapi/logger": "4.23.0",
|
|
116
|
+
"@strapi/admin": "4.23.1-alpha.0",
|
|
117
|
+
"@strapi/content-releases": "4.23.1-alpha.0",
|
|
118
|
+
"@strapi/data-transfer": "4.23.1-alpha.0",
|
|
119
|
+
"@strapi/database": "4.23.1-alpha.0",
|
|
120
|
+
"@strapi/generate-new": "4.23.1-alpha.0",
|
|
121
|
+
"@strapi/generators": "4.23.1-alpha.0",
|
|
122
|
+
"@strapi/logger": "4.23.1-alpha.0",
|
|
123
123
|
"@strapi/pack-up": "4.23.0",
|
|
124
|
-
"@strapi/permissions": "4.23.0",
|
|
125
|
-
"@strapi/plugin-content-manager": "4.23.0",
|
|
126
|
-
"@strapi/plugin-content-type-builder": "4.23.0",
|
|
127
|
-
"@strapi/plugin-email": "4.23.0",
|
|
128
|
-
"@strapi/plugin-upload": "4.23.0",
|
|
129
|
-
"@strapi/types": "4.23.0",
|
|
130
|
-
"@strapi/typescript-utils": "4.23.0",
|
|
131
|
-
"@strapi/utils": "4.23.0",
|
|
124
|
+
"@strapi/permissions": "4.23.1-alpha.0",
|
|
125
|
+
"@strapi/plugin-content-manager": "4.23.1-alpha.0",
|
|
126
|
+
"@strapi/plugin-content-type-builder": "4.23.1-alpha.0",
|
|
127
|
+
"@strapi/plugin-email": "4.23.1-alpha.0",
|
|
128
|
+
"@strapi/plugin-upload": "4.23.1-alpha.0",
|
|
129
|
+
"@strapi/types": "4.23.1-alpha.0",
|
|
130
|
+
"@strapi/typescript-utils": "4.23.1-alpha.0",
|
|
131
|
+
"@strapi/utils": "4.23.1-alpha.0",
|
|
132
132
|
"bcryptjs": "2.4.3",
|
|
133
133
|
"boxen": "5.1.2",
|
|
134
134
|
"chalk": "4.1.2",
|
|
@@ -178,7 +178,6 @@
|
|
|
178
178
|
"yup": "0.32.9"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
|
-
"@strapi/pack-up": "workspace:*",
|
|
182
181
|
"@strapi/ts-zen": "^0.2.0",
|
|
183
182
|
"@types/bcryptjs": "2.4.3",
|
|
184
183
|
"@types/configstore": "5.0.1",
|
|
@@ -195,13 +194,13 @@
|
|
|
195
194
|
"@types/node-schedule": "2.1.0",
|
|
196
195
|
"@types/nodemon": "1.19.6",
|
|
197
196
|
"@types/statuses": "2.0.1",
|
|
198
|
-
"eslint-config-custom": "4.23.0",
|
|
197
|
+
"eslint-config-custom": "4.23.1-alpha.0",
|
|
199
198
|
"supertest": "6.3.3",
|
|
200
|
-
"tsconfig": "4.23.0"
|
|
199
|
+
"tsconfig": "4.23.1-alpha.0"
|
|
201
200
|
},
|
|
202
201
|
"engines": {
|
|
203
202
|
"node": ">=18.0.0 <=20.x.x",
|
|
204
203
|
"npm": ">=6.0.0"
|
|
205
204
|
},
|
|
206
|
-
"gitHead": "
|
|
205
|
+
"gitHead": "6f96608a7c41cfdad1535819b5b9df56f94e7057"
|
|
207
206
|
}
|