Merge pull request #117 from boazpoolman/feature/upgrade-playground
chore: add missing dependencies in playgroundpull/116/head
commit
3872a19c58
|
@ -20,7 +20,11 @@
|
||||||
"@strapi/plugin-users-permissions": "^4.14.4",
|
"@strapi/plugin-users-permissions": "^4.14.4",
|
||||||
"@strapi/strapi": "^4.14.4",
|
"@strapi/strapi": "^4.14.4",
|
||||||
"better-sqlite3": "^8.6.0",
|
"better-sqlite3": "^8.6.0",
|
||||||
"strapi-plugin-config-sync": "./.."
|
"react": "^18.0.0",
|
||||||
|
"react-dom": "^18.0.0",
|
||||||
|
"react-router-dom": "^5.2.0",
|
||||||
|
"strapi-plugin-config-sync": "./..",
|
||||||
|
"styled-components": "^5.2.1"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "A Strapi developer"
|
"name": "A Strapi developer"
|
||||||
|
|
Loading…
Reference in New Issue