@strapi/strapi 5.30.1 → 5.31.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/README.md +3 -2
- package/dist/package.json.js +1 -1
- package/dist/package.json.mjs +1 -1
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -94,7 +94,8 @@ Strapi only supports maintenance and LTS versions of Node.js. Please refer to th
|
|
|
94
94
|
|
|
95
95
|
| Strapi Version | Recommended | Minimum |
|
|
96
96
|
| --------------- | ----------- | ------- |
|
|
97
|
-
| 5.
|
|
97
|
+
| 5.31.0 and up | 24.x | 20.x |
|
|
98
|
+
| 5.0.0 to 5.30.1 | 20.x | 18.x |
|
|
98
99
|
| 4.14.5 and up | 20.x | 18.x |
|
|
99
100
|
| 4.11.0 and up | 18.x | 16.x |
|
|
100
101
|
| 4.3.9 to 4.10.x | 18.x | 14.x |
|
|
@@ -115,9 +116,9 @@ Database driver packages often have their own minimum versions for each version
|
|
|
115
116
|
|
|
116
117
|
| Node Version | PostgreSQL (pg) | MySQL (mysql2) | SQLite (better-sqlite3) |
|
|
117
118
|
| ------------ | --------------- | -------------- | ----------------------- |
|
|
118
|
-
| 18 | pg@8.x | mysql2@2.x | better-sqlite3@7.6.2 |
|
|
119
119
|
| 20 | pg@8.x | mysql2@3.x | better-sqlite3@9.4.x |
|
|
120
120
|
| 22 | pg@8.x | mysql2@3.x | better-sqlite3@11.x |
|
|
121
|
+
| 24 | pg@8.x | mysql2@3.x | better-sqlite3@12.x |
|
|
121
122
|
|
|
122
123
|
**We recommend always using the latest version of Strapi stable to start your new projects**.
|
|
123
124
|
|
package/dist/package.json.js
CHANGED
package/dist/package.json.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.31.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,25 +110,25 @@
|
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
113
|
-
"@strapi/admin": "5.
|
|
114
|
-
"@strapi/cloud-cli": "5.
|
|
115
|
-
"@strapi/content-manager": "5.
|
|
116
|
-
"@strapi/content-releases": "5.
|
|
117
|
-
"@strapi/content-type-builder": "5.
|
|
118
|
-
"@strapi/core": "5.
|
|
119
|
-
"@strapi/data-transfer": "5.
|
|
120
|
-
"@strapi/database": "5.
|
|
121
|
-
"@strapi/email": "5.
|
|
122
|
-
"@strapi/generators": "5.
|
|
123
|
-
"@strapi/i18n": "5.
|
|
124
|
-
"@strapi/logger": "5.
|
|
125
|
-
"@strapi/openapi": "5.
|
|
126
|
-
"@strapi/permissions": "5.
|
|
127
|
-
"@strapi/review-workflows": "5.
|
|
128
|
-
"@strapi/types": "5.
|
|
129
|
-
"@strapi/typescript-utils": "5.
|
|
130
|
-
"@strapi/upload": "5.
|
|
131
|
-
"@strapi/utils": "5.
|
|
113
|
+
"@strapi/admin": "5.31.0",
|
|
114
|
+
"@strapi/cloud-cli": "5.31.0",
|
|
115
|
+
"@strapi/content-manager": "5.31.0",
|
|
116
|
+
"@strapi/content-releases": "5.31.0",
|
|
117
|
+
"@strapi/content-type-builder": "5.31.0",
|
|
118
|
+
"@strapi/core": "5.31.0",
|
|
119
|
+
"@strapi/data-transfer": "5.31.0",
|
|
120
|
+
"@strapi/database": "5.31.0",
|
|
121
|
+
"@strapi/email": "5.31.0",
|
|
122
|
+
"@strapi/generators": "5.31.0",
|
|
123
|
+
"@strapi/i18n": "5.31.0",
|
|
124
|
+
"@strapi/logger": "5.31.0",
|
|
125
|
+
"@strapi/openapi": "5.31.0",
|
|
126
|
+
"@strapi/permissions": "5.31.0",
|
|
127
|
+
"@strapi/review-workflows": "5.31.0",
|
|
128
|
+
"@strapi/types": "5.31.0",
|
|
129
|
+
"@strapi/typescript-utils": "5.31.0",
|
|
130
|
+
"@strapi/upload": "5.31.0",
|
|
131
|
+
"@strapi/utils": "5.31.0",
|
|
132
132
|
"@types/nodemon": "1.19.6",
|
|
133
133
|
"@vitejs/plugin-react-swc": "3.6.0",
|
|
134
134
|
"boxen": "5.1.2",
|
|
@@ -179,14 +179,14 @@
|
|
|
179
179
|
"@types/fs-extra": "11.0.4",
|
|
180
180
|
"@types/jest": "29.5.2",
|
|
181
181
|
"@types/lodash": "^4.14.191",
|
|
182
|
-
"@types/node": "
|
|
182
|
+
"@types/node": "24.10.0",
|
|
183
183
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
184
184
|
"@types/webpack-hot-middleware": "2.25.9",
|
|
185
|
-
"eslint-config-custom": "5.
|
|
185
|
+
"eslint-config-custom": "5.31.0",
|
|
186
186
|
"jest": "29.6.0",
|
|
187
187
|
"react": "18.3.1",
|
|
188
188
|
"react-dom": "18.3.1",
|
|
189
|
-
"tsconfig": "5.
|
|
189
|
+
"tsconfig": "5.31.0"
|
|
190
190
|
},
|
|
191
191
|
"peerDependencies": {
|
|
192
192
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"styled-components": "^6.0.0"
|
|
196
196
|
},
|
|
197
197
|
"engines": {
|
|
198
|
-
"node": ">=
|
|
198
|
+
"node": ">=20.0.0 <=24.x.x",
|
|
199
199
|
"npm": ">=6.0.0"
|
|
200
200
|
}
|
|
201
201
|
}
|