saleor-apps-redis_apl/packages/shared/package.json
Lukasz Ostrowski 74174c4763
Update app-sdk to 0.37.3 (#375)
* Update app-sdk to 0.37.3

* update app-sdk to 0.37.3 latest
2023-04-14 12:33:22 +02:00

24 lines
600 B
JSON

{
"name": "@saleor/apps-shared",
"version": "1.3.0",
"devDependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@saleor/app-sdk": "0.37.3",
"@saleor/macaw-ui": "^0.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"clsx": "^1.2.1",
"eslint-config-saleor": "workspace:*",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"main": "index.ts"
}