@strapi/strapi 5.0.3 → 5.0.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/README.md +10 -0
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -109,6 +109,16 @@ Strapi only supports maintenance and LTS versions of Node.js. Please refer to th
|
|
|
109
109
|
| PostgreSQL | 14.0 | 11.0 |
|
|
110
110
|
| SQLite | 3 | 3 |
|
|
111
111
|
|
|
112
|
+
**Minimum Database Driver:**
|
|
113
|
+
|
|
114
|
+
Database driver packages often have their own minimum versions for each version of Node, so here you can find the minimum required versions
|
|
115
|
+
|
|
116
|
+
| Node Version | PostgreSQL (pg) | MySQL (mysql2) | SQLite (better-sqlite3) |
|
|
117
|
+
| ------------ | --------------- | -------------- | ----------------------- |
|
|
118
|
+
| 18 | pg@8.x | mysql2@2.x | better-sqlite3@7.6.2 |
|
|
119
|
+
| 20 | pg@8.x | mysql2@3.x | better-sqlite3@9.4.x |
|
|
120
|
+
| 22 | pg@8.x | mysql2@3.x | better-sqlite3@11.x |
|
|
121
|
+
|
|
112
122
|
**We recommend always using the latest version of Strapi stable to start your new projects**.
|
|
113
123
|
|
|
114
124
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.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.15",
|
|
112
|
-
"@strapi/admin": "5.0.
|
|
113
|
-
"@strapi/cloud-cli": "5.0.
|
|
114
|
-
"@strapi/content-manager": "5.0.
|
|
115
|
-
"@strapi/content-releases": "5.0.
|
|
116
|
-
"@strapi/content-type-builder": "5.0.
|
|
117
|
-
"@strapi/core": "5.0.
|
|
118
|
-
"@strapi/data-transfer": "5.0.
|
|
119
|
-
"@strapi/database": "5.0.
|
|
120
|
-
"@strapi/email": "5.0.
|
|
121
|
-
"@strapi/generators": "5.0.
|
|
122
|
-
"@strapi/i18n": "5.0.
|
|
123
|
-
"@strapi/logger": "5.0.
|
|
112
|
+
"@strapi/admin": "5.0.5",
|
|
113
|
+
"@strapi/cloud-cli": "5.0.5",
|
|
114
|
+
"@strapi/content-manager": "5.0.5",
|
|
115
|
+
"@strapi/content-releases": "5.0.5",
|
|
116
|
+
"@strapi/content-type-builder": "5.0.5",
|
|
117
|
+
"@strapi/core": "5.0.5",
|
|
118
|
+
"@strapi/data-transfer": "5.0.5",
|
|
119
|
+
"@strapi/database": "5.0.5",
|
|
120
|
+
"@strapi/email": "5.0.5",
|
|
121
|
+
"@strapi/generators": "5.0.5",
|
|
122
|
+
"@strapi/i18n": "5.0.5",
|
|
123
|
+
"@strapi/logger": "5.0.5",
|
|
124
124
|
"@strapi/pack-up": "5.0.0",
|
|
125
|
-
"@strapi/permissions": "5.0.
|
|
126
|
-
"@strapi/review-workflows": "5.0.
|
|
127
|
-
"@strapi/types": "5.0.
|
|
128
|
-
"@strapi/typescript-utils": "5.0.
|
|
129
|
-
"@strapi/upload": "5.0.
|
|
130
|
-
"@strapi/utils": "5.0.
|
|
125
|
+
"@strapi/permissions": "5.0.5",
|
|
126
|
+
"@strapi/review-workflows": "5.0.5",
|
|
127
|
+
"@strapi/types": "5.0.5",
|
|
128
|
+
"@strapi/typescript-utils": "5.0.5",
|
|
129
|
+
"@strapi/upload": "5.0.5",
|
|
130
|
+
"@strapi/utils": "5.0.5",
|
|
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.0.
|
|
185
|
+
"eslint-config-custom": "5.0.5",
|
|
186
186
|
"jest": "29.6.0",
|
|
187
187
|
"react": "18.3.1",
|
|
188
188
|
"react-dom": "18.3.1",
|
|
189
|
-
"tsconfig": "5.0.
|
|
189
|
+
"tsconfig": "5.0.5"
|
|
190
190
|
},
|
|
191
191
|
"peerDependencies": {
|
|
192
192
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
"styled-components": "^6.0.0"
|
|
196
196
|
},
|
|
197
197
|
"engines": {
|
|
198
|
-
"node": ">=18.0.0 <=
|
|
198
|
+
"node": ">=18.0.0 <=22.x.x",
|
|
199
199
|
"npm": ">=6.0.0"
|
|
200
200
|
},
|
|
201
|
-
"gitHead": "
|
|
201
|
+
"gitHead": "9cbf0e65dc4979f0db4355c05a03917f21448367"
|
|
202
202
|
}
|