
* Extract logger * Replace logger with shared one * Replace CRM logger with shared one * Replace E&M logger with shared one * Replace invoices logger with shared one * Replace Products Feed logger with shared one * Replace Search logger with shared one * Replace Taxes logger with shared one * Uninstall pino from apps direct dependency * Update docs * Update changeset * Bumped Klaviyo typescript version to hopefully unblock the build * Change packageManager field to pnpm 8.2.0 * removed package manager field from klaviyo package.json
31 lines
728 B
JSON
31 lines
728 B
JSON
{
|
|
"name": "@saleor/apps-shared",
|
|
"version": "1.4.0",
|
|
"dependencies": {
|
|
"pino": "^8.8.0",
|
|
"pino-pretty": "^9.1.1"
|
|
},
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"main": "index.ts"
|
|
}
|