Skip to content

Commit 3872a19

Browse files
authored
Merge pull request #117 from boazpoolman/feature/upgrade-playground
chore: add missing dependencies in playground
2 parents 1585fbf + c77d298 commit 3872a19

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

playground/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
"@strapi/plugin-users-permissions": "^4.14.4",
2121
"@strapi/strapi": "^4.14.4",
2222
"better-sqlite3": "^8.6.0",
23-
"strapi-plugin-config-sync": "./.."
23+
"react": "^18.0.0",
24+
"react-dom": "^18.0.0",
25+
"react-router-dom": "^5.2.0",
26+
"strapi-plugin-config-sync": "./..",
27+
"styled-components": "^5.2.1"
2428
},
2529
"author": {
2630
"name": "A Strapi developer"

0 commit comments

Comments
 (0)