saleor-apps-redis_apl/packages/ui/package.json
Lukasz Ostrowski aa6fec183d
Update Macaw and bindings to pre-106 (#791)
* Bump macaw UI

* Adjust rhf-macaw binding to use new macaw API

* Adjust CRM to use new macaw api

* adjust apps to work with new macaw

* Update combo box

* fix combobox value
2023-07-24 16:45:45 +02:00

28 lines
617 B
JSON

{
"name": "@saleor/apps-ui",
"version": "1.1.4",
"scripts": {
"lint:fix": "eslint --fix ."
},
"dependencies": {
"eslint": "8.44.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@saleor/app-sdk": "0.41.1",
"@saleor/macaw-ui": "0.8.0-pre.106",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint-config-saleor": "workspace:*",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"main": "index.ts",
"peerDependencies": {
"@saleor/app-sdk": "0.41.1",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}