@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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. 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",
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.3",
113
- "@strapi/cloud-cli": "5.0.3",
114
- "@strapi/content-manager": "5.0.3",
115
- "@strapi/content-releases": "5.0.3",
116
- "@strapi/content-type-builder": "5.0.3",
117
- "@strapi/core": "5.0.3",
118
- "@strapi/data-transfer": "5.0.3",
119
- "@strapi/database": "5.0.3",
120
- "@strapi/email": "5.0.3",
121
- "@strapi/generators": "5.0.3",
122
- "@strapi/i18n": "5.0.3",
123
- "@strapi/logger": "5.0.3",
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.3",
126
- "@strapi/review-workflows": "5.0.3",
127
- "@strapi/types": "5.0.3",
128
- "@strapi/typescript-utils": "5.0.3",
129
- "@strapi/upload": "5.0.3",
130
- "@strapi/utils": "5.0.3",
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.3",
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.3"
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 <=20.x.x",
198
+ "node": ">=18.0.0 <=22.x.x",
199
199
  "npm": ">=6.0.0"
200
200
  },
201
- "gitHead": "3e37ea0306e6faf2c214a654ab00a2323d7e3ab7"
201
+ "gitHead": "9cbf0e65dc4979f0db4355c05a03917f21448367"
202
202
  }