platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 31 forks source link

Package Management changes made to template strapi4 #898

Open platformsh-devrel opened 5 months ago

platformsh-devrel commented 5 months ago

One or more package management files were changed in pull request 322 for template strapi4.

The package management file package.json was changed. The following is the patch:

@@ -26,7 +26,11 @@
     "knex": "0.21.18",
     "mysql": "^2.18.1",
     "pg": "^8.7.3",
-    "platformsh-config": "^2.4.1"
+    "platformsh-config": "^2.4.1",
+    "react": "^18.0.0",
+    "react-dom": "^18.0.0",
+    "react-router-dom": "^5.2.0",
+    "styled-components": "^5.2.1"
   },
   "author": {
     "name": "A Strapi developer"

Link to the diff above: https://github.com/platformsh-templates/strapi4/pull/322/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519