Skip to content

Commit dc5b054

Browse files
Merge pull request #130 from strapi/upgrade/4.13.5
Upgrade: Strapi 4.13.5
2 parents 5413963 + 7d0ea15 commit dc5b054

File tree

2 files changed

+1642
-179
lines changed

2 files changed

+1642
-179
lines changed

api/package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
"dependencies": {
1515
"@ckeditor/strapi-plugin-ckeditor": "^0.0.7",
1616
"@offset-dev/strapi-calendar": "^0.0.10",
17-
"@strapi/plugin-graphql": "4.12.0-beta.1",
18-
"@strapi/plugin-i18n": "4.12.0-beta.1",
19-
"@strapi/plugin-users-permissions": "4.12.0-beta.1",
20-
"@strapi/strapi": "4.12.0-beta.1",
17+
"@strapi/plugin-graphql": "4.13.5",
18+
"@strapi/plugin-i18n": "4.13.5",
19+
"@strapi/plugin-seo": "^1.9.4",
20+
"@strapi/plugin-users-permissions": "4.13.5",
21+
"@strapi/strapi": "4.13.5",
2122
"@webbio/strapi-plugin-scheduler": "^0.1.2",
2223
"better-sqlite3": "^7.6.2",
2324
"fs-extra": "^10.0.0",
@@ -30,11 +31,11 @@
3031
"name": "A Strapi developer"
3132
},
3233
"strapi": {
33-
"uuid": "91bcb9c3-39e5-43e4-ac15-05df0813913f"
34+
"uuid": "9267dde0-dde7-4f0f-a715-79e91590dca5"
3435
},
3536
"engines": {
3637
"node": ">=14.x.x <=18.x.x",
3738
"npm": ">=6.0.0"
3839
},
3940
"license": "MIT"
40-
}
41+
}

0 commit comments

Comments
 (0)