@strapi/core 5.0.0-alpha.1 → 5.0.0-alpha.3

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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/core",
3
- "version": "5.0.0-alpha.1",
3
+ "version": "5.0.0-alpha.3",
4
4
  "description": "Core of Strapi",
5
5
  "homepage": "https://strapi.io",
6
6
  "bugs": {
@@ -55,16 +55,16 @@
55
55
  "@koa/cors": "3.4.3",
56
56
  "@koa/router": "10.1.1",
57
57
  "@paralleldrive/cuid2": "2.2.2",
58
- "@strapi/admin": "5.0.0-alpha.1",
59
- "@strapi/database": "5.0.0-alpha.1",
60
- "@strapi/generate-new": "5.0.0-alpha.1",
61
- "@strapi/generators": "5.0.0-alpha.1",
62
- "@strapi/logger": "5.0.0-alpha.1",
63
- "@strapi/pack-up": "5.0.0-alpha.1",
64
- "@strapi/permissions": "5.0.0-alpha.1",
65
- "@strapi/types": "5.0.0-alpha.1",
66
- "@strapi/typescript-utils": "5.0.0-alpha.1",
67
- "@strapi/utils": "5.0.0-alpha.1",
58
+ "@strapi/admin": "5.0.0-alpha.3",
59
+ "@strapi/database": "5.0.0-alpha.3",
60
+ "@strapi/generate-new": "5.0.0-alpha.3",
61
+ "@strapi/generators": "5.0.0-alpha.3",
62
+ "@strapi/logger": "5.0.0-alpha.3",
63
+ "@strapi/pack-up": "5.0.0-alpha.3",
64
+ "@strapi/permissions": "5.0.0-alpha.3",
65
+ "@strapi/types": "5.0.0-alpha.3",
66
+ "@strapi/typescript-utils": "5.0.0-alpha.3",
67
+ "@strapi/utils": "5.0.0-alpha.3",
68
68
  "bcryptjs": "2.4.3",
69
69
  "boxen": "5.1.2",
70
70
  "chalk": "4.1.2",
@@ -122,13 +122,13 @@
122
122
  "@types/node": "18.19.24",
123
123
  "@types/node-schedule": "2.1.0",
124
124
  "@types/statuses": "2.0.1",
125
- "eslint-config-custom": "5.0.0-alpha.1",
125
+ "eslint-config-custom": "5.0.0-alpha.3",
126
126
  "supertest": "6.3.3",
127
- "tsconfig": "5.0.0-alpha.1"
127
+ "tsconfig": "5.0.0-alpha.3"
128
128
  },
129
129
  "engines": {
130
130
  "node": ">=18.0.0 <=20.x.x",
131
131
  "npm": ">=6.0.0"
132
132
  },
133
- "gitHead": "eb70e07ea981311a3ddfbb2fdda0417034b22881"
133
+ "gitHead": "1c6cf2ae9f98bbb881d719cb9153f11f7185e0b7"
134
134
  }